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;
|
||||
}
|
||||
|
||||
.text-subhead {
|
||||
.text-subhead,
|
||||
.text-body {
|
||||
margin: 0px 0px ($unit * 2) 0px;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
|
@ -70,12 +71,13 @@ body {
|
|||
line-height: 28px;
|
||||
}
|
||||
|
||||
.text-body {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
opacity: .87;
|
||||
line-height: 24px;
|
||||
}
|
||||
// STANDARD TEXT TOO SMALL
|
||||
// .text-body {
|
||||
// font-size: 16px;
|
||||
// font-weight: 400;
|
||||
// opacity: .87;
|
||||
// line-height: 24px;
|
||||
// }
|
||||
|
||||
.text-caption {
|
||||
margin: 0px 0px ($unit * 2) 0px;
|
||||
|
|
Loading…
Reference in New Issue