mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
27 lines
335 B
SCSS
27 lines
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;
|
|
}
|
|
}
|
|
}
|