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