mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
15 lines
142 B
SCSS
15 lines
142 B
SCSS
.platform-ios7 {
|
|
.bar-header {
|
|
height: 64px;
|
|
|
|
> * {
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
.has-header {
|
|
margin-top: 64px;
|
|
}
|
|
}
|
|
|