code cleanup + finished contact page

This commit is contained in:
2023-02-21 20:23:19 +01:00
parent a55c60d88a
commit 484294e611
28 changed files with 318 additions and 77 deletions

View File

@@ -52,6 +52,7 @@ $padding: 12.5vw;
$padding-small: 5vw;
$desc-color: #7c8393;
$border-color: #2d2d2d;
$color-config: mat.get-color-config($angular-theme);
$background: map.get($color-config, 'background');
@@ -84,3 +85,7 @@ body {
}
}
}
.mat-mdc-text-field-wrapper {
background-color: map.get($background, 'background') !important;
}