]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/core/menu/menu-admin.component.scss
Client: responsive design
[github/Chocobozzz/PeerTube.git] / client / src / app / core / menu / menu-admin.component.scss
CommitLineData
383bfc83
C
1menu {
2 background-color: $black-background;
3 padding: 20px;
4 margin: 0;
5 height: 100%;
6
7 a {
8 display: block;
9 height: 30px;
10 color: #9cabb8;
11 cursor: pointer;
12
13 &:hover, &:focus {
14 text-decoration: none !important;
15 outline: none !important;
16 }
17
18 .glyphicon {
19 margin-right: 20px;
20 }
21
22 &:hover, &.active {
23 color: #fff;
24 }
25 }
26}