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

     1  #sub-navigation {
     2      display: flex;
     3      position: fixed;
     4      align-items: center;
     5      justify-content: center;
     6      border-right: 1px solid grey;
     7      z-index: 90;
     8      padding: 0 5px;
     9      width: auto;
    10      height: 100vh;
    11      transition: left .5s;
    12      background-color: #fff;
    13  }
    14  #sub-navigation ul {
    15      padding: 0;
    16  }
    17  #sub-navigation li {
    18      list-style: none;
    19      margin: 10px 0;
    20  }
    21  #sub-navigation svg {
    22      width: 60px;
    23      height: auto;
    24      cursor: pointer;
    25  }