![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/trx_addons/css/ |
// @required // General settings //------------------------------------------ // Font with icons $trx_addons_icons: "trx_addons_icons"; // font-family for the font with plugin-specific icons $page: 1170px; // Width of the whole page $grid_gap: 30px; // Gap between columns in the grid // Responsive //------------------------------------------ // By screen size $media_xxl: "(max-width: 1679px)"; $media_xl: "(max-width: 1439px)"; $media_lg: "(max-width: 1279px)"; $media_md_lg: "(min-width: 768px) and (max-width: 1279px)"; $media_md: "(max-width: 1023px)"; $media_sm: "(max-width: 767px)"; $media_wp_fix: "(min-width: 601px) and (max-width: 782px)"; $media_sm_wp: "(max-width: 600px)"; $media_xs: "(max-width: 479px)"; // By device $media_wide: "(min-width: 2160px)"; $media_desktop: "(min-width: 1680px) and (max-width: 2159px)"; $media_notebook: "(min-width: 1280px) and (max-width: 1679px)"; $media_tablet: "(min-width: 768px) and (max-width: 1279px)"; $media_not_mobile: "(min-width: 768px)"; $media_mobile: "(max-width: 767px)"; // --xl $xl_page: 1100px; // Width of the whole page $xl_grid_gap: 30px; // Gap between columns in the grid // --lg $lg_page: 964px; // Width of the whole page $lg_grid_gap: 30px; // Gap between columns in the grid // --md $md_page: 708px; // Width of the whole page $md_grid_gap: 30px; // Gap between columns in the grid // --sm $sm_page: 440px; // Width of the whole page $sm_grid_gap: 20px; // Gap between columns in the grid // --xs $xs_page: 280px; // Width of the whole page $xs_grid_gap: 20px; // Gap between columns in the grid