Skip to content

Commit

Permalink
KAAV-1473 fixed duplicate css
Browse files Browse the repository at this point in the history
  • Loading branch information
henrihaapalasiili committed Jun 26, 2024
1 parent d70b8c7 commit 1d60c66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/ProjectTimeline/VisTimeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@
.vis-drag-left{
height: $size24 !important;
width: $size24 !important;
background-color:#f2f2f2;
border-radius: 50%;
top: -11px !important;
display: inline-block;
border: $size1 solid #1a1a1a;
Expand All @@ -112,8 +110,6 @@
.vis-drag-right{
height: 1.3rem !important;
width: 1.3rem !important;
background-color:#f2f2f2;
border-radius: 50%;
top: -10px !important;
display: inline-block;
border: $size1 solid #fff;
Expand Down Expand Up @@ -165,7 +161,6 @@
border-width: 1px !important;
border-style: solid;
border-radius: 12px;
position: absolute;
background-color: #fff;
border-color: #1a1a1a;
height: 24px;
Expand Down

0 comments on commit 1d60c66

Please sign in to comment.