All voucher routes now work with bundles.
Need to check / update all reports and prints
This commit is contained in:
@ -4,16 +4,11 @@
|
||||
@use 'square-buttons'
|
||||
@use 'layout'
|
||||
|
||||
// @tailwind base
|
||||
// @tailwind components
|
||||
// @tailwind utilities
|
||||
|
||||
|
||||
@include mat.core()
|
||||
|
||||
|
||||
|
||||
html
|
||||
:root
|
||||
// color-scheme: light dark
|
||||
@include mat.theme((
|
||||
color: (
|
||||
@ -23,9 +18,9 @@ html
|
||||
),
|
||||
typography: (
|
||||
plain-family: Montserrat,
|
||||
brand-family: Montserrat
|
||||
brand-family: Montserrat,
|
||||
),
|
||||
density: 0
|
||||
density: 0,
|
||||
))
|
||||
font-family: "Helvetica Neue", Montserrat, sans-serif
|
||||
|
||||
@ -37,16 +32,15 @@ a
|
||||
color: rgb(0, 0, 238)
|
||||
text-decoration: underline
|
||||
|
||||
.center
|
||||
text-align: center
|
||||
|
||||
.warn
|
||||
background-color: red
|
||||
|
||||
button.mat-primary
|
||||
.mat-mdc-button.mat-primary,
|
||||
.mat-mdc-raised-button.mat-primary,
|
||||
.mat-mdc-unelevated-button.mat-primary
|
||||
background: var(--mat-sys-primary) !important
|
||||
color: var(--mat-sys-on-primary) !important
|
||||
|
||||
button.mat-warn
|
||||
.mat-mdc-button.mat-warn,
|
||||
.mat-mdc-raised-button.mat-warn,
|
||||
.mat-mdc-unelevated-button.mat-warn
|
||||
background: var(--mat-sys-error) !important
|
||||
color: var(--mat-sys-on-error) !important
|
||||
|
||||
Reference in New Issue
Block a user