mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
add -flex modifier
This commit is contained in:
@@ -61,6 +61,27 @@
|
||||
|
||||
&.-reverse {
|
||||
direction: rtl;
|
||||
|
||||
&.-flex {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
}
|
||||
|
||||
&.-flex {
|
||||
display: flex;
|
||||
|
||||
&.-top {
|
||||
align-items: flex-start;
|
||||
}
|
||||
&.-middle {
|
||||
align-items: center;
|
||||
}
|
||||
&.-bottom {
|
||||
align-items: flex-end;
|
||||
}
|
||||
}
|
||||
&.-stretch {
|
||||
align-items: stretch;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user