(cherry picked from commit 80d36a06c8f42f239304d2f5a7edcb573b5072db)pull/7983/head
parent
04185d6839
commit
f22a589cb8
@ -1,11 +1,19 @@
|
|||||||
.menuButton {
|
.menuButton {
|
||||||
composes: menuButton from '~./MenuButton.css';
|
composes: menuButton from '~./MenuButton.css';
|
||||||
|
|
||||||
|
position: relative;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.indicatorContainer {
|
||||||
|
position: absolute;
|
||||||
|
top: 10px;
|
||||||
|
left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue