rsuite
Version:
A suite of react components
42 lines (33 loc) • 672 B
text/less
@import '../../styles/common';
// Heading
// -------------------------
.rs-heading {
font-family: @headings-font-family;
font-weight: @headings-font-weight;
color: @headings-color;
margin: 0;
&.h1 {
font-size: @font-size-h1;
line-height: @line-height-h1;
}
&.h2 {
font-size: @font-size-h2;
line-height: @line-height-h2;
}
&.h3 {
font-size: @font-size-h3;
line-height: @line-height-h3;
}
&.h4 {
font-size: @font-size-h4;
line-height: @line-height-h4;
}
&.h5 {
font-size: @font-size-h5;
line-height: @line-height-h5;
}
&.h6 {
font-size: @font-size-h6;
line-height: @line-height-h6;
}
}