Update to size and line-height for standard text
This commit is contained in:
parent
efebaf3d03
commit
b5638a71a1
|
@ -62,7 +62,8 @@ body {
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-subhead {
|
.text-subhead,
|
||||||
|
.text-body {
|
||||||
margin: 0px 0px ($unit * 2) 0px;
|
margin: 0px 0px ($unit * 2) 0px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -70,12 +71,13 @@ body {
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-body {
|
// STANDARD TEXT TOO SMALL
|
||||||
font-size: 16px;
|
// .text-body {
|
||||||
font-weight: 400;
|
// font-size: 16px;
|
||||||
opacity: .87;
|
// font-weight: 400;
|
||||||
line-height: 24px;
|
// opacity: .87;
|
||||||
}
|
// line-height: 24px;
|
||||||
|
// }
|
||||||
|
|
||||||
.text-caption {
|
.text-caption {
|
||||||
margin: 0px 0px ($unit * 2) 0px;
|
margin: 0px 0px ($unit * 2) 0px;
|
||||||
|
|
Loading…
Reference in New Issue