Skip to content

Commit

Permalink
Add new shape
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed Mar 30, 2023
1 parent 58cc1c1 commit 17f6247
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_shapes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
border-radius: 25%;
}

.item.bubble {
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.item.transparent {
border: none;
background-color: var(--transparent);
Expand Down

0 comments on commit 17f6247

Please sign in to comment.