Tech design
This commit is contained in:
parent
0fb3b38c41
commit
35ee6d9225
1 changed files with 2 additions and 7 deletions
|
|
@ -63,15 +63,9 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
/* align-items: center; */
|
||||
/* height: 120px; */
|
||||
}
|
||||
|
||||
.company-logo-wrapper {
|
||||
}
|
||||
|
||||
.company-logo {
|
||||
/* max-width: 65%;*/
|
||||
max-width: $company_logo_size;
|
||||
}
|
||||
|
||||
|
|
@ -243,7 +237,8 @@
|
|||
}
|
||||
|
||||
[data-ref="total_table-footer"] {
|
||||
padding-left: 1rem
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
[data-ref="totals_table-outstanding-label"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue