wix-style-react
Version:
wix-style-react
36 lines (29 loc) • 635 B
CSS
@st-namespace "BMTypography";
:import {
-st-from: "../../../Foundation/stylable/typography.st.css";
-st-named: wsr-font-weight-bold;
}
/* Typography */
.heading-h1 {
font-size: 28px;
line-height: 32px;
}
.heading-h3 {
font-size: 18px;
font-weight: value(wsr-font-weight-bold);
line-height: 24px;
}
.heading-h4 {
font-weight: value(wsr-font-weight-bold);
font-size: 14px;
line-height: 20px;
}
.heading-h5 {
font-size: 12px;
line-height: 16px;
}
.heading-h6 {
font-size: 10px;
line-height: 16px;
}
/* st-namespace-reference="../../../../../src/Themes/businessDashboard/foundations/typography.st.css" */