mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
32 lines
481 B
SCSS
32 lines
481 B
SCSS
@import "../../globals.core";
|
|
|
|
// Content
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Content Padding
|
|
// --------------------------------------------------
|
|
|
|
[no-padding] {
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
// Content Margin
|
|
// --------------------------------------------------
|
|
|
|
[no-margin] {
|
|
margin: 0;
|
|
}
|
|
|
|
// Content Fixed
|
|
// --------------------------------------------------
|
|
|
|
ion-fixed {
|
|
position: absolute;
|
|
|
|
z-index: $z-index-fixed-content;
|
|
|
|
transform: translateZ(0);
|
|
}
|