You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
747 B

/*******************************************************
* Custom theme code styles
* Written by Themelize.me (http://themelize.me)
*
* Includes the base variables & mixins needed for all
* scss files
*******************************************************/
.bootstrap-select .dropdown-toggle:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-select.form-control {
background: transparent;
}
.bootstrap-select>.dropdown-menu {
border-radius: 0.2rem;
margin-top: 2px !important;
padding: 8px;
}
.bootstrap-select.form-control-rounded>.dropdown-menu {
border-radius: 20px;
}
.bootstrap-select.form-control-rounded>.dropdown-menu .dropdown-item {
border-radius: 15px;
margin-bottom: 2px;
}