2020-12-29 14:39:47 +01:00
|
|
|
/* Commons */
|
|
|
|
a {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Remove Focus glow */
|
|
|
|
.btn:focus,
|
2021-01-01 23:13:01 +01:00
|
|
|
.form-control:focus,
|
|
|
|
.form-select:focus {
|
2020-12-29 14:39:47 +01:00
|
|
|
outline: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2021-01-01 23:13:01 +01:00
|
|
|
|
|
|
|
/* Icons */
|
|
|
|
.bi {
|
|
|
|
margin-right: .5rem!important;
|
|
|
|
}
|