aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/components/container/Menu.scss
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-06-26 22:40:40 +0200
committerNoah Loomans <noahloomans@gmail.com>2018-06-26 22:40:40 +0200
commitc12b366994eeb2cd960ede1948e6e99f1127c292 (patch)
treedb9b03c13f38c446c9c10c071f27cbff36c0124a /src/client/react/components/container/Menu.scss
parent294b3b241c2f28b1bbbe4ccb760981bcee8fab5b (diff)
Menu: Split presentational and container
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;
- }
- }
-}