This commit is contained in:
Marek Lesko
2025-10-22 14:44:25 +00:00
parent 498d2c7ade
commit 9d644a9b79
275 changed files with 35799 additions and 35712 deletions

View File

@@ -1,25 +1,25 @@
@use "sass:map";
@use "@angular/material" as mat;
@use "../variables" as *;
html {
@include mat.theme(
(
color: mat.$azure-palette,
typography: $font-family,
)
);
@include mat.theme-overrides(
(
primary: rgb(93, 135, 255),
error: rgb(250, 137, 107),
body-medium-size: 14px,
body-large-size: 14px,
outline-variant: #d7dde2,
level1: 0px 12px 24px -4px rgb(145 158 171 / 30%),
level2: rgba(145, 158, 171, 0.12) 0px 1px 16px,
level3: 0px 12px 24px -4px rgb(145 158 171 / 30%),
)
);
}
@use "sass:map";
@use "@angular/material" as mat;
@use "../variables" as *;
html {
@include mat.theme(
(
color: mat.$azure-palette,
typography: $font-family,
)
);
@include mat.theme-overrides(
(
primary: rgb(93, 135, 255),
error: rgb(250, 137, 107),
body-medium-size: 14px,
body-large-size: 14px,
outline-variant: #d7dde2,
level1: 0px 12px 24px -4px rgb(145 158 171 / 30%),
level2: rgba(145, 158, 171, 0.12) 0px 1px 16px,
level3: 0px 12px 24px -4px rgb(145 158 171 / 30%),
)
);
}