Merged in fix/mainmenu-button-css-cascade (pull request #3532)
Fix/mainmenu button css cascade * fix(MainMenuButton): add @layer to make css cascading work * reset
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
.menuButton {
|
@layer component {
|
||||||
|
.menuButton {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -13,4 +14,5 @@
|
|||||||
&.loading {
|
&.loading {
|
||||||
cursor: progress;
|
cursor: progress;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user