Files
ionic-framework/core/src/components/header/header.scss
2018-08-10 01:41:05 +02:00

20 lines
303 B
SCSS

@import "../../themes/ionic.globals";
// Header
// --------------------------------------------------
ion-header {
display: block;
position: relative;
order: -1;
width: 100%;
z-index: $z-index-toolbar;
}
ion-header ion-toolbar:first-child {
padding-top: var(--ion-safe-area-top, 0);
}