remove text styling from mat theme, change status chip size

This commit is contained in:
mchouliara 2024-10-01 14:47:21 +03:00
parent 6aab6e585d
commit f2a0b79eb7
1 changed files with 13 additions and 13 deletions

View File

@ -89,12 +89,12 @@ $mat-dark-theme-warn: mat.m2-define-palette($mat-dark-theme-warn-palette,
//including the typography rules from _type.scss here //including the typography rules from _type.scss here
$mat-typography: mat.m2-define-typography-config($font-family: 'Roboto, sans-serif;', $mat-typography: mat.m2-define-typography-config($font-family: 'Roboto, sans-serif;',
$headline-1: mat.m2-define-typography-level($font-size: 2.5rem), // $headline-1: mat.m2-define-typography-level($font-size: 2.5rem),
$headline-2: mat.m2-define-typography-level($font-size: 2.25rem), // $headline-2: mat.m2-define-typography-level($font-size: 2.25rem),
$headline-3: mat.m2-define-typography-level($font-size: 1.5625rem), // $headline-3: mat.m2-define-typography-level($font-size: 1.5625rem),
$headline-4: mat.m2-define-typography-level($font-size: 1.125rem), // $headline-4: mat.m2-define-typography-level($font-size: 1.125rem),
$headline-5: mat.m2-define-typography-level($font-size: 1.0625rem), // $headline-5: mat.m2-define-typography-level($font-size: 1.0625rem),
$headline-6: mat.m2-define-typography-level($font-size: 1rem ), // $headline-6: mat.m2-define-typography-level($font-size: 1rem ),
$body-1: mat.m2-define-typography-level($font-size: 1.125rem), $body-1: mat.m2-define-typography-level($font-size: 1.125rem),
$body-2: mat.m2-define-typography-level($font-size: 0.9rem), $body-2: mat.m2-define-typography-level($font-size: 0.9rem),
$button: mat.m2-define-typography-level($font-size: 0.87rem), $button: mat.m2-define-typography-level($font-size: 0.87rem),
@ -106,12 +106,12 @@ $mat-typography: mat.m2-define-typography-config($font-family: 'Roboto, sans-ser
$mat-accessibility-typography: mat.m2-define-typography-config($font-family: 'Roboto, sans-serif;', $mat-accessibility-typography: mat.m2-define-typography-config($font-family: 'Roboto, sans-serif;',
$headline-1: mat.m2-define-typography-level($font-size: 2.5rem), // $headline-1: mat.m2-define-typography-level($font-size: 2.5rem),
$headline-2: mat.m2-define-typography-level($font-size: 2.38rem), // $headline-2: mat.m2-define-typography-level($font-size: 2.38rem),
$headline-3: mat.m2-define-typography-level($font-size: 1.6925rem), // $headline-3: mat.m2-define-typography-level($font-size: 1.6925rem),
$headline-4: mat.m2-define-typography-level($font-size: 1.255rem), // $headline-4: mat.m2-define-typography-level($font-size: 1.255rem),
$headline-5: mat.m2-define-typography-level($font-size: 1.1925rem), // $headline-5: mat.m2-define-typography-level($font-size: 1.1925rem),
$headline-6: mat.m2-define-typography-level($font-size: 1.13rem ), // $headline-6: mat.m2-define-typography-level($font-size: 1.13rem ),
$body-1: mat.m2-define-typography-level($font-size: 1.255rem), $body-1: mat.m2-define-typography-level($font-size: 1.255rem),
$body-2: mat.m2-define-typography-level($font-size: 1.15rem), $body-2: mat.m2-define-typography-level($font-size: 1.15rem),
$button: mat.m2-define-typography-level($font-size: 1rem), $button: mat.m2-define-typography-level($font-size: 1rem),
@ -637,7 +637,7 @@ button, .mdc-button, .mat-mdc-button, .mdc-button:has(.material-icons,mat-icon,[
padding-left: 1em; padding-left: 1em;
padding-right: 1em; padding-right: 1em;
padding-top: 0.2em; padding-top: 0.2em;
font-size: .8em; font-size: .85em;
&.status-chip-finalized { &.status-chip-finalized {
color: #568b5a; color: #568b5a;
background: #9dd1a1 0% 0% no-repeat padding-box; background: #9dd1a1 0% 0% no-repeat padding-box;