mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
15 lines
218 B
SCSS
15 lines
218 B
SCSS
@import "../../themes/ionic.globals";
|
|
|
|
// Header
|
|
// --------------------------------------------------
|
|
|
|
ion-header {
|
|
position: relative;
|
|
z-index: $z-index-toolbar;
|
|
display: block;
|
|
|
|
order: -1;
|
|
|
|
width: 100%;
|
|
}
|