Skip to content

Commit 953e5fe

Browse files
committed
feat(grid): added vertical align options
1 parent 90f8680 commit 953e5fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/guidelines/_grid.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ $grid-max-width: #{map-get($min-screensize-map, l)}px;
148148
}
149149
}
150150

151+
.#{$prefix}grid--valign-center {
152+
justify-content: center;
153+
}
154+
.#{$prefix}grid--valign-bottom {
155+
justify-content: flex-end;
156+
}
157+
151158
.#{$prefix}grid--no-h-margin {
152159
$grid-h-margin: 0;
153160
margin-left: $grid-h-margin;

0 commit comments

Comments
 (0)