mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
26 lines
564 B
SCSS
26 lines
564 B
SCSS
@import "../../globals.wp";
|
|
@import "./content";
|
|
|
|
// Windows Content
|
|
// --------------------------------------------------
|
|
|
|
$content-wp-padding: $content-padding !default;
|
|
$content-wp-margin: $content-margin !default;
|
|
|
|
|
|
ion-content {
|
|
background-color: $background-wp-color;
|
|
}
|
|
|
|
|
|
// Windows Content Padding
|
|
// --------------------------------------------------
|
|
|
|
@include content-padding($content-wp-padding);
|
|
|
|
|
|
// Windows Content Margin
|
|
// --------------------------------------------------
|
|
|
|
@include content-margin($content-wp-margin);
|