Skip to content

Commit 1b22531

Browse files
committed
refactor(Progress): improve syntax
1 parent b09346b commit 1b22531

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

scss/_progress.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,7 @@
7676
}
7777

7878
.progress-group-icon {
79-
margin: 0 $spacer 0 ($spacer * .25);
8079
font-size: $font-size-lg;
81-
82-
// @include ltr {
83-
// margin: 0 $spacer 0 ($spacer * .25);
84-
// }
85-
// @include rtl {
86-
// margin: 0 ($spacer * .25) 0 $spacer;
87-
// }
88-
}
89-
90-
.progress-group-text {
91-
font-size: $font-size-sm;
92-
color: $gray-700;
9380
}
9481

9582
.progress-group-header {

0 commit comments

Comments
 (0)