mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-02 05:32:41 +01:00
15 lines
214 B
CSS
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;
|
|
}
|
|
}
|