Merged in fix/SW-2367-mobile-ui-correction- (pull request #2603)
Fix/SW-2367 mobile ui correction * fix(SW-2367): UI updates * fix(SW-2367): Optimised code Approved-by: Bianca Widstam
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
.chequeCard {
|
||||
padding: var(--Spacing-x-one-and-half);
|
||||
padding: var(--Space-x15);
|
||||
background-color: var(--Base-Surface-Secondary-light-Normal);
|
||||
border-radius: var(--Corner-radius-md);
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
display: grid;
|
||||
gap: var(--Spacing-x1);
|
||||
gap: var(--Space-x1);
|
||||
}
|
||||
|
||||
.chequeRow,
|
||||
.cheque {
|
||||
display: flex;
|
||||
gap: var(--Spacing-x-half);
|
||||
gap: var(--Space-x05);
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
color: var(--Text-Default);
|
||||
}
|
||||
|
||||
.cheque {
|
||||
|
||||
Reference in New Issue
Block a user