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