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

large process flow

parent f32acad5
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
height: 24px; height: 24px;
left: 26.5px; left: 26.5px;
position: absolute; position: absolute;
width: 10px; width: 8px;
@include breakpoint($narrow) { @include breakpoint($narrow) {
display: inline-block; display: inline-block;
......
...@@ -4,11 +4,13 @@ ...@@ -4,11 +4,13 @@
.hy-large-process-flow { .hy-large-process-flow {
max-width: 100%; max-width: 100%;
padding-top: 8px;
width: 100%; width: 100%;
@include breakpoint($narrow) { @include breakpoint($narrow) {
//tablet up till 768 (including 768px) //tablet up till 768 (including 768px)
max-width: calc(100% / 8 * 7 + var(--gutter-narrow)); // 7 columns out of 8 max-width: calc(100% / 8 * 7 + var(--gutter-narrow)); // 7 columns out of 8
padding-top: 0;
} }
@include breakpoint($medium + 1) { @include breakpoint($medium + 1) {
//small desktop; > 768 //small desktop; > 768
...@@ -53,7 +55,7 @@ ...@@ -53,7 +55,7 @@
height: 100%; height: 100%;
left: 26.5px; left: 26.5px;
position: absolute; position: absolute;
width: 10px; width: 8px;
z-index: -1; z-index: -1;
@include breakpoint($narrow) { @include breakpoint($narrow) {
...@@ -75,7 +77,7 @@ ...@@ -75,7 +77,7 @@
padding: 8px 0 !important; padding: 8px 0 !important;
@include breakpoint($narrow) { @include breakpoint($narrow) {
margin: 40px 0 48px 0; margin: 48px 0;
padding: 16px 0 !important; padding: 16px 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