Readd layout reverse modifier
This commit is contained in:
committed by
GitHub
parent
6711fb7010
commit
61d875f52d
@@ -58,6 +58,10 @@
|
||||
&.-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
&.-reverse {
|
||||
direction: rtl;
|
||||
}
|
||||
}
|
||||
|
||||
.o-layout_item {
|
||||
@@ -83,7 +87,12 @@
|
||||
|
||||
// Horizontal aligment modifiers
|
||||
.o-layout.-center > &,
|
||||
.o-layout.-right > & {
|
||||
.o-layout.-right > &,
|
||||
.o-layout.-reverse > & {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.o-layout.-reverse > & {
|
||||
direction: ltr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user