aboutsummaryrefslogblamecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/sidenav.scss
blob: b430077e5b9f25c105e04b456dc00a6a9dd2728e (plain) (tree)








































                                                                                
/* ==========================================================================
   Side-nav
   ========================================================================== */

.side-nav {
  width: 240px;

  li {
    padding: 0;
  }

  a {
    margin: 0 1rem;
  }

  &.fixed a {
    font-size: 13px;
    line-height: 44px;
    height: 44px;
  }

  .collapsible-header,
  &.fixed .collapsible-header {
    height: 45px;
    line-height: 44px;
    padding: 0 20px;
  }

  > li.logo {
    line-height: 0;
    text-align: center;
  }
}

.bold > a {
  font-weight: bold;
}

span.numberItems {
  float: right;
}