Skip to content
Snippets Groups Projects
Commit 70265859 authored by Tuukka Turu's avatar Tuukka Turu
Browse files

Merge branch 'NXSTAGE-1420-body-style' into 'development'

text paragraph (body) style

See merge request julkiset-sivut/design-system-lib!154
parents 55519980 65d52f20
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
// General styles for text paragraph
.hy-paragraph-text {
@include font-size(14px, 20px); // Paragraph Small size
color: var(--grayscale-dark);
@include font-size(15px, 22px); // Paragraph Small size
color: var(--grayscale-dark-text);
font-family: var(--main-font-family);
letter-spacing: 0;
width: 100%;
......@@ -20,11 +20,13 @@
width: 91.46%; // 11 col
}
@include breakpoint($xlarge) {
@include font-size(17px, 26px); // Paragraph Large size
width: 82.89%; // 10 col
}
&__large {
@include breakpoint($extrawide) {
@include font-size(17px, 26px); // Paragraph Large size
width: 82.89%; // 10 col
}
@include breakpoint($xlarge) {
......
......@@ -15,6 +15,7 @@
--grayscale-background-arrow: #dfdfdf;
--grayscale-medium-dark: #979797;
--grayscale-dark: #555555;
--grayscale-dark-text: #222222;
--grayscale-black: #000000;
--additional-red-light: #e5053a;
--additional-red-dark: #a31621;
......
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