small font size changes

This commit is contained in:
mchouliara 2024-09-20 09:51:09 +03:00
parent 5a96299680
commit f7456207ba
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;'),
);