Skip to content

Commit

Permalink
add svg rings
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed Jun 7, 2023
1 parent 072a4b6 commit 59bbf4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_radial-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
.z-container>.ring-#{$i}>.arc:hover {
border-color: var(--accent3);
}

.z-container>.ring-#{$i}>svg {
--diam: calc(var(--radius-#{$i})*2);
}

}
.core>.item {
Expand Down

0 comments on commit 59bbf4c

Please sign in to comment.