33 lines
No EOL
637 B
CSS
33 lines
No EOL
637 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;
|
|
}
|
|
|
|
.card-body {
|
|
padding-bottom: 1rem;
|
|
}
|
|
|
|
.card hr {
|
|
border-color: #d6d6de;
|
|
}
|
|
|
|
|
|
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label.secondary::before,
|
|
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label.secondary::before {
|
|
border-color: #d7d700;
|
|
background-color: #d7d700;
|
|
}
|
|
|
|
.custom-control-label::before {
|
|
border: 1px solid rgba(182, 117, 16, 0.8);
|
|
} |