27 строки
335 B
SCSS
27 строки
335 B
SCSS
@charset 'UTF-8';
|
|
|
|
.dropdown-menu {
|
|
|
|
&.colorpicker {
|
|
z-index: 2500;
|
|
}
|
|
|
|
.fa {
|
|
@include opacity(.6);
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.divider {
|
|
@include opacity(.15);
|
|
}
|
|
|
|
> li > a {
|
|
color: inherit;
|
|
|
|
&:focus,
|
|
&:hover {
|
|
color: inherit;
|
|
}
|
|
}
|
|
}
|