mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(scss): each selector should have its own line
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
@include box-sizing(border-box);
|
||||
}
|
||||
|
||||
body, .ionic-body {
|
||||
body,
|
||||
.ionic-body {
|
||||
@include touch-callout(none);
|
||||
@include font-smoothing(antialiased);
|
||||
@include text-size-adjust(none);
|
||||
@@ -309,7 +310,8 @@ ion-infinite-scroll.active .scroll-infinite {
|
||||
.view {
|
||||
z-index: $z-index-view;
|
||||
}
|
||||
.pane, .view {
|
||||
.pane,
|
||||
.view {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
||||
Reference in New Issue
Block a user