Skip to content

Commit

Permalink
add transparent ring
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Apr 3, 2023
1 parent fdf2ad1 commit 572e2e8
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 @@ -30,4 +30,8 @@
.item.transparent {
border: none;
background-color: var(--transparent);
}

div[class^="ring-"].transparent{
border: none;
}

0 comments on commit 572e2e8

Please sign in to comment.