rgl/noters/style.css

34 lines
492 B
CSS
Raw Normal View History

2021-10-23 18:49:12 -05:00
.wrapper {
margin: auto;
width: 60%;
padding: 10px;
}
.pull-right {
text-align: right;
border: 0;
}
.pull-left {
text-align: left;
border: 0;
2021-10-23 21:24:08 -05:00
}
.card {
border: 0.1rem solid #d1d1d1;
border-radius: .4rem;
padding: .6rem 1.0rem .7rem;
margin-bottom: 1.5rem;
2021-10-24 18:43:46 -05:00
word-wrap: break-word;
2021-10-24 22:09:57 -05:00
white-space: pre-wrap;
2021-10-23 22:49:18 -05:00
}
.button-danger {
background-color: red;
border-color: red;
color: white;
}
button + button {
margin-left: .75rem;
2021-10-23 18:49:12 -05:00
}