]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/angular/app/app.component.scss
Implement user requests autorizations in the client side
[github/Chocobozzz/PeerTube.git] / client / angular / app / app.component.scss
CommitLineData
98b01bac
C
1header div {
2 height: 50px;
3 line-height: 25px;
4 margin-bottom: 30px;
5}
6
dc8bc31b
C
7menu {
8 min-height: 300px;
9 height: 100%;
10 margin-right: 20px;
11 border-right: 1px solid rgba(0, 0, 0, 0.2);
12
13 .panel_button {
14 margin: 8px;
15 cursor: pointer;
16 transition: margin 0.2s;
17
18 &:hover {
19 margin-left: 15px;
20 }
21
22 a {
23 color: #333333;
24 }
25 }
26
27 .glyphicon {
28 margin: 5px;
29 }
30}
31
763bed9b
C
32.panel_block:not(:last-child) {
33 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
dc8bc31b 34}