]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/application.scss
Client: add ability to hide left menu
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
CommitLineData
c16ce1de 1@import '../../node_modules/video.js/dist/video-js.css';
e31f6ad6 2
383bfc83
C
3[hidden] {
4 display: none !important;
5}
a64668c0 6
383bfc83
C
7input.readonly {
8 /* Force blank on readonly inputs */
9 background-color: #fff !important;
0ac5edd9 10}
11
383bfc83
C
12.form-control, .btn {
13 border-radius: 0;
14}
602eb142 15
09223546
C
16.dropdown-menu {
17 border-radius: 0;
18}
19
383bfc83
C
20.glyphicon-black {
21 color: black;
22}
23
383bfc83 24.main-col {
602eb142 25
897ec54d 26 .content-padding {
383bfc83
C
27 padding: 15px 30px;
28
29 @media screen and (min-width: 1400px) {
30 padding: 15px 40px;
602eb142
C
31 }
32
383bfc83
C
33 @media screen and (min-width: 1600px) {
34 padding: 15px 50px;
35 }
36
37 @media screen and (min-width: 1800px) {
38 padding: 15px 60px;
602eb142
C
39 }
40 }
383bfc83 41}
602eb142 42
ad42bea3
C
43/* some fixes for ng2-smart-table */
44ng2-smart-table {
45 thead tr {
46 border-top: 1px solid rgb(233, 235, 236)
47 }
28798b5d 48
ad42bea3
C
49 td, th {
50 padding: 8px !important;
51 color: #333333 !important;
52 font-size: 14px !important;
28798b5d
C
53 }
54
55 .ng2-smart-pagination-nav .page-link {
56 font-size: 11px !important;
57 }
ad42bea3
C
58
59 .glyphicon {
60 font-family: 'Glyphicons Halflings' !important;
61 }
21496304 62}