2023-02-02 13:59:20 -05:00
|
|
|
.is-small-text{
|
|
|
|
font-size:.875em;
|
2021-05-11 05:43:08 -04:00
|
|
|
}
|
|
|
|
|
2023-02-02 13:59:20 -05:00
|
|
|
.is-regular-text{
|
|
|
|
font-size:1em;
|
2021-05-11 05:43:08 -04:00
|
|
|
}
|
|
|
|
|
2023-02-02 13:59:20 -05:00
|
|
|
.is-large-text{
|
|
|
|
font-size:2.25em;
|
2021-05-11 05:43:08 -04:00
|
|
|
}
|
|
|
|
|
2023-02-02 13:59:20 -05:00
|
|
|
.is-larger-text{
|
|
|
|
font-size:3em;
|
2021-05-11 05:43:08 -04:00
|
|
|
}
|
|
|
|
|
2023-02-02 13:59:20 -05:00
|
|
|
.has-drop-cap:not(:focus):first-letter{
|
|
|
|
float:left;
|
|
|
|
font-size:8.4em;
|
|
|
|
font-style:normal;
|
|
|
|
font-weight:100;
|
|
|
|
line-height:.68;
|
|
|
|
margin:.05em .1em 0 0;
|
|
|
|
text-transform:uppercase;
|
2021-05-11 05:43:08 -04:00
|
|
|
}
|
|
|
|
|
2023-02-02 13:59:20 -05:00
|
|
|
p.has-drop-cap.has-background{
|
|
|
|
overflow:hidden;
|
2021-05-11 05:43:08 -04:00
|
|
|
}
|
|
|
|
|
2023-02-02 13:59:20 -05:00
|
|
|
p.has-background{
|
|
|
|
padding:1.25em 2.375em;
|
2021-05-11 05:43:08 -04:00
|
|
|
}
|
|
|
|
|
2023-02-02 13:59:20 -05:00
|
|
|
:where(p.has-text-color:not(.has-link-color)) a{
|
|
|
|
color:inherit;
|
2021-05-11 05:43:08 -04:00
|
|
|
}
|