mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
style(sass): update sass linters and fix lint errors
This commit is contained in:
@ -23,9 +23,9 @@
|
||||
}
|
||||
|
||||
.fab-button-ios .icon {
|
||||
fill: $fab-ios-icon-fill-color;
|
||||
|
||||
font-size: $fab-ios-icon-font-size;
|
||||
|
||||
fill: $fab-ios-icon-fill-color;
|
||||
}
|
||||
|
||||
// FAB buttons in a list
|
||||
|
@ -4,7 +4,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Box shadow of the FAB button
|
||||
$fab-ios-box-shadow: 0px 4px 16px rgba(0, 0, 0, .12) !default;
|
||||
$fab-ios-box-shadow: 0 4px 16px rgba(0, 0, 0, .12) !default;
|
||||
|
||||
/// @prop - Box shadow of the activated FAB button
|
||||
$fab-ios-box-shadow-activated: $fab-ios-box-shadow !default;
|
||||
|
Reference in New Issue
Block a user