]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/application.scss
c0b40445e703c2af45fa5c1a72d33afc2228f3fa
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
1 @import '../../node_modules/video.js/dist/video-js.css';
2
3 [hidden] {
4 display: none !important;
5 }
6
7 input.readonly {
8 /* Force blank on readonly inputs */
9 background-color: #fff !important;
10 }
11
12 .form-control, .btn {
13 border-radius: 0;
14 }
15
16 .dropdown-menu {
17 border-radius: 0;
18 }
19
20 .glyphicon-black {
21 color: black;
22 }
23
24 .header {
25 height: $header-height;
26
27 my-search {
28 position: fixed;
29 z-index: 1000;
30 }
31
32 .search-col {
33 height: 100%;
34 margin-left: -15px;
35 padding: 0;
36 }
37 }
38
39 .title-menu-left {
40 position: fixed;
41 }
42
43 .main-col {
44
45 .content-padding {
46 padding: 15px 30px;
47
48 @media screen and (min-width: 1400px) {
49 padding: 15px 40px;
50 }
51
52 @media screen and (min-width: 1600px) {
53 padding: 15px 50px;
54 }
55
56 @media screen and (min-width: 1800px) {
57 padding: 15px 60px;
58 }
59 }
60 }
61
62 /* some fixes for ng2-smart-table */
63 ng2-smart-table {
64 thead tr {
65 border-top: 1px solid rgb(233, 235, 236)
66 }
67
68 td, th {
69 padding: 8px !important;
70 color: #333333 !important;
71 font-size: 14px !important;
72 }
73
74 .ng2-smart-pagination-nav .page-link {
75 font-size: 11px !important;
76 }
77
78 .glyphicon {
79 font-family: 'Glyphicons Halflings' !important;
80 }
81 }