Skip to content
Snippets Groups Projects
Commit 65d52f20 authored by druid's avatar druid
Browse files

text paragraph (body) style

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