]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/app/app.component.scss
Fix typescript linter
[github/Chocobozzz/PeerTube.git] / client / angular / app / app.component.scss
1 header div {
2 height: 50px;
3 line-height: 25px;
4 margin-bottom: 30px;
5 }
6
7 menu {
8 min-height: 600px;
9 margin-right: 20px;
10 border-right: 1px solid rgba(0, 0, 0, 0.2);
11
12 .panel_button {
13 margin: 8px;
14 cursor: pointer;
15 transition: margin 0.2s;
16
17 &:hover {
18 margin-left: 15px;
19 }
20
21 a {
22 color: #333333;
23 }
24 }
25
26 .glyphicon {
27 margin: 5px;
28 }
29 }
30
31 .panel_block:not(:last-child) {
32 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
33 }