|
|
|
@ -17,109 +17,102 @@ $small-breakpoint: 960px;
|
|
|
|
|
|
|
|
|
|
.rich-formatting {
|
|
|
|
|
font-family: $font-sans-serif, sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
line-height: 1.7;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: $highlight-text-color;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:focus,
|
|
|
|
|
&:active {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p,
|
|
|
|
|
li {
|
|
|
|
|
font-family: $font-sans-serif, sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: $highlight-text-color;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: .85em;
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
strong,
|
|
|
|
|
em {
|
|
|
|
|
strong {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
color: lighten($darker-text-color, 10%);
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-family: $font-display, sans-serif;
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
em {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
small {
|
|
|
|
|
font-family: $font-sans-serif, sans-serif;
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: lighten($darker-text-color, 10%);
|
|
|
|
|
}
|
|
|
|
|
code {
|
|
|
|
|
font-size: 0.85em;
|
|
|
|
|
background: darken($ui-base-color, 8%);
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 0.2em 0.3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4,
|
|
|
|
|
h5,
|
|
|
|
|
h6 {
|
|
|
|
|
font-family: $font-display, sans-serif;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
margin-top: 1.275em;
|
|
|
|
|
margin-bottom: .85em;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 1.75em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
font-family: $font-display, sans-serif;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
|
font-family: $font-display, sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
font-size: 1.25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
|
font-family: $font-display, sans-serif;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
h5,
|
|
|
|
|
h6 {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
|
font-family: $font-display, sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
ul {
|
|
|
|
|
list-style: disc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ol {
|
|
|
|
|
list-style: decimal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul,
|
|
|
|
|
ol {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
padding-left: 2em;
|
|
|
|
|
margin-bottom: 0.85em;
|
|
|
|
|
|
|
|
|
|
&[type='a'] {
|
|
|
|
|
list-style-type: lower-alpha;
|
|
|
|
@ -130,31 +123,22 @@ $small-breakpoint: 960px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
list-style: disc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ol {
|
|
|
|
|
list-style: decimal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li > ol,
|
|
|
|
|
li > ul {
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
hr {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
border-bottom: 1px solid rgba($ui-base-lighter-color, .6);
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 4%);
|
|
|
|
|
margin: 1.7em 0;
|
|
|
|
|
|
|
|
|
|
&.spacer {
|
|
|
|
|
height: 1px;
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& > :first-child {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.information-board {
|
|
|
|
@ -418,7 +402,7 @@ $small-breakpoint: 960px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__call-to-action {
|
|
|
|
|
background: darken($ui-base-color, 4%);
|
|
|
|
|
background: $ui-base-color;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 25px 40px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|