github.com/christoph-karpowicz/db_mediator@v0.0.0-20210207102849-61a28a1071d8/web/src/css/Navigation.css (about)

     1  nav {
     2      grid-area: nav;
     3      display: flex;
     4      position: fixed;
     5      align-items: center;
     6      justify-content: center;
     7      z-index: 100;
     8      width: 60px;
     9      height: 100vh;
    10      background-color: #fff;
    11  }
    12  nav.bordered {
    13      border-right: var(--main-border);
    14  }
    15  nav ul {
    16      padding: 0;
    17  }
    18  nav li {
    19      list-style: none;
    20  }
    21  nav svg {
    22      width: 40px;
    23      height: auto;
    24      cursor: pointer;
    25  }