mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
20 lines
303 B
SCSS
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);
|
|
}
|