You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
230 B
CSS
16 lines
230 B
CSS
2 years ago
|
.form-control-dark {
|
||
|
border-color: var(--bs-gray);
|
||
|
}
|
||
|
.form-control-dark:focus {
|
||
|
border-color: #fff;
|
||
|
box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
|
||
|
}
|
||
|
|
||
|
.text-small {
|
||
|
font-size: 85%;
|
||
|
}
|
||
|
|
||
|
.dropdown-toggle {
|
||
|
outline: 0;
|
||
|
}
|