mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-09 02:06:56 +00:00
12 lines
130 B
CSS
12 lines
130 B
CSS
.menuButton {
|
|
composes: menuButton from './MenuButton.css';
|
|
|
|
&:hover {
|
|
color: #666;
|
|
}
|
|
}
|
|
|
|
.label {
|
|
margin-left: 5px;
|
|
}
|