From 572e2e85157db89b6e1c90f2b861e7ddf5e15225 Mon Sep 17 00:00:00 2001 From: Juan Martin Date: Mon, 3 Apr 2023 20:58:13 -0300 Subject: [PATCH] add transparent ring --- src/_shapes.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/_shapes.scss b/src/_shapes.scss index 24c85c2..d467829 100644 --- a/src/_shapes.scss +++ b/src/_shapes.scss @@ -30,4 +30,8 @@ .item.transparent { border: none; background-color: var(--transparent); +} + +div[class^="ring-"].transparent{ + border: none; } \ No newline at end of file