File tree 3 files changed +28
-19
lines changed
3 files changed +28
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/icons-react" ,
3
- "version" : " 1.0.0-beta.3 " ,
3
+ "version" : " 1.0.0-beta.4 " ,
4
4
"description" : " CoreUI Icons React component" ,
5
5
"sideEffects" : " src/CIcon.css" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
color : inherit;
4
4
text-align : center;
5
5
fill : currentColor;
6
+ }
7
+
8
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ) {
6
9
width : 1rem ;
7
10
height : 1rem ;
8
11
font-size : 1rem ;
9
12
}
10
- .c-icon-2xl {
13
+
14
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-2xl {
11
15
width : 2rem ;
12
16
height : 2rem ;
13
17
font-size : 2rem ;
14
18
}
15
- .c-icon-3xl {
19
+
20
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-3xl {
16
21
width : 3rem ;
17
22
height : 3rem ;
18
23
font-size : 3rem ;
19
24
}
20
- .c-icon-4xl {
25
+
26
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-4xl {
21
27
width : 4rem ;
22
28
height : 4rem ;
23
29
font-size : 4rem ;
24
30
}
25
- .c-icon-5xl {
31
+
32
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-5xl {
26
33
width : 5rem ;
27
34
height : 5rem ;
28
35
font-size : 5rem ;
29
36
}
30
- .c-icon-6xl {
37
+
38
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-6xl {
31
39
width : 6rem ;
32
40
height : 6rem ;
33
41
font-size : 6rem ;
34
42
}
35
- .c-icon-7xl {
43
+
44
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-7xl {
36
45
width : 7rem ;
37
46
height : 7rem ;
38
47
font-size : 7rem ;
39
48
}
40
- .c-icon-8xl {
49
+
50
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-8xl {
41
51
width : 8rem ;
42
52
height : 8rem ;
43
53
font-size : 8rem ;
44
54
}
45
- .c-icon-9xl {
55
+
56
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-9xl {
46
57
width : 9rem ;
47
58
height : 9rem ;
48
59
font-size : 9rem ;
49
60
}
50
- .c-icon-xl {
61
+
62
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-xl {
51
63
width : 1.5rem ;
52
64
height : 1.5rem ;
53
65
font-size : 1.5rem ;
54
66
}
55
- .c-icon-lg {
67
+
68
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-lg {
56
69
width : 1.25rem ;
57
70
height : 1.25rem ;
58
71
font-size : 1.25rem ;
59
72
}
60
- .c-icon-sm {
73
+
74
+ .c-icon : not (.c-icon-c-s ): not (.c-icon-custom-size ).c-icon-sm {
61
75
width : 0.875rem ;
62
76
height : 0.875rem ;
63
77
font-size : 0.875rem ;
64
- }
65
- .c-icon-c-s ,
66
- .c-icon-custom-size {
67
- width : initial !important ;
68
- height : initial !important ;
69
- }
78
+ }
You can’t perform that action at this time.
0 commit comments