aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/angular/app/app.component.scss
blob: 346460a3128ec16387c0b6f17ee4c7f7b267cd14 (plain) (tree)
1
2
3
4
5
6





                      



























                                             
header div {
  height: 50px;
  line-height: 25px;
  margin-bottom: 30px;
}

menu {
  min-height: 300px;
  height: 100%;
  margin-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);

  .panel_button {
    margin: 8px;
    cursor: pointer;
    transition: margin 0.2s;

    &:hover {
      margin-left: 15px;
    }

    a {
      color: #333333;
    }
  }

  .glyphicon {
    margin: 5px;
  }
}

footer {
  margin-top: 30px;
}