Add styling for generic flex spread
This commit is contained in:
parent
08f34e97ad
commit
363421a104
8
assets/sass/_flex.scss
Normal file
8
assets/sass/_flex.scss
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
.flex-spread {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-direction-column {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
@ -12,6 +12,7 @@
|
|||||||
@import "layout";
|
@import "layout";
|
||||||
@import "header";
|
@import "header";
|
||||||
@import "footer";
|
@import "footer";
|
||||||
|
@import "flex";
|
||||||
|
|
||||||
// Component-specific styling
|
// Component-specific styling
|
||||||
@import "compact-list";
|
@import "compact-list";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user