Files
ionic-framework/scss/_platform.scss
2014-01-10 23:49:19 -06:00

54 lines
590 B
SCSS

/**
* Platform
* --------------------------------------------------
*/
.platform-ios7 {
.bar-header {
height: 64px;
&.item-input-inset .item-input-wrapper {
margin-top: 19px !important;
}
> * {
margin-top: 20px;
}
}
.has-header {
top: 64px;
}
.bar-subheader {
top: 64px;
}
.has-subheader {
top: 108px;
}
}
.platform-android {
.bar-header {
height: 48px;
}
.has-header {
top: 48px;
}
.bar-subheader {
top: 48px;
}
.has-subheader {
top: 96px;
}
.title {
line-height: 48px;
}
}