Skip to content

Commit

Permalink
Arc shapes almost finished
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Apr 28, 2023
1 parent 99cb0e7 commit 15101b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/_radial-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
--arc-gap: 1px;
--length-percent: calc(var(--radius-#{$i}) - var(--arc-gap) - var(--length) * tan(var(--semi)));
--color: orange;
--tickness: 100px;
--tickness: 50px;
width: var(--length);
aspect-ratio: 1;
//background-color: gray;
Expand All @@ -97,8 +97,6 @@
rotate: 45deg;
border-radius: 0% 100% 0% 0% / 0% 100% 0% 0%;
box-sizing: border-box;
filter: invert(6);
opacity: 0.3;
//transform-origin: 0 100%;
/* top | left*/
clip-path: polygon(
Expand Down

0 comments on commit 15101b9

Please sign in to comment.