14 lines
No EOL
201 B
CSS
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;
|
|
} |