mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
style(components): consistent line breaks with mixin args
This commit is contained in:
@ -26,14 +26,10 @@
|
||||
}
|
||||
|
||||
.fab-button-native {
|
||||
@include margin(
|
||||
var(--padding-top),
|
||||
var(--padding-end),
|
||||
var(--padding-bottom),
|
||||
var(--padding-start)
|
||||
);
|
||||
text-align: center;
|
||||
@include border-radius(50%);
|
||||
@include margin(var(--padding-top), var(--padding-end), var(--padding-bottom), var(--padding-start));
|
||||
|
||||
text-align: center;
|
||||
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
Reference in New Issue
Block a user