mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Removed some uncessary stuff
This commit is contained in:
14
dist/ionic.css
vendored
14
dist/ionic.css
vendored
@@ -370,13 +370,6 @@ body {
|
||||
background-color: #fff;
|
||||
-webkit-overflow-scrolling: touch; }
|
||||
|
||||
.platform-ios7 .bar {
|
||||
height: 64px; }
|
||||
.platform-ios7 .bar .title {
|
||||
line-height: 84px; }
|
||||
.platform-ios7 .has-header {
|
||||
top: 64px; }
|
||||
|
||||
.padded {
|
||||
padding: 10px; }
|
||||
|
||||
@@ -2244,3 +2237,10 @@ a.button {
|
||||
.slide-in-up.leave-active {
|
||||
-webkit-transform: translate3d(0, 100%, 0);
|
||||
transform: translate3d(0, 100%, 0); }
|
||||
|
||||
.platform-ios7 .bar {
|
||||
height: 64px; }
|
||||
.platform-ios7 .bar > * {
|
||||
margin-top: 20px; }
|
||||
.platform-ios7 .has-header {
|
||||
top: 64px; }
|
||||
|
||||
Reference in New Issue
Block a user