added style variables to reduce duplication

This commit is contained in:
Joe Arndt 2026-02-24 13:49:43 -06:00
parent a0b1ed8d07
commit 71e1566f20
6 changed files with 30 additions and 7 deletions

View file

@ -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%;
}
}