style: removed missed angular material lines

This commit is contained in:
Lea 2025-02-26 13:22:52 +01:00
parent 6c6e2b5cb5
commit a6e3ae1a33
2 changed files with 1 additions and 11 deletions

View file

@ -10,9 +10,6 @@
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"
rel="stylesheet" rel="stylesheet"
/> />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
</head> </head>
<body class="mat-typography"> <app-root></app-root>
<app-root></app-root>
</body>
</html> </html>

View file

@ -139,13 +139,6 @@ a {
@apply text-xs; @apply text-xs;
} }
.mat-mdc-dialog-container {
--mdc-dialog-container-color: var(--color-deep-blue-light) important;
--mdc-dialog-subhead-color: var(--color-text-primary) important;
--mdc-dialog-supporting-text-color: var(--color-text-secondary) important;
--mdc-dialog-container-shape: 6px important;
}
html, html,
body { body {
height: 100%; height: 100%;