base_ui/assets/default-dashboard/scss/responsive/max_width/max_width.scss
2025-02-01 13:04:55 +03:30

53 lines
1.3 KiB
SCSS

// 1600px
@media screen and (max-width: 100em) {
@import "./1600/my_table_1600";
@import "./1600/the_list_panel_1600";
@import "./1600/sub_header_1600";
}
// 1399px
@media screen and (max-width: 87.499em) {
@import "./1399/the_list_panel-1399";
@import "./1399/_sub_header_1399";
}
// 991px
@media screen and (max-width: 61.998em) {
@import "./991/main_991";
@import "./991/the_list_panel_991";
@import "./991/_sub_header_991";
@import "./991/my_table_991";
}
// 767px
@media screen and (max-width: 47.938em) {
@import "./767/main_767";
@import "./767/the_list_panel_767";
@import "./767/the_navbar_767";
@import "./767/_sub_header_767";
}
// 575px
@media screen and (max-width: 35.938em) {
@import "./575/main_575";
@import "./575/my_table_575";
@import "./575/the_list_panel_575";
@import "./575/the_navbar_575";
@import "./575/sub_header_575";
}
// 399px
@media screen and (max-width: 24.938em) {
@import "./399/main_399";
@import "./399/my_table_399";
@import "./399/sub_header_399";
@import "./399/the-_navbar_399";
@import "./399/the_list_panel_399";
}
//360px
@media screen and (max-width: 22.5em) {
@import "./360/main_360";
@import "./360/sub_header_360";
@import "./360/the_list_panel_360";
@import "./360/the_navbar_360";
}