flex-basis: auto;
flex-grow: 0;
}
+ &.fill-area {
+ flex-grow: 1;
+ flex-shrink: 0;
+ min-width: fit-content;
+ }
}
.flex-2 {
.items-center {
align-items: center;
}
+.items-stretch {
+ align-items: stretch;
+}
/**
* Min width utilities
*/
+.min-width-xxxxs {
+ min-width: 60px;
+}
+.min-width-xxxs {
+ min-width: 80px;
+}
+.min-width-xxs {
+ min-width: 100px;
+}
.min-width-xs {
min-width: 120px;
}