PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
countdown
/
assets
/
css
/
scss
/* ========================================================================== Countdown shortcode styles ========================================================================== */ .qodef-countdown { .qodef-label { @include qodefH7Style(); padding-bottom: 13px; margin-bottom: 30px; border-bottom: 1px solid $border-color; box-sizing: border-box; } .qodef-digit, .qodef-label { @include qodefRelativeLayout(); color: $heading-color; } $columns_label: ('qodef-show--1', 'qodef-show--2', 'qodef-show--3', 'qodef-show--4', 'qodef-show--5', 'qodef-show--6'); @for $i from 0 to length($columns_label) { &.#{nth($columns_label, $i+1)} { $column_width: 100% / ($i+1); .qodef-digit-wrapper { width: $column_width; } } } &.qodef-countdown--light { .qodef-label { border-color: #fff; } .qodef-digit, .qodef-label { color: #fff; } } }
[+]
..
[-] _countdown-responsive.scss
[edit]
[-] _countdown-default.scss
[edit]