Skip to content
Snippets Groups Projects
Commit e9793813 authored by Ekaterina Kondareva's avatar Ekaterina Kondareva
Browse files

Merge branch 'NXSTAGE-1249-heading-improvements' into 'development'

NXSTAGE-1249: Update line width and paragraph text top spacing

See merge request julkiset-sivut/design-system-lib!128
parents f7d16ce2 76d6e8cd
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
&:after {
background-color: transparent;
border-bottom: 3px solid var(--grayscale-dark);
border-bottom: 6px solid var(--grayscale-dark);
content: ' ';
display: flex;
height: 2px;
......
......@@ -66,4 +66,9 @@
margin-top: 0;
padding-top: 0;
}
// When hy-paragraph-text is the first child it will not add spacing to top. Will fix heading + text spacing issue.
&:first-child {
margin-top: 0 !important;
}
}
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