add align helpers
This commit is contained in:
parent
5229b236d7
commit
0e4dfb746f
@ -100,9 +100,15 @@
|
|||||||
.u-justifySpace {
|
.u-justifySpace {
|
||||||
@include justify-content(space-between);
|
@include justify-content(space-between);
|
||||||
}
|
}
|
||||||
|
.u-alignTop {
|
||||||
|
@include align-items(flex-start);
|
||||||
|
}
|
||||||
.u-alignCenter {
|
.u-alignCenter {
|
||||||
@include align-items(center);
|
@include align-items(center);
|
||||||
}
|
}
|
||||||
|
.u-alignBottom {
|
||||||
|
@include align-items(flex-end);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Media queries*/
|
/* Media queries*/
|
||||||
|
Loading…
Reference in New Issue
Block a user