PATH:
home
/
lab2454c
/
costbloc.com
/
public
/
datta-able
/
scss
/
partials
/
theme-elements
/** ===================== Progress css start ========================== **/ @keyframes progress-bar-stripes { from { background-position: 16px 0; } to { background-position: 0 0; } } .progress { height: 12px; font-size: 10px; background-color: $theme-background; border-radius: 0; overflow: visible; } .progress-bar { background-color: $primary-color; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3); @each $value in $color-name { $i: index($color-name, $value); &.progress-#{$value} { background: nth($color-color,$i),; } &.progress-c-theme { background: $theme-color; } &.progress-c-theme2 { background: $theme-color2; } } } /**====== Progress css end ======**/
[-] _radiobox-checkbox.scss
[edit]
[-] _modal.scss
[edit]
[-] _popover.scss
[edit]
[+]
..
[-] _button.scss
[edit]
[-] _breadcrumb-pagination.scss
[edit]
[-] _form.scss
[edit]
[-] _progress.scss
[edit]
[-] _labels-badges.scss
[edit]
[-] _tooltip.scss
[edit]
[-] _nav.scss
[edit]
[-] _alert.scss
[edit]
[-] _data-tables.scss
[edit]
[-] _authentication.scss
[edit]