]>
Commit | Line | Data |
---|---|---|
798442f6 C |
1 | #peertube-title a { |
2 | color: inherit !important; | |
3 | ||
4 | &:hover { | |
5 | color: inherit !important; | |
6 | text-decoration: none !important; | |
7 | } | |
8 | } | |
9 | ||
98b01bac | 10 | header div { |
98b01bac C |
11 | line-height: 25px; |
12 | margin-bottom: 30px; | |
13 | } | |
14 | ||
dc8bc31b | 15 | menu { |
a64668c0 C |
16 | @media screen and (max-width: 600px) { |
17 | margin-right: 3px !important; | |
18 | padding: 3px !important; | |
19 | min-height: 400px !important; | |
20 | } | |
21 | ||
9ced64e0 | 22 | min-height: 600px; |
dc8bc31b C |
23 | margin-right: 20px; |
24 | border-right: 1px solid rgba(0, 0, 0, 0.2); | |
25 | ||
00a44645 | 26 | .panel-button { |
dc8bc31b C |
27 | margin: 8px; |
28 | cursor: pointer; | |
29 | transition: margin 0.2s; | |
30 | ||
31 | &:hover { | |
32 | margin-left: 15px; | |
33 | } | |
34 | ||
35 | a { | |
36 | color: #333333; | |
37 | } | |
38 | } | |
39 | ||
40 | .glyphicon { | |
41 | margin: 5px; | |
42 | } | |
43 | } | |
44 | ||
00a44645 | 45 | .panel-block:not(:last-child) { |
763bed9b | 46 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
dc8bc31b | 47 | } |
a64668c0 C |
48 | |
49 | .router-outlet-container { | |
50 | @media screen and (max-width: 400px) { | |
51 | padding: 0 3px 0 3px; | |
52 | } | |
53 | } |