Lidarr/frontend/src/Components/Menu/MenuButton.css
2017-09-05 23:00:26 -04:00

15 lines
214 B
CSS

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