Skip to content

Commit

Permalink
Update font size
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Jun 9, 2020
1 parent c854920 commit 8e19a78
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 26 deletions.
31 changes: 18 additions & 13 deletions baseframe/static/css/mui.css
Expand Up @@ -3473,21 +3473,21 @@ h6 {
.mui--text-display3 {
font-weight: 400;
font-size: 64px;
line-height: 1.2;
line-height: 85px;
}

.mui--text-display2 {
font-weight: 400;
font-size: 48px;
line-height: 1.2;
line-height: 64px;
}

.mui--text-display1,
h1,
h1 {
font-weight: 400;
font-size: 32px;
line-height: 1.2;
line-height: 42px;
}

.mui--text-headline,
Expand All @@ -3497,7 +3497,7 @@ h2,
h2 {
font-weight: 400;
font-size: 24px;
line-height: 1.4;
line-height: 32px;
}

.mui--text-title,
Expand All @@ -3508,7 +3508,7 @@ h3,
h3 {
font-weight: 400;
font-size: 18px;
line-height: 1.5;
line-height: 27px;
}

.mui--text-subhead,
Expand All @@ -3517,7 +3517,7 @@ h4,
h4 {
font-weight: 400;
font-size: 16px;
line-height: 1.5;
line-height: 24px;
}

.mui--text-body2,
Expand All @@ -3532,28 +3532,33 @@ h5 {
line-height: 24px;
}

.mui--text-body1 {
h6 {
font-weight: 400;
font-size: 14px;
line-height: 1.5;
font-size: 12px;
line-height: 18px;
}

.mui--text-caption,
.footer .footer__container,
.mui-form .mui-form__sidetext,
.mui-form .mui-form__helptext,
.mui-form .mui-form__error,
h6 {
.mui-form .mui-form__error {
font-weight: 400;
font-size: 12px;
line-height: 1.5;
line-height: 16px;
}

.mui--text-menu,
.mui--text-button {
font-weight: 400;
font-size: 14px;
line-height: 1.5;
line-height: 24px;
}

.mui--text-body1 {
font-weight: 400;
font-size: 10px;
line-height: 16px;
}

.mui--text-success {
Expand Down
31 changes: 18 additions & 13 deletions baseframe/static/sass/baseframe-material/_helper.scss
Expand Up @@ -45,41 +45,41 @@
.mui--text-display3 {
font-weight: 400;
font-size: 64px;
line-height: 1.2;
line-height: 85px;
}

.mui--text-display2 {
font-weight: 400;
font-size: 48px;
line-height: 1.2;
line-height: 64px;
}

.mui--text-display1,
h1 {
font-weight: 400;
font-size: 32px;
line-height: 1.2;
line-height: 42px;
}

.mui--text-headline,
h2 {
font-weight: 400;
font-size: 24px;
line-height: 1.4;
line-height: 32px;
}

.mui--text-title,
h3 {
font-weight: 400;
font-size: 18px;
line-height: 1.5;
line-height: 27px;
}

.mui--text-subhead,
h4 {
font-weight: 400;
font-size: 16px;
line-height: 1.5;
line-height: 24px;
}

.mui--text-body2,
Expand All @@ -89,24 +89,29 @@ h5 {
line-height: 24px;
}

.mui--text-body1 {
h6 {
font-weight: 400;
font-size: 14px;
line-height: 1.5;
font-size: 12px;
line-height: 18px;
}

.mui--text-caption,
h6 {
.mui--text-caption {
font-weight: 400;
font-size: 12px;
line-height: 1.5;
line-height: 16px;
}

.mui--text-menu,
.mui--text-button {
font-weight: 400;
font-size: 14px;
line-height: 1.5;
line-height: 24px;
}

.mui--text-body1 {
font-weight: 400;
font-size: 10px;
line-height: 16px;
}

.mui--text-success {
Expand Down

0 comments on commit 8e19a78

Please sign in to comment.