Bottom aligned columns variant
This commit is contained in:
parent
ef4e7ad401
commit
fd27e83ba5
|
@ -10,4 +10,8 @@
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.is-bottom-aligned {
|
||||||
|
align-items: flex-end;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue