&.v-center {
align-items: center;
}
+ &.v-end {
+ align-items: end;
+ }
&.no-gap {
grid-row-gap: 0;
grid-column-gap: 0;
position: relative;
}
+.flex-container-column {
+ display: flex;
+ flex-direction: column;
+}
+
.flex {
min-height: 0;
flex: 1;
}
+.justify-flex-end {
+ justify-content: flex-end;
+}
+
/**
* Display and float utilities
}
.hidden {
- display: none;
+ display: none !important;
}
.float {