mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
style(css): fix most scss lint errors
This commit is contained in:
@ -42,15 +42,16 @@
|
||||
|
||||
--icon-size: #{$segment-button-md-icon-size};
|
||||
|
||||
height: $segment-button-md-height;
|
||||
|
||||
font-size: $segment-button-md-font-size;
|
||||
font-weight: $segment-button-md-font-weight;
|
||||
line-height: $segment-button-md-line-height;
|
||||
text-transform: uppercase;
|
||||
|
||||
color: inherit;
|
||||
height: $segment-button-md-height;
|
||||
|
||||
opacity: $segment-button-md-opacity;
|
||||
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
// Checked Segment Button
|
||||
@ -70,4 +71,4 @@
|
||||
opacity: $segment-button-md-opacity-disabled;
|
||||
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user