Files
2016-03-30 21:07:32 +02:00

30 lines
479 B
SCSS

@import "../../globals.core";
// Content
// --------------------------------------------------
// Content Padding
// --------------------------------------------------
[no-padding] {
padding: 0;
}
// Content Margin
// --------------------------------------------------
[no-margin] {
margin: 0;
}
// Content Fixed
// --------------------------------------------------
ion-fixed {
position: absolute;
transform: translateZ(0);
z-index: $z-index-fixed-content;
}