1
0
Fork 0
peertube/client/src/sass/application.scss

83 lines
1.2 KiB
SCSS
Raw Normal View History

2017-01-13 11:16:00 +00:00
@import '../../node_modules/video.js/dist/video-js.css';
2016-11-08 19:49:43 +00:00
2017-04-21 09:06:33 +00:00
[hidden] {
display: none !important;
}
2017-04-21 09:06:33 +00:00
input.readonly {
/* Force blank on readonly inputs */
background-color: #fff !important;
2015-12-05 11:14:55 +00:00
}
2017-04-21 09:06:33 +00:00
.form-control, .btn {
border-radius: 0;
}
2017-04-21 14:40:45 +00:00
.dropdown-menu {
border-radius: 0;
}
2017-04-21 09:06:33 +00:00
.glyphicon-black {
color: black;
}
.header {
height: $header-height;
2017-04-21 15:12:28 +00:00
my-search {
position: fixed;
z-index: 1000;
}
2017-04-21 09:06:33 +00:00
.search-col {
height: 100%;
margin-left: -15px;
padding: 0;
}
2017-04-21 09:06:33 +00:00
}
2017-04-21 15:12:28 +00:00
.title-menu-left {
position: fixed;
}
2017-04-21 09:06:33 +00:00
.main-col {
padding: 0;
2017-04-21 09:06:33 +00:00
.main-row {
padding: 15px 30px;
@media screen and (min-width: 1400px) {
padding: 15px 40px;
}
2017-04-21 09:06:33 +00:00
@media screen and (min-width: 1600px) {
padding: 15px 50px;
}
@media screen and (min-width: 1800px) {
padding: 15px 60px;
}
}
2017-04-21 09:06:33 +00:00
}
2017-04-12 20:00:17 +00:00
/* some fixes for ng2-smart-table */
ng2-smart-table {
thead tr {
border-top: 1px solid rgb(233, 235, 236)
}
2017-04-12 20:00:17 +00:00
td, th {
padding: 8px !important;
color: #333333 !important;
font-size: 14px !important;
}
.ng2-smart-pagination-nav .page-link {
font-size: 11px !important;
}
2017-04-12 20:00:17 +00:00
.glyphicon {
font-family: 'Glyphicons Halflings' !important;
}
2016-08-26 17:02:43 +00:00
}