diff --git a/admin/src/pages/Home/components/DomainDialog/components/DomainItem/styles.sass b/admin/src/pages/Home/components/DomainDialog/components/DomainItem/styles.sass new file mode 100644 index 0000000..8f609c6 --- /dev/null +++ b/admin/src/pages/Home/components/DomainDialog/components/DomainItem/styles.sass @@ -0,0 +1,21 @@ +@import "@/common/styles/colors" + +.domain-item + display: flex + justify-content: space-between + align-items: center + padding: 0.7rem 1.2rem + border: 1px solid rgba(0, 0, 0, 0) + border-radius: 15px + cursor: pointer + gap: 2rem + font-size: 18pt + +.domain-current + border: 1px solid $gray + +.domain-item:hover + border: 1px solid $primary + +.delete-domain:hover + color: $red-hover \ No newline at end of file