remove text styling from mat theme, change status chip size
This commit is contained in:
parent
6aab6e585d
commit
f2a0b79eb7
|
@ -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
|
||||
$mat-typography: mat.m2-define-typography-config($font-family: 'Roboto, sans-serif;',
|
||||
$headline-1: mat.m2-define-typography-level($font-size: 2.5rem),
|
||||
$headline-2: mat.m2-define-typography-level($font-size: 2.25rem),
|
||||
$headline-3: mat.m2-define-typography-level($font-size: 1.5625rem),
|
||||
$headline-4: mat.m2-define-typography-level($font-size: 1.125rem),
|
||||
$headline-5: mat.m2-define-typography-level($font-size: 1.0625rem),
|
||||
$headline-6: mat.m2-define-typography-level($font-size: 1rem ),
|
||||
// $headline-1: mat.m2-define-typography-level($font-size: 2.5rem),
|
||||
// $headline-2: mat.m2-define-typography-level($font-size: 2.25rem),
|
||||
// $headline-3: mat.m2-define-typography-level($font-size: 1.5625rem),
|
||||
// $headline-4: mat.m2-define-typography-level($font-size: 1.125rem),
|
||||
// $headline-5: mat.m2-define-typography-level($font-size: 1.0625rem),
|
||||
// $headline-6: mat.m2-define-typography-level($font-size: 1rem ),
|
||||
$body-1: mat.m2-define-typography-level($font-size: 1.125rem),
|
||||
$body-2: mat.m2-define-typography-level($font-size: 0.9rem),
|
||||
$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;',
|
||||
$headline-1: mat.m2-define-typography-level($font-size: 2.5rem),
|
||||
$headline-2: mat.m2-define-typography-level($font-size: 2.38rem),
|
||||
$headline-3: mat.m2-define-typography-level($font-size: 1.6925rem),
|
||||
$headline-4: mat.m2-define-typography-level($font-size: 1.255rem),
|
||||
$headline-5: mat.m2-define-typography-level($font-size: 1.1925rem),
|
||||
$headline-6: mat.m2-define-typography-level($font-size: 1.13rem ),
|
||||
// $headline-1: mat.m2-define-typography-level($font-size: 2.5rem),
|
||||
// $headline-2: mat.m2-define-typography-level($font-size: 2.38rem),
|
||||
// $headline-3: mat.m2-define-typography-level($font-size: 1.6925rem),
|
||||
// $headline-4: mat.m2-define-typography-level($font-size: 1.255rem),
|
||||
// $headline-5: mat.m2-define-typography-level($font-size: 1.1925rem),
|
||||
// $headline-6: mat.m2-define-typography-level($font-size: 1.13rem ),
|
||||
$body-1: mat.m2-define-typography-level($font-size: 1.255rem),
|
||||
$body-2: mat.m2-define-typography-level($font-size: 1.15rem),
|
||||
$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-right: 1em;
|
||||
padding-top: 0.2em;
|
||||
font-size: .8em;
|
||||
font-size: .85em;
|
||||
&.status-chip-finalized {
|
||||
color: #568b5a;
|
||||
background: #9dd1a1 0% 0% no-repeat padding-box;
|
||||
|
|
Loading…
Reference in New Issue