mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
27 lines
486 B
SCSS
27 lines
486 B
SCSS
.user-menu {
|
|
button {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.dropdown-button__options {
|
|
padding: $pad-small;
|
|
right: 10px;
|
|
margin-top: 2px;
|
|
|
|
button {
|
|
display: inline-block;
|
|
min-width: 125px;
|
|
|
|
&:hover {
|
|
background-color: $ui-vibrant-blue-10;
|
|
color: $core-fleet-black;
|
|
}
|
|
}
|
|
|
|
.dropdown-button__option:last-child,
|
|
.dropdown-button__option:nth-last-child(2) {
|
|
border-top: 1px solid $ui-fleet-blue-15;
|
|
}
|
|
}
|
|
}
|