@@ -19,7 +19,7 @@ $dark: #444 !default;
19
19
Ionicons, v2.0.1
20
20
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
21
21
https://twitter.com/benjsperry https://twitter.com/ionicframework
22
- MIT License: https://github.com/ionic-team /ionicons
22
+ MIT License: https://github.com/driftyco /ionicons
23
23
24
24
Android-style icons originally built by Google’s
25
25
Material Design Icons: https://github.com/google/material-design-icons
@@ -6604,9 +6604,6 @@ button.item.item-button-right {
6604
6604
align-items : center; }
6605
6605
.item-options .button : before {
6606
6606
margin : 0 auto; }
6607
- .item-options ion-option-button : last-child {
6608
- padding-right : calc (constant (safe-area-inset-right) + 12px );
6609
- padding-right : calc (env (safe-area-inset-right) + 12px ); }
6610
6607
6611
6608
/**
6612
6609
* Lists
@@ -9602,57 +9599,28 @@ a.button {
9602
9599
* Platform specific tweaks
9603
9600
*/
9604
9601
.platform-ios .platform-cordova : not (.fullscreen ) .bar-header : not (.bar-subheader ) {
9605
- height : 64px ;
9606
- height : calc (constant (safe-area-inset-top) + 44px );
9607
- height : calc (env (safe-area-inset-top) + 44px ); }
9602
+ height : 64px ; }
9608
9603
.platform-ios .platform-cordova : not (.fullscreen ) .bar-header : not (.bar-subheader ).item-input-inset .item-input-wrapper {
9609
9604
margin-top : 19px !important ; }
9610
9605
.platform-ios .platform-cordova : not (.fullscreen ) .bar-header : not (.bar-subheader ) > * {
9611
- margin-top : 20px ;
9612
- margin-top : constant (safe-area-inset-top);
9613
- margin-top : env (safe-area-inset-top); }
9614
-
9615
- .platform-ios .platform-cordova : not (.fullscreen ) .bar-header {
9616
- padding-left : calc ( constant (safe-area-inset-left) + 5px );
9617
- padding-left : calc (env (safe-area-inset-left) + 5px );
9618
- padding-right : calc (constant (safe-area-inset-right) + 5px );
9619
- padding-right : calc (env (safe-area-inset-right) + 5px ); }
9620
- .platform-ios .platform-cordova : not (.fullscreen ) .bar-header .buttons : last-child {
9621
- right : calc (constant (safe-area-inset-right) + 5px );
9622
- right : calc (env (safe-area-inset-right) + 5px ); }
9623
-
9624
- .platform-ios .platform-cordova : not (.fullscreen ) .has-tabs , .platform-ios .platform-cordova : not (.fullscreen ) .bar-footer .has-tabs {
9625
- bottom : calc (constant (safe-area-inset-bottom) + 49px );
9626
- bottom : calc (env (safe-area-inset-bottom) + 49px ); }
9627
-
9628
- .platform-ios .platform-cordova : not (.fullscreen ) .tabs-top > .tabs , .platform-ios .platform-cordova : not (.fullscreen ) .tabs .tabs-top {
9629
- top : 64px ; }
9606
+ margin-top : 20px ; }
9630
9607
9631
- .platform-ios .platform-cordova : not (.fullscreen ) .tabs {
9632
- padding-bottom : constant (safe-area-inset-bottom);
9633
- padding-bottom : env (safe-area-inset-bottom);
9634
- height : calc (constant (safe-area-inset-bottom) + 49px );
9635
- height : calc (env (safe-area-inset-bottom) + 49px ); }
9608
+ .platform-ios .platform-cordova : not (.fullscreen ) .tabs-top > .tabs ,
9609
+ .platform-ios .platform-cordova : not (.fullscreen ) .tabs .tabs-top {
9610
+ top : 64px ; }
9636
9611
9637
- .platform-ios .platform-cordova : not (.fullscreen ) .has-header , .platform-ios .platform-cordova : not (.fullscreen ) .bar-subheader {
9638
- top : 64px ;
9639
- top : calc (constant (safe-area-inset-top) + 44px );
9640
- top : calc (env (safe-area-inset-top) + 44px ); }
9612
+ .platform-ios .platform-cordova : not (.fullscreen ) .has-header ,
9613
+ .platform-ios .platform-cordova : not (.fullscreen ) .bar-subheader {
9614
+ top : 64px ; }
9641
9615
9642
9616
.platform-ios .platform-cordova : not (.fullscreen ) .has-subheader {
9643
- top : 108px ;
9644
- top : calc (constant (safe-area-inset-top) + 88px );
9645
- top : calc (env (safe-area-inset-top) + 88px ); }
9617
+ top : 108px ; }
9646
9618
9647
9619
.platform-ios .platform-cordova : not (.fullscreen ) .has-header .has-tabs-top {
9648
- top : 113px ;
9649
- top : calc (93px + constant (safe-area-inset-top));
9650
- top : calc (93px + env (safe-area-inset-top)); }
9620
+ top : 113px ; }
9651
9621
9652
9622
.platform-ios .platform-cordova : not (.fullscreen ) .has-header .has-subheader .has-tabs-top {
9653
- top : 157px ;
9654
- top : calc (137px + constant (safe-area-inset-right));
9655
- top : calc (137px + env (safe-area-inset-right)); }
9623
+ top : 157px ; }
9656
9624
9657
9625
.platform-ios .platform-cordova .popover .bar-header : not (.bar-subheader ) {
9658
9626
height : 44px ; }
@@ -9661,7 +9629,8 @@ a.button {
9661
9629
.platform-ios .platform-cordova .popover .bar-header : not (.bar-subheader ) > * {
9662
9630
margin-top : 0 ; }
9663
9631
9664
- .platform-ios .platform-cordova .popover .has-header , .platform-ios .platform-cordova .popover .bar-subheader {
9632
+ .platform-ios .platform-cordova .popover .has-header ,
9633
+ .platform-ios .platform-cordova .popover .bar-subheader {
9665
9634
top : 44px ; }
9666
9635
9667
9636
.platform-ios .platform-cordova .popover .has-subheader {
@@ -9671,34 +9640,6 @@ a.button {
9671
9640
margin-bottom : 20px ; }
9672
9641
9673
9642
@media (orientation : landscape) {
9674
- .item {
9675
- padding : 16px calc (constant (safe-area-inset-right) + 16px ); }
9676
- .item .badge {
9677
- right : calc (constant (safe-area-inset-right) + 32px ); }
9678
- .item-icon-left {
9679
- padding-left : calc (constant (safe-area-inset-left) + 54px ); }
9680
- .item-icon-left .icon {
9681
- left : calc (constant (safe-area-inset-left) + 11px ); }
9682
- .item-icon-right {
9683
- padding-right : calc (constant (safe-area-inset-right) + 54px ); }
9684
- .item-icon-right .icon {
9685
- right : calc (constant (safe-area-inset-right) + 11px ); }
9686
- .item-complex ,
9687
- a .item .item-complex ,
9688
- button .item .item-complex {
9689
- padding : 0 ; }
9690
- .item-complex .item-content , a .item .item-complex .item-content , button .item .item-complex .item-content {
9691
- padding : 16px calc (constant (safe-area-inset-right) + 49px ) 16px calc (constant (safe-area-inset-left) + 16px ); }
9692
- .item-left-edit .visible .active {
9693
- -webkit-transform : translate3d (calc (constant (safe-area-inset-left) + 8px ), 0 , 0 );
9694
- transform : translate3d (calc (constant (safe-area-inset-left) + 8px ), 0 , 0 ); }
9695
- .list-left-editing .item-left-editable .item-content ,
9696
- .item-left-editing .item-left-editable .item-content {
9697
- -webkit-transform : translate3d (calc (constant (safe-area-inset-left) + 50px ), 0 , 0 );
9698
- transform : translate3d (calc (constant (safe-area-inset-left) + 50px ), 0 , 0 ); }
9699
- .item-right-edit {
9700
- right : constant (safe-area-inset-right);
9701
- right : env (safe-area-inset-right); }
9702
9643
.platform-ios .platform-browser .platform-ipad {
9703
9644
position : fixed; } }
9704
9645
0 commit comments