mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
Merge pull request #6274 from G-Chubinidze/gc_SCI_9341
Dot divider between steps/results [SCI-9341]
This commit is contained in:
commit
fba87cfc40
1 changed files with 7 additions and 2 deletions
|
@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue