Fix lagging
This commit is contained in:
commit
f054546aa6
35 changed files with 497 additions and 494 deletions
|
|
@ -1,5 +1,5 @@
|
|||
@import "../../../style/mixins";
|
||||
@import "../../../style/vars";
|
||||
@import '../../../style/mixins';
|
||||
@import '../../../style/vars';
|
||||
|
||||
.timeline-element {
|
||||
display: flex;
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
border-left: $line-width solid $accent-color;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
content: '';
|
||||
@include square($icon-size);
|
||||
position: absolute;
|
||||
left: calc(-0.5 * #{$icon-size} - (1.5 * #{$line-width}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue