fix pr
This commit is contained in:
parent
0e4dfb746f
commit
f9b4b0b5a0
@ -100,13 +100,13 @@
|
|||||||
.u-justifySpace {
|
.u-justifySpace {
|
||||||
@include justify-content(space-between);
|
@include justify-content(space-between);
|
||||||
}
|
}
|
||||||
.u-alignTop {
|
.u-alignStart {
|
||||||
@include align-items(flex-start);
|
@include align-items(flex-start);
|
||||||
}
|
}
|
||||||
.u-alignCenter {
|
.u-alignCenter {
|
||||||
@include align-items(center);
|
@include align-items(center);
|
||||||
}
|
}
|
||||||
.u-alignBottom {
|
.u-alignEnd {
|
||||||
@include align-items(flex-end);
|
@include align-items(flex-end);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user