fix(searchbar): searchbar padding should be on the left (#11651)

This commit is contained in:
Amit Moryossef
2017-05-17 23:53:40 +03:00
committed by Brandy Carney
parent ca71072e98
commit 3443ffdc3a

View File

@@ -139,7 +139,7 @@ $searchbar-ios-toolbar-input-background: rgba(0, 0, 0, .08) !default;
// -----------------------------------------
.searchbar-ios .searchbar-ios-cancel {
@include padding(0, 8px, 0, 0);
@include padding(0, 0, 0, 8px);
@include margin-horizontal(0, null);
display: none;