We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f0673 commit 5964725Copy full SHA for 5964725
src/index.styl
@@ -64,6 +64,7 @@
64
.fa {
65
font-size: 14px;
66
margin-right: 8px;
67
+ color: #666;
68
}
69
70
@@ -74,16 +75,6 @@
74
75
76
77
- &.btn-lg,
78
- &.btn-md,
79
- &.btn-sm,
80
- &.btn-xs {
81
- :global {
82
- .fa {
83
- font-size: inherit;
84
- }
85
86
87
88
// button with icon
89
&.btn-icon-only {
@@ -150,6 +141,12 @@
150
141
background-repeat: repeat-x;
151
142
border-color: #0095ce;
152
143
144
+ :global {
145
+ .fa {
146
+ color: inherit;
147
+ }
148
149
+
153
&:active,
154
&.active {
155
color: #fff;
@@ -197,6 +194,12 @@
197
194
198
195
border-color: #d8262b;
199
196
200
201
202
203
204
205
0 commit comments