This commit is contained in:
reverend 2020-08-23 14:43:34 +02:00
parent 4e88fbbb9b
commit c92c94344c
2 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,12 @@
&__Item {
width: 100%;
@include RV-Alignment;
&--fixedSize {
flex: 0 0;
width: min-content;
}
}
}

View File

@ -43,6 +43,9 @@
.RV-FlexRow__Item__Container--center {
justify-content: center;
align-content: center; }
.RV-FlexRow__Item--fixedSize {
flex: 0 0;
width: min-content; }
.RV-FlexGrid__Container {
display: grid;