Skip to content

Commit a4acd2a

Browse files
committed
refactor: revert changes
1 parent aecd625 commit a4acd2a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/assets/scss/blk-design-system-react/custom

src/assets/scss/blk-design-system-react/custom/_icons.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.icon + .icon-text {
1111
padding-left: 1rem;
12-
width: calc(100% - #{$icon-size} - 1);
12+
// width: calc(100% - #{$icon-size} - 1);
1313
}
1414

1515
.icon-xl {
@@ -22,7 +22,7 @@
2222
}
2323

2424
.icon-xl + .icon-text {
25-
width: calc(100% - #{$icon-size-xl} - 1);
25+
// width: calc(100% - #{$icon-size-xl} - 1);
2626
}
2727

2828
.icon-lg {
@@ -35,7 +35,7 @@
3535
}
3636

3737
.icon-lg + .icon-text {
38-
width: calc(100% - #{$icon-size-lg} - 1);
38+
// width: calc(100% - #{$icon-size-lg} - 1);
3939
}
4040

4141
.icon-sm {
@@ -48,7 +48,7 @@
4848
}
4949

5050
.icon-sm + .icon-text {
51-
width: calc(100% - #{$icon-size-sm} - 1);
51+
// width: calc(100% - #{$icon-size-sm} - 1);
5252
}
5353

5454

0 commit comments

Comments
 (0)