Commit 2fda8f9 1 parent ad499e5 commit 2fda8f9 Copy full SHA for 2fda8f9
File tree 2 files changed +5
-5
lines changed
src/assets/scss/core/icons
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18284,7 +18284,7 @@ textarea[resize='horizontal']
18284
18284
}
18285
18285
.icon-lg + .icon-text
18286
18286
{
18287
- width : calc (100% - $ icon-size-lg - 1 );
18287
+ width : calc (100% - # { icon-size-lg} - 1 );
18288
18288
}
18289
18289
18290
18290
.icon-sm
@@ -18299,7 +18299,7 @@ textarea[resize='horizontal']
18299
18299
}
18300
18300
.icon-sm + .icon-text
18301
18301
{
18302
- width : calc (100% - $ icon-size-sm - 1 );
18302
+ width : calc (100% - # { icon-size-sm} - 1 );
18303
18303
}
18304
18304
18305
18305
.icon-shape
Original file line number Diff line number Diff line change 28
28
}
29
29
30
30
+ .icon-text {
31
- width : calc (100% - $icon-size-xl - 1 );
31
+ width : calc (100% - #{ $icon-size-xl } - 1 );
32
32
}
33
33
}
34
34
44
44
}
45
45
46
46
+ .icon-text {
47
- width : calc (100% - $icon-size-lg - 1 );
47
+ width : calc (100% - #{ $icon-size-lg } - 1 );
48
48
}
49
49
}
50
50
60
60
}
61
61
62
62
+ .icon-text {
63
- width : calc (100% - $icon-size-sm - 1 );
63
+ width : calc (100% - #{ $icon-size-sm } - 1 );
64
64
}
65
65
}
You can’t perform that action at this time.
0 commit comments