]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/application.scss
Client: beautiful watch page
[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
24.header {
25 height: $header-height;
602eb142 26
ea9f487b
C
27 my-search {
28 position: fixed;
29 z-index: 1000;
30 }
31
383bfc83
C
32 .search-col {
33 height: 100%;
34 margin-left: -15px;
35 padding: 0;
602eb142 36 }
383bfc83 37}
602eb142 38
ea9f487b
C
39.title-menu-left {
40 position: fixed;
41}
42
383bfc83 43.main-col {
602eb142 44
897ec54d 45 .content-padding {
383bfc83
C
46 padding: 15px 30px;
47
48 @media screen and (min-width: 1400px) {
49 padding: 15px 40px;
602eb142
C
50 }
51
383bfc83
C
52 @media screen and (min-width: 1600px) {
53 padding: 15px 50px;
54 }
55
56 @media screen and (min-width: 1800px) {
57 padding: 15px 60px;
602eb142
C
58 }
59 }
383bfc83 60}
602eb142 61
ad42bea3
C
62/* some fixes for ng2-smart-table */
63ng2-smart-table {
64 thead tr {
65 border-top: 1px solid rgb(233, 235, 236)
66 }
28798b5d 67
ad42bea3
C
68 td, th {
69 padding: 8px !important;
70 color: #333333 !important;
71 font-size: 14px !important;
28798b5d
C
72 }
73
74 .ng2-smart-pagination-nav .page-link {
75 font-size: 11px !important;
76 }
ad42bea3
C
77
78 .glyphicon {
79 font-family: 'Glyphicons Halflings' !important;
80 }
21496304 81}