refactor(piece_justificative): UX follows mockups

This commit is contained in:
Colin Darie 2022-11-09 12:33:20 +01:00
parent 84ca01bdf7
commit b13c5e56f6
39 changed files with 373 additions and 272 deletions

View file

@ -1,3 +1,5 @@
@import "constants";
.flex {
display: flex;
@ -49,3 +51,7 @@
.flex-no-shrink {
flex-shrink: 0;
}
.flex-gap-2 {
gap: 2 * $default-spacer; // scss-lint:disable PropertySpelling
}