Files
2016-04-07 14:17:27 -04:00

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);
}