We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecd625 commit a4acd2aCopy full SHA for a4acd2a
1 file changed
src/assets/scss/blk-design-system-react/custom/_icons.scss
@@ -9,7 +9,7 @@
9
10
.icon + .icon-text {
11
padding-left: 1rem;
12
- width: calc(100% - #{$icon-size} - 1);
+ // width: calc(100% - #{$icon-size} - 1);
13
}
14
15
.icon-xl {
@@ -22,7 +22,7 @@
22
23
24
.icon-xl + .icon-text {
25
- width: calc(100% - #{$icon-size-xl} - 1);
+ // width: calc(100% - #{$icon-size-xl} - 1);
26
27
28
.icon-lg {
@@ -35,7 +35,7 @@
35
36
37
.icon-lg + .icon-text {
38
- width: calc(100% - #{$icon-size-lg} - 1);
+ // width: calc(100% - #{$icon-size-lg} - 1);
39
40
41
.icon-sm {
@@ -48,7 +48,7 @@
48
49
50
.icon-sm + .icon-text {
51
- width: calc(100% - #{$icon-size-sm} - 1);
+ // width: calc(100% - #{$icon-size-sm} - 1);
52
53
54
0 commit comments