]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/app.component.scss
Client: Auth services cleanup
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
CommitLineData
98b01bac 1header div {
98b01bac
C
2 line-height: 25px;
3 margin-bottom: 30px;
4}
5
dc8bc31b 6menu {
a64668c0
C
7 @media screen and (max-width: 600px) {
8 margin-right: 3px !important;
9 padding: 3px !important;
10 min-height: 400px !important;
11 }
12
9ced64e0 13 min-height: 600px;
dc8bc31b
C
14 margin-right: 20px;
15 border-right: 1px solid rgba(0, 0, 0, 0.2);
16
00a44645 17 .panel-button {
dc8bc31b
C
18 margin: 8px;
19 cursor: pointer;
20 transition: margin 0.2s;
21
22 &:hover {
23 margin-left: 15px;
24 }
25
26 a {
27 color: #333333;
28 }
29 }
30
31 .glyphicon {
32 margin: 5px;
33 }
34}
35
00a44645 36.panel-block:not(:last-child) {
763bed9b 37 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
dc8bc31b 38}
a64668c0
C
39
40.router-outlet-container {
41 @media screen and (max-width: 400px) {
42 padding: 0 3px 0 3px;
43 }
44}