]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/application.scss
Client: fix https warning in make friends
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
CommitLineData
e31f6ad6
C
1@import '../video.js/dist/video-js.css';
2
0ac5edd9 3body {
4 padding: 20px;
a64668c0
C
5
6 @media screen and (max-width: 400px) {
7 padding: 3px;
8 }
0ac5edd9 9}
10
602eb142
C
11menu {
12 @media screen and (max-width: 600px) {
13 margin-right: 3px !important;
14 padding: 3px !important;
15 min-height: 400px !important;
16 }
17
18 min-height: 600px;
19 margin-right: 20px;
20 border-right: 1px solid rgba(0, 0, 0, 0.2);
21
22 .panel-block:not(:last-child) {
23 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
24 }
25
26 .panel-button {
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
21496304
C
45.table-column-id {
46 width: 200px;
47}
48
9c89a45c
C
49[hidden] {
50 display: none !important;
51}
52
cf02fbfb
C
53input.readonly {
54 /* Force blank on readonly inputs */
55 background-color: #fff !important;
56}
602eb142 57
0ac5edd9 58footer {
59 border-top: 1px solid rgba(0, 0, 0, 0.2);
60 padding-top: 10px;
61 text-align: center;
62 font-size: small;
763bed9b 63 margin-top: 30px;
a0382b70 64}