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