File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
components/atom/progressBar/src/ProgressBarLine Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,21 @@ $base-class-line: '#{$base-class}Line';
1717 border : $bd-line-progress-container--success ;
1818 }
1919
20- & --borderless {
21- border : none ;
22- }
23-
2420 background : $bg-progress-bar ;
2521 border : $bd-line-progress-container ;
2622 border-radius : $bdrs-progress-container ;
2723 height : $h-progress-bar ; /* Can be anything */
2824 position : relative ;
2925 box-sizing : border-box ;
26+
3027 & --size {
3128 @each $size-key , $size-value in $size-atom-line-progress-bar {
3229 & -#{$size-key} {
3330 height : $size-value ;
3431 }
3532 }
3633 }
34+
3735 & --color {
3836 @each $colorName , $colorValue in $c-progress-bar-fill-array {
3937 & -#{$colorName} {
@@ -42,6 +40,10 @@ $base-class-line: '#{$base-class}Line';
4240 }
4341 }
4442 }
43+
44+ & --borderless {
45+ border : none ;
46+ }
4547 }
4648
4749 & Line {
You can’t perform that action at this time.
0 commit comments