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