fix(rtl): add correct text-align (#11353)

* fix(rtl): add correct text-align

* feat(text-align): add mixin for backwards compatibility of variables

* fix(text-align): default null not empty string

* fix(text-align): remove default
This commit is contained in:
Amit Moryossef
2017-05-02 18:10:18 +03:00
committed by Brandy Carney
parent 6b42677460
commit 424b15aefd
32 changed files with 134 additions and 104 deletions

View File

@@ -15,6 +15,8 @@ ion-segment {
}
.segment-button {
@include text-align(center);
position: relative;
display: block;
overflow: hidden;
@@ -22,7 +24,6 @@ ion-segment {
margin-right: 0;
margin-left: 0;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;