Skip to content
Snippets Groups Projects
Commit e7588915 authored by shamalainen's avatar shamalainen
Browse files

Update ingress styles

parent becc615f
No related branches found
No related tags found
No related merge requests found
......@@ -586,20 +586,16 @@
}
}
// TODO: Update this to use styles straight from DSLIB (Ingress).
.hy-hero__description {
@include font-size(16px);
@include font-size(16px, 24px);
color: var(--grayscale-black);
font-family: var(--main-font-family);
font-weight: 600;
letter-spacing: -0.1px;
line-height: 22px;
margin: 0;
padding: 0;
position: relative;
@include breakpoint($narrow) {
line-height: 24px;
@include font-size(18px, 28px);
}
@include breakpoint($wide) {
......@@ -609,9 +605,7 @@
}
@include breakpoint($extrawide) {
@include font-size(18px);
letter-spacing: -0.16px;
line-height: 26px;
@include font-size(18px, 32px);
max-width: 37%;
padding: 28px 20px 32px 0;
}
......
......@@ -3,25 +3,29 @@
}
p.hy-ingress {
color: var(--grayscale-dark);
@include font-size(16px, 24px);
color: var(--grayscale-black);
font-family: var(--main-font-family);
font-size: 20px;
letter-spacing: -0.1px;
line-height: 32px;
margin: 0;
margin-bottom: 2rem;
margin: 0 0 2rem;
@include breakpoint($narrow) {
@include font-size(18px, 28px);
}
@include breakpoint($wide) {
margin-bottom: 2.25rem;
margin: 0 0 2.25rem;
}
@include breakpoint($xlarge) {
margin-bottom: 3rem;
@include font-size(18px, 32px);
margin: 0 0 3rem;
}
// No sidebar, large desktop styles
&__large {
@include breakpoint($extrawide) {
margin-bottom: 3rem;
@include font-size(18px, 32px);
margin: 0 0 3rem;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment