]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/core/menu/menu-admin.component.scss
Change screenshot
[github/Chocobozzz/PeerTube.git] / client / src / app / core / menu / menu-admin.component.scss
CommitLineData
383bfc83
C
1menu {
2 background-color: $black-background;
6562f1f7 3 padding: 25px;
383bfc83
C
4 margin: 0;
5 height: 100%;
6
6562f1f7
C
7 .panel-block {
8 margin-bottom: 15px;
9 }
10
11 .block-title {
12 text-transform: uppercase;
13 font-weight: bold;
14 color: $menu-color-block;
15 margin-bottom: 10px;
16 }
17
383bfc83
C
18 a {
19 display: block;
6562f1f7 20 margin-left: 5px;
383bfc83 21 height: 30px;
6562f1f7 22 color: $menu-color-link;
383bfc83 23 cursor: pointer;
09223546 24 transition: color 0.3s;
383bfc83
C
25
26 &:hover, &:focus {
27 text-decoration: none !important;
28 outline: none !important;
29 }
30
31 .glyphicon {
6562f1f7 32 margin-right: 15px;
383bfc83
C
33 }
34
35 &:hover, &.active {
36 color: #fff;
37 }
38 }
39}