mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(back-button): fix position
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
.back-button-ios {
|
.back-button-ios {
|
||||||
@include padding(0);
|
@include padding(0);
|
||||||
@include margin(2px, 0, 0, 0);
|
@include margin(0, 0, 0, 0);
|
||||||
|
|
||||||
z-index: $back-button-ios-button-z-index;
|
z-index: $back-button-ios-button-z-index;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
.back-button-md {
|
.back-button-md {
|
||||||
@include margin(2px, 6px, 0, 0);
|
@include margin(1px, 6px, 0, 0);
|
||||||
@include padding(0, 5px);
|
@include padding(0, 5px);
|
||||||
|
|
||||||
min-width: 44px;
|
min-width: 44px;
|
||||||
|
|||||||
Reference in New Issue
Block a user