41 lines
499 B
SCSS
41 lines
499 B
SCSS
@charset "utf-8";
|
|
|
|
@import "variables";
|
|
|
|
body[data-module="page_content"] {
|
|
[data-content="true"] {
|
|
h1 {
|
|
font-size: $font-h1;
|
|
}
|
|
|
|
h2 {
|
|
font-size: $font-h2;
|
|
}
|
|
|
|
h3 {
|
|
font-size: $font-h1;
|
|
}
|
|
|
|
h4 {
|
|
font-size: $font-h4;
|
|
}
|
|
|
|
h5 {
|
|
font-size: $font-h5;
|
|
}
|
|
|
|
h6 {
|
|
font-size: $font-h6;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
p {
|
|
line-height: 2;
|
|
margin: 0 0 0.625em;
|
|
}
|
|
}
|
|
} |