fleet/frontend/components/side_panels/UserMenu/_styles.scss
noahtalerman 0f48eb8525
Bring new style variables from teams into master (#707)
This PR brings the style changes made in the "Align Fleet UI colors with Figma components"
#615 and "Align Fleet UI with Figma (spacing and fonts)" #628 PRs into the master branch.
2021-04-30 17:32:50 -04:00

21 lines
321 B
SCSS

.user-menu {
button {
background-color: transparent;
}
.dropdown-button__options {
padding: $pad-small;
right: 10px;
button {
display: inline-block;
min-width: 125px;
&:hover {
background-color: $ui-vibrant-blue-10;
color: $core-fleet-black;
}
}
}
}