mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00

also split all of the modes up so they can have different amounts of padding/margin on their content references #5565
21 lines
307 B
SCSS
21 lines
307 B
SCSS
@import "../../globals.core";
|
|
|
|
// Content
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Content Padding
|
|
// --------------------------------------------------
|
|
|
|
[no-padding] {
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
// Content Margin
|
|
// --------------------------------------------------
|
|
|
|
[no-margin] {
|
|
margin: 0;
|
|
}
|