Skip to content
Snippets Groups Projects
sideNav.scss 546 B
Newer Older

.sidenav .sc-toolbar ul li.se-option.active {
  background-color: #d8d8d8;
}

.sidenav {
  background-color: #fafafa;
  height: 50%;
  left: 2%;
  margin-top: 197px;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  user-select: none;
  width: 8%;
  z-index: 100;

  .sc-toolbar {
    background: transparent;
    border: 0;

     ul {
      margin: 0;
      padding: 0;

      li.se-option  {
        padding: 3px;
      }
    }

    .sc-switch-text-type {
      bottom: 0;
      margin: 0;
      padding: 0;
      width: 140px;
    }
  }
}