Files
ionic-framework/scss/_platform.scss
2013-11-19 19:11:21 -06:00

21 lines
211 B
SCSS

/**
* Platform
* --------------------------------------------------
*/
.platform-ios7 {
.bar-header {
height: 64px;
> * {
margin-top: 20px;
}
}
.has-header {
top: 64px;
}
}