aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/components/presentational/Menu.scss
blob: d56bc183f1e5292fe9626be7a82f03fb31619bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.Menu {
  .mdc-menu-anchor {
    height: 100%;
  }

  .mdc-button {
    height: 100%;
    min-width: unset;
    color: black;

    &::before, &::after {
      background-color: black;
    }

    i {
      // I should probably learn how to _properly_ control icon font sizes...
      font-size: 24px;
      margin-top: -5px;
    }
  }

  .mdc-list-item {
    i {
      padding-right: 8px;
    }
  }
}