Readarr/frontend/src/Components/Menu/MenuButton.css
2017-11-26 15:09:45 -05:00

19 lines
256 B
CSS

.menuButton {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
&::after {
margin-left: 5px;
content: '\25BE';
}
&:hover {
color: $toobarButtonHoverColor;
}
}
.isDisabled {
color: $disabledColor;
}