mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-28 18:04:19 -04: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;
|
|
}
|