Skip to content

Commit

Permalink
try new element .orb for dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Oct 4, 2023
1 parent fa686fd commit d08711f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/_orbit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
z-index: var(--z-index);
}

.orb {
--arc: var(--a360); // ensure reset to default. useful for nested
--offset-angle: var(--a0); // ensure reset to default. useful for nested
border-radius: 50%;
border: 0.1px solid var(--dark);
grid-area: 1/1/1/1;
place-items: center;
box-sizing: content-box;

z-index: 800;
}

.orbit {
border: 0.1px solid var(--dark);
}
Expand Down

0 comments on commit d08711f

Please sign in to comment.