From da8e73c60c993822cb722d90df321caf6aabcf48 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 27 Dec 2022 21:42:00 +0100 Subject: [PATCH] Created the Tag style --- admin/src/pages/Home/components/Tag/styles.sass | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 admin/src/pages/Home/components/Tag/styles.sass diff --git a/admin/src/pages/Home/components/Tag/styles.sass b/admin/src/pages/Home/components/Tag/styles.sass new file mode 100644 index 0000000..b8be3a4 --- /dev/null +++ b/admin/src/pages/Home/components/Tag/styles.sass @@ -0,0 +1,14 @@ +@import "@/common/styles/colors" + +.tag + background-color: $primary + color: $white + display: flex + gap: 0.3rem + align-items: center + padding: 0.3rem 0.5rem + border-radius: 0.5rem + +.tag h3 + margin: 0 + font-weight: 500 \ No newline at end of file