aboutsummaryrefslogblamecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/sidenav.scss
blob: a86eed174ad346850eeb394df974d6a9e9ad372d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                                                                

                        




               



                          


     
              




















                               








                                 






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

@import 'notifications';

.side-nav {
  width: 240px;

  li {
    padding: 0;

    &.logo > a:hover {
      background: initial;
    }
  }

  a {
    margin: 0;
  }

  &.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;
  }
}

#notifications {
  width: 300px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;

  @include notification;
}

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

span.numberItems {
  float: right;
}