File tree Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -157,17 +157,17 @@ $button-ios-round-border-radius: $button-round-border-radius
157
157
// --------------------------------------------------
158
158
159
159
@mixin ios-button-default ($color-name , $color-base , $color-contrast ) {
160
- $background -color : $color-base ;
161
- $background -color-activated : color-shade ($background -color );
160
+ $bg -color : $color-base ;
161
+ $bg -color-activated : color-shade ($bg -color );
162
162
$fg-color : $color-contrast ;
163
163
164
164
.button-ios-#{$color-name } {
165
165
color : $fg-color ;
166
- background-color : $background -color ;
166
+ background-color : $bg -color ;
167
167
}
168
168
169
169
.button-ios-#{$color-name } .activated {
170
- background-color : $background -color-activated ;
170
+ background-color : $bg -color-activated ;
171
171
}
172
172
}
173
173
Original file line number Diff line number Diff line change @@ -204,21 +204,21 @@ $button-md-round-border-radius: $button-round-border-radius !def
204
204
// --------------------------------------------------
205
205
206
206
@mixin md-button-default ($color-name , $color-base , $color-contrast ) {
207
- $background -color : $color-base ;
208
- $background -color-activated : color-shade ($background -color );
207
+ $bg -color : $color-base ;
208
+ $bg -color-activated : color-shade ($bg -color );
209
209
$fg-color : $color-contrast ;
210
210
211
211
.button-md-#{$color-name } {
212
212
color : $fg-color ;
213
- background-color : $background -color ;
213
+ background-color : $bg -color ;
214
214
}
215
215
216
216
.button-md-#{$color-name } :hover:not (.disable-hover ) {
217
- background-color : $background -color ;
217
+ background-color : $bg -color ;
218
218
}
219
219
220
220
.button-md-#{$color-name } .activated {
221
- background-color : $background -color-activated ;
221
+ background-color : $bg -color-activated ;
222
222
opacity : $button-md-opacity-activated ;
223
223
}
224
224
Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ $fab-ios-in-list-background-color-activated: color-shade($fab-ios-in-list-backg
45
45
46
46
@each $color-name , $color-base , $color-contrast in get-colors ($colors-ios ) {
47
47
48
- $background -color : $color-base ;
49
- $background -color-activated : color-shade ($background -color );
48
+ $bg -color : $color-base ;
49
+ $bg -color-activated : color-shade ($bg -color );
50
50
$fg-color : $color-contrast ;
51
51
52
52
.fab-ios.fab-ios-#{$color-name } {
53
53
color : $fg-color ;
54
- background-color : $background -color ;
54
+ background-color : $bg -color ;
55
55
}
56
56
57
57
.fab-ios.fab-ios-#{$color-name } .activated {
58
- background-color : $background -color-activated ;
58
+ background-color : $bg -color-activated ;
59
59
}
60
60
}
61
61
Original file line number Diff line number Diff line change @@ -59,17 +59,17 @@ $fab-md-in-list-background-color-activated: color-shade($fab-md-in-list-backgrou
59
59
60
60
@each $color-name , $color-base , $color-contrast in get-colors ($colors-md ) {
61
61
62
- $background -color : $color-base ;
63
- $background -color-activated : color-shade ($background -color );
62
+ $bg -color : $color-base ;
63
+ $bg -color-activated : color-shade ($bg -color );
64
64
$fg-color : $color-contrast ;
65
65
66
66
.fab-md.fab-md-#{$color-name } {
67
67
color : $fg-color ;
68
- background-color : $background -color ;
68
+ background-color : $bg -color ;
69
69
}
70
70
71
71
.fab-md.fab-md-#{$color-name } .activated {
72
- background-color : $background -color-activated ;
72
+ background-color : $bg -color-activated ;
73
73
}
74
74
}
75
75
Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ $fab-wp-in-list-background-color-activated: color-shade($fab-wp-in-list-backgrou
46
46
47
47
@each $color-name , $color-base , $color-contrast in get-colors ($colors-wp ) {
48
48
49
- $background -color : $color-base ;
50
- $background -color-activated : color-shade ($background -color );
49
+ $bg -color : $color-base ;
50
+ $bg -color-activated : color-shade ($bg -color );
51
51
$fg-color : $color-contrast ;
52
52
53
53
.fab-wp.fab-wp-#{$color-name } {
54
54
color : $fg-color ;
55
- background-color : $background -color ;
55
+ background-color : $bg -color ;
56
56
}
57
57
58
58
.fab-wp.fab-wp-#{$color-name } .activated {
59
- background-color : $background -color-activated ;
59
+ background-color : $bg -color-activated ;
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments