File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 59
59
}
60
60
}
61
61
62
- // TODO: move all values to variables.scss
63
62
.progress-group {
64
63
display : flex ;
65
64
flex-flow : row wrap ;
66
- margin-bottom : $spacer ;
65
+ margin-bottom : $progress-group-margin-bottom ;
67
66
}
68
67
69
68
.progress-group-prepend {
70
69
flex : 0 0 100px ;
71
70
align-self : center ;
72
71
}
73
72
74
- .progress-group-icon {
75
- font-size : $font-size-lg ;
76
- }
77
-
78
73
.progress-group-header {
79
74
display : flex ;
80
75
flex-basis : 100% ;
81
76
align-items : center ;
82
- margin-bottom : ( $spacer * .25 ) ;
77
+ margin-bottom : $progress-group-header-margin-bottom ;
83
78
}
84
79
85
80
.progress-group-bars {
Original file line number Diff line number Diff line change @@ -1462,6 +1462,9 @@ $progress-bar-color: $high-emphasis-inverse !default;
1462
1462
$progress-bar-bg : $primary !default ;
1463
1463
$progress-bar-animation-timing : 1s linear infinite !default ;
1464
1464
$progress-bar-transition : width .6s ease !default ;
1465
+
1466
+ $progress-group-margin-bottom : $spacer !default ;
1467
+ $progress-group-header-margin-bottom : $spacer * .25 !default ;
1465
1468
// scss-docs-end progress-variables
1466
1469
1467
1470
// List group
You can’t perform that action at this time.
0 commit comments