Skip to content

Commit

Permalink
fix: border timer
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Aug 11, 2023
1 parent 8909b44 commit e2ed8d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions styles/components/timer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
left: 0;
bottom: 0;
background: linear-gradient(5deg, var(--background) 70%, transparent);
border-radius: 30px;
border-radius: 8px;
z-index: -1;
}

.timerFixed::after {
content: "";
position: absolute;
top: 0;
right: -1px;
left: -10px;
border-radius: 8px;
z-index: -1;
top: -10px;
right: -10px;
left: 0;
bottom: 0;
background: linear-gradient(5deg, var(--background) 98%, transparent);
border-radius: 30px;
z-index: -1;
}

.timer::before, .timerFixed::before {
Expand All @@ -71,7 +71,7 @@
#59c2e8 70%,
#437aba50 100%
);
border-radius: 30px;
border-radius: 8px;
z-index: -1;
}

Expand Down

0 comments on commit e2ed8d6

Please sign in to comment.