Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

p {
font-size: $font-size-base;
font-weight: 400;
line-height: $line-height-md;
margin-bottom: 16px;
}

h1 {
font-size: $h1-size;
font-weight: 300;
line-height: $line-height-sm;
>span {
color: $color-info;
}
}

h2 {
font-size: $h2-size;
font-weight: 400;
line-height: $line-height-md;
color: $color-info;
}

h3 {
font-size: $h2-size;
font-weight: 400;
line-height: $line-height-lg;
color: $color-primary;
}

h4 {
margin-bottom: 8px;
font-size: $h4-size;
font-weight: 400;
line-height: $line-height-lg;
color: $color-info;
}

h5 {
font-size: $h5-size;
font-weight: 400;
line-height: $line-height-xl;
color: $gray-dark;
}

h6 {
font-size: $h5-size; // Not a typo...
font-weight: 700;
line-height: $line-height-xl;
text-transform: uppercase;
letter-spacing: .1em;
}

.label {
font-size: $font-size-xs;
font-weight: 500;
&.text-field {
color: $gray-dark;
line-height: 24px;
}
}

.divider {
padding-bottom: 6px;
margin-bottom: 16px;
border-bottom: 1px solid $gray-light;
}