koblog/bl-kernel/admin/themes/booty/css/bludit-bootstrap.css

17 lines
206 B
CSS
Raw Normal View History

/* Commons */
a {
color: #555;
}
/* Remove Focus glow */
.btn:focus,
.form-control:focus,
.form-select:focus {
outline: none;
box-shadow: none;
}
/* Icons */
.bi {
margin-right: .5rem!important;
}