Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>pull/6/head
parent
a4d2ed6f31
commit
180763da69
@ -1,11 +1,16 @@
|
|||||||
.menuButton {
|
.menuButton {
|
||||||
composes: menuButton from '~./MenuButton.css';
|
composes: menuButton from '~./MenuButton.css';
|
||||||
|
|
||||||
|
padding-top: 4px;
|
||||||
width: $toolbarButtonWidth;
|
width: $toolbarButtonWidth;
|
||||||
height: $toolbarHeight;
|
height: $toolbarHeight;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.labelContainer {
|
||||||
|
composes: labelContainer from '~Components/Page/Toolbar/PageToolbarButton.css';
|
||||||
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
composes: label from '~Components/Page/Toolbar/PageToolbarButton.css';
|
composes: label from '~Components/Page/Toolbar/PageToolbarButton.css';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue