added style variables to reduce duplication
This commit is contained in:
parent
a0b1ed8d07
commit
71e1566f20
6 changed files with 30 additions and 7 deletions
|
|
@ -1,3 +1,5 @@
|
|||
@use "variables";
|
||||
|
||||
.expense-container {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
|
@ -5,7 +7,7 @@
|
|||
align-items: center;
|
||||
|
||||
mat-card {
|
||||
max-width: 800px;
|
||||
max-width: variables.$wide-screen;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue