mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-10 02:35:18 +00:00
17 lines
352 B
CSS
17 lines
352 B
CSS
.menuButton {
|
|
composes: menuButton from '~./MenuButton.css';
|
|
|
|
padding-top: 4px;
|
|
width: $toolbarButtonWidth;
|
|
height: $toolbarHeight;
|
|
text-align: center;
|
|
}
|
|
|
|
.labelContainer {
|
|
composes: labelContainer from '~Components/Page/Toolbar/PageToolbarButton.css';
|
|
}
|
|
|
|
.label {
|
|
composes: label from '~Components/Page/Toolbar/PageToolbarButton.css';
|
|
}
|