64 lines
1.0 KiB
SCSS
64 lines
1.0 KiB
SCSS
![]() |
// 200px
|
||
|
@media screen and (min-width: 200px) {
|
||
|
}
|
||
|
|
||
|
//400px
|
||
|
@media screen and (min-width: 24.938em) {
|
||
|
}
|
||
|
// 576px
|
||
|
@media screen and (min-width: 36em) {
|
||
|
.main-page__content {
|
||
|
.search-items {
|
||
|
height: calc(100vh - 17em);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
// 768px
|
||
|
@media screen and (min-width: 48em) {
|
||
|
}
|
||
|
// 992px
|
||
|
@media screen and (min-width: 62em) {
|
||
|
.mobile-mode {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.main-page__content {
|
||
|
.search-items {
|
||
|
height: calc(100vh - 12.5em);
|
||
|
}
|
||
|
}
|
||
|
.qanon-content,
|
||
|
.majles-qaSection-content,
|
||
|
.majles-qanon-content,
|
||
|
.majles-mashruh-content {
|
||
|
.search-items {
|
||
|
height: calc(100vh - 14.5em);
|
||
|
}
|
||
|
}
|
||
|
.main-filter {
|
||
|
.search-items {
|
||
|
height: calc(100vh - 16.8em);
|
||
|
}
|
||
|
}
|
||
|
.majles-search-table {
|
||
|
.table-responsive {
|
||
|
height: calc(-15em + 100vh);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// 1200px
|
||
|
|
||
|
// 1400px
|
||
|
|
||
|
// // 1600px
|
||
|
// @media screen and (min-width: 100.000em) {
|
||
|
// @import "./992/category_992";
|
||
|
// }
|
||
|
|
||
|
// //1800px
|
||
|
// @media screen and (min-width: 112.500em) {}
|
||
|
|
||
|
// //2000px
|
||
|
// @media screen and (min-width: 125.000em) {}
|