base_ui/assets/default-dashboard/scss/responsive/min_width/min-width.scss

43 lines
736 B
SCSS
Raw Normal View History

2025-02-01 09:34:55 +00:00
// 200px
@media screen and (min-width:200px){
@import "./200/main_200";
}
//399px
@media screen and (min-width: 24.938em) {
@import "./399/main_399";
@import "./399/sub_header_399";
@import "./399/the_navbar_399";
}
// 576px
@media screen and (min-width: 36em) {
@import "./576/main_576";
@import "./576/sub_header_576";
@import "./576/my_table_576";
}
// 776px
// 992px
@media screen and (min-width: 62em) {
@import "./992/main-992";
@import "./992/sub_header_992";
}
// 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) {}