aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/components/container/Menu.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/react/components/container/Menu.scss')
-rw-r--r--src/client/react/components/container/Menu.scss25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/client/react/components/container/Menu.scss b/src/client/react/components/container/Menu.scss
deleted file mode 100644
index 3d84507..0000000
--- a/src/client/react/components/container/Menu.scss
+++ /dev/null
@@ -1,25 +0,0 @@
-.Menu {
- .mdc-menu-anchor {
- height: 100%;
- }
-
- .mdc-button {
- height: 100%;
- min-width: unset;
- color: black;
-
- &::before, &::after {
- background-color: black;
- }
-
- i {
- font-size: 24px;
- }
- }
-
- .mdc-list-item {
- i {
- padding-right: 8px;
- }
- }
-}