mivita/public/css/application.css
Kevin Adametz 3711fcc8d0 01 2020
2020-02-14 10:18:44 +01:00

14 lines
No EOL
201 B
CSS

.alert ul {
margin-bottom: 0;
}
.fa-caret-expand:before {
content: "\f0da";
}
a[aria-expanded='true'] > .fa-caret-expand:before {
content: "\f0d7";
}
.dropzone {
border: 2px dashed;
}