simplex/static/main.css
2018-04-24 15:30:19 -07:00

18 lines
224 B
CSS

.collapsible {
width: 100%;
text-align: left;
cursor: pointer;
}
.content {
padding: 1rem;
background-color: #eee;
display: none;
overflow: hidden;
}
.delete {
background-color: red;
border-color: red;
}