diff --git a/diagrams/database_schema.svg b/diagrams/database_schema.svg
index 4f05110..02c66f8 100644
--- a/diagrams/database_schema.svg
+++ b/diagrams/database_schema.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/diagrams/database_schema.uml b/diagrams/database_schema.uml
index 3b67f05..df7fe93 100644
--- a/diagrams/database_schema.uml
+++ b/diagrams/database_schema.uml
@@ -145,6 +145,16 @@ entity "**wix_store_events**" {
"**sync_group_listing_drafts**" }-- "**accounts**"
+"**sync_group_listing_drafts**" }-- "**accounts**"
+
+"**sync_group_listings**" }-- "**sync_groups**"
+
+"**sync_group_listings**" }-- "**sync_groups**"
+
+"**sync_group_listings**" }-- "**sync_groups**"
+
+"**sync_group_listings**" }-- "**sync_groups**"
+
"**sync_group_listings**" }-- "**sync_groups**"
"**sync_groups**" }-- "**accounts**"
diff --git a/styles/index.css b/styles/index.css
index f6f01fd..90c57a6 100644
--- a/styles/index.css
+++ b/styles/index.css
@@ -193,15 +193,9 @@
.m-\[2em\] {
margin: 2em;
}
- .m-\[3em\] {
- margin: 3em;
- }
.mt-\[1em\] {
margin-top: 1em;
}
- .mt-\[2em\] {
- margin-top: 2em;
- }
.mt-\[3em\] {
margin-top: 3em;
}
@@ -214,9 +208,6 @@
.mb-\[1em\] {
margin-bottom: 1em;
}
- .mb-\[1rem\] {
- margin-bottom: 1rem;
- }
.mb-\[3em\] {
margin-bottom: 3em;
}
@@ -250,18 +241,12 @@
.min-w-fit {
min-width: fit-content;
}
- .flex-grow {
- flex-grow: 1;
- }
.grow {
flex-grow: 1;
}
.basis-full {
flex-basis: 100%;
}
- .border-collapse {
- border-collapse: collapse;
- }
.cursor-pointer {
cursor: pointer;
}
@@ -298,10 +283,6 @@
.rounded-sm {
border-radius: calc(var(--radius) - 4px);
}
- .border {
- border-style: var(--tw-border-style);
- border-width: 1px;
- }
.border-\[1px\] {
border-style: var(--tw-border-style);
border-width: 1px;
@@ -333,12 +314,6 @@
.text-center {
text-align: center;
}
- .font-display {
- font-family: var(--display-family);
- }
- .font-text {
- font-family: var(--text-family);
- }
.text-lg {
font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height));
@@ -362,19 +337,12 @@
.text-nowrap {
text-wrap: nowrap;
}
- .text-wrap {
- text-wrap: wrap;
- }
.italic {
font-style: italic;
}
.underline {
text-decoration-line: underline;
}
- .outline {
- outline-style: var(--tw-outline-style);
- outline-width: 1px;
- }
.filter {
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
@@ -733,11 +701,6 @@
syntax: "*";
inherits: false;
}
-@property --tw-outline-style {
- syntax: "*";
- inherits: false;
- initial-value: solid;
-}
@property --tw-blur {
syntax: "*";
inherits: false;
@@ -796,7 +759,6 @@
*, ::before, ::after, ::backdrop {
--tw-border-style: solid;
--tw-font-weight: initial;
- --tw-outline-style: solid;
--tw-blur: initial;
--tw-brightness: initial;
--tw-contrast: initial;