Server IP : 150.95.80.236 / Your IP : 3.129.67.38 Web Server : Apache System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : social-telecare ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pcu.in.th/uat.pcu.in.th/demo15/src/sass/components/ |
Upload File : |
// // Custom utilities // $utilities: map-merge( $utilities, ( "position": ( property: position, responsive: true, values: static relative absolute fixed sticky ), "opacity": ( property: opacity, class: opacity, values: $opacity-values ), "opacity-hover": ( property: opacity, state: hover, class: opacity, values: $opacity-values ), "font-size": ( rfs: true, responsive: true, property: font-size, class: fs, values: $font-sizes ), "width": ( responsive: true, property: width, class: w, values: $custom-sizes ), "max-width": ( responsive: true, property: max-width, class: mw, values: $custom-sizes ), "min-width": ( responsive: true, property: min-width, class: min-w, values: $custom-sizes ), "height": ( responsive: true, property: height, class: h, values: $custom-sizes ), "max-height": ( responsive: true, property: max-height, class: mh, values: $custom-sizes ), "min-height": ( responsive: true, property: min-height, class: min-h, values: $custom-sizes ), "z-index": ( property: z-index, class: z-index, values: $zindex-values ), "border-top-width": ( property: border-top-width, class: border-top, values: $border-widths ), "border-bottom-width": ( property: border-bottom-width, class: border-bottom, values: $border-widths ), "border-right-width": ( property: border-right-width, class: border-right, values: $border-widths ), "border-left-width": ( property: border-left-width, class: border-left, values: $border-widths ), "line-height": ( property: line-height, class: lh, values: ( 0: 0, 1: 1, sm: $line-height-sm, base: $line-height-base, lg: $line-height-lg, xl: $line-height-xl, xxl: $line-height-xxl ) ), "letter-spacing": ( property: letter-spacing, class: ls, values: $letter-spacing-values ) ) );