13 lines
193 B
CSS
13 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;
|
||
|
}
|