]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/sass/application.scss
Client: fixed header and menu
[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 padding: 0;
45
46 .main-row {
47 padding: 15px 30px;
48
49 @media screen and (min-width: 1400px) {
50 padding: 15px 40px;
51 }
52
53 @media screen and (min-width: 1600px) {
54 padding: 15px 50px;
55 }
56
57 @media screen and (min-width: 1800px) {
58 padding: 15px 60px;
59 }
60 }
61 }
62
63 /* some fixes for ng2-smart-table */
64 ng2-smart-table {
65 thead tr {
66 border-top: 1px solid rgb(233, 235, 236)
67 }
68
69 td, th {
70 padding: 8px !important;
71 color: #333333 !important;
72 font-size: 14px !important;
73 }
74
75 .ng2-smart-pagination-nav .page-link {
76 font-size: 11px !important;
77 }
78
79 .glyphicon {
80 font-family: 'Glyphicons Halflings' !important;
81 }
82 }