small font size changes
This commit is contained in:
parent
5a96299680
commit
f7456207ba
|
@ -65,7 +65,7 @@ $mat-card-header-size: 40px !default;
|
|||
|
||||
.faq-title {
|
||||
text-align: left;
|
||||
font: Bold 15px/18px "Roboto";
|
||||
font: Bold 16px/18px "Roboto";
|
||||
letter-spacing: 0px;
|
||||
color: #000000;
|
||||
opacity: 1;
|
||||
|
|
|
@ -69,7 +69,7 @@ $mat-typography: mat.m2-define-typography-config($font-family: 'Roboto, sans-ser
|
|||
$body-2: mat.m2-define-typography-level($font-size: 16px, $font-weight: 400, $font-family: 'Roboto, sans-serif;'),
|
||||
$body-1: mat.m2-define-typography-level($font-size: 18px, $font-weight: 400, $font-family: 'Roboto, sans-serif;'),
|
||||
// $caption: mat.m2-define-typography-level($font-size: 16px, $font-weight: Medium, $font-family: 'Roboto, sans-serif;'),
|
||||
$button: mat.m2-define-typography-level($font-size: 0.87rem, $font-weight: 400, $font-family: 'Roboto, sans-serif;'),
|
||||
$button: mat.m2-define-typography-level($font-size: 14px, $font-weight: 400, $font-family: 'Roboto, sans-serif;'),
|
||||
// Line-height must be unit-less fraction of the font-size.
|
||||
// $input: mat.m2-define-typography-level($font-size: inherit, $line-height: 1.125, $font-weight: 500, $font-family: 'Roboto, sans-serif;'),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue