|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/www/s.nandedexpress.com/wp-content/plugins11/financial-pack-pro/sass/ |
$color-up: #1abe63;
$color-down: #da2e32;
$color-fixed: #b2b2b2;
//
// Responsive Screen Size
//
$media_screen_tablet: 'max-width: 800px';
$media_screen_big_mobile: 'max-width: 500px';
$media_screen_small_mobile: 'max-width: 370px';
// For Big Widget
$media_screen_tablet_bw: 'max-width: 900px';
$media_screen_big_mobile_bw: 'max-width: 700px';
$media_screen_small_mobile_bw: 'max-width: 470px';
// Selector Counter
$start: 3;
$end: 10;
@mixin selector_counter() {
@for $i from $start through $end {
.bsfp-widgets-list.bsfp-align-columned.bsfp-columns-#{$i} {
@content
}
@media ($media_screen_small_mobile) {
.bsfp-align-columned.bsfp-columns-2 {
.bs-fp {
width: 100% !important;
}
}
}
}
}