simplex/static/main.css
Paul Liverman III 2caebdad70 correct css :/
2018-05-01 17:28:56 -07:00

31 lines
370 B
CSS

.collapsible {
width: 100%;
text-align: left;
cursor: pointer;
}
.content {
padding: 1rem;
background-color: #eee;
display: none;
overflow: hidden;
}
.delete, .error {
background-color: red;
border-color: red;
color: white;
}
h1 {
text-align: center;
}
.btns {
display: flex !important;
align-items: center;
}
.btns > a {
margin: 1rem;
}