refactor(piece_justificative): UX follows mockups
This commit is contained in:
parent
84ca01bdf7
commit
b13c5e56f6
39 changed files with 373 additions and 272 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue