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