12 lines
193 B
CSS
12 lines
193 B
CSS
/* Remove Focus glow */
|
|
.btn:focus,
|
|
.form-control:focus,
|
|
.form-select:focus {
|
|
outline: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
/* Icons */
|
|
.bi {
|
|
margin-right: .5rem!important;
|
|
}
|