mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
20 lines
228 B
CSS
20 lines
228 B
CSS
.menuButton {
|
|
composes: menuButton from '~./MenuButton.css';
|
|
|
|
position: relative;
|
|
|
|
&:hover {
|
|
color: #666;
|
|
}
|
|
}
|
|
|
|
.indicatorContainer {
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 10px;
|
|
}
|
|
|
|
.label {
|
|
margin-left: 5px;
|
|
}
|