Merge pull request #6274 from G-Chubinidze/gc_SCI_9341

Dot divider between steps/results [SCI-9341]
This commit is contained in:
Martin Artnik 2023-09-25 16:28:41 +02:00 committed by GitHub
commit fba87cfc40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,12 @@
&::before,
&::after {
border-bottom: 1px dashed var(--sn-light-grey);
background-image: linear-gradient(to right, var(--sn-sleepy-grey) 15%, rgba(255, 255, 255, 0) 0%);
background-position: top;
background-size: 10px 1px;
background-repeat: repeat-x;
border-bottom: 1px dotted transparent;
content: "";
display: inline-block;
flex-grow: 1;
@ -59,7 +64,7 @@
&::before,
&::after {
border-color: $brand-primary;
background-image: linear-gradient(to right, $brand-primary 15%, rgba(255, 255, 255, 0) 0%);
}
}
}