File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 7
7
& :not (.icon-c-s ):not (.icon-custom-size ) {
8
8
@include icon-size ($icon-size-base );
9
9
10
+ & .icon-xxl {
11
+ @include icon-size ($icon-size-xxl );
12
+ }
13
+
10
14
& .icon-xl {
11
15
@include icon-size ($icon-size-xl );
12
16
}
18
22
& .icon-sm {
19
23
@include icon-size ($icon-size-sm );
20
24
}
25
+
26
+ @for $i from 3 through 9 {
27
+ & .icon-#{$i } xl {
28
+ @include icon-size ($i * $icon-size-base );
29
+ }
30
+ }
21
31
}
22
32
}
Original file line number Diff line number Diff line change @@ -598,6 +598,7 @@ $icon-size-base: 1rem !default;
598
598
$icon-size-sm : $icon-size-base * .875 !default ;
599
599
$icon-size-lg : $icon-size-base * 1.25 !default ;
600
600
$icon-size-xl : $icon-size-base * 1.5 !default ;
601
+ $icon-size-xxl : $icon-size-base * 2 !default ;
601
602
602
603
603
604
// Tables
You can’t perform that action at this time.
0 commit comments