mock shop sync group listing draft page
This commit is contained in:
+3
-79
@@ -250,9 +250,6 @@
|
||||
.mt-\[3em\] {
|
||||
margin-top: 3em;
|
||||
}
|
||||
.mt-\[5em\] {
|
||||
margin-top: 5em;
|
||||
}
|
||||
.mb-\[0\.5em\] {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
@@ -295,18 +292,9 @@
|
||||
.h-fit {
|
||||
height: fit-content;
|
||||
}
|
||||
.max-h-\[10vh\] {
|
||||
max-height: 10vh;
|
||||
}
|
||||
.max-h-\[50em\] {
|
||||
max-height: 50em;
|
||||
}
|
||||
.max-h-\[80vh\] {
|
||||
max-height: 80vh;
|
||||
}
|
||||
.max-h-\[100vh\] {
|
||||
max-height: 100vh;
|
||||
}
|
||||
.max-h-full {
|
||||
max-height: 100%;
|
||||
}
|
||||
@@ -334,9 +322,6 @@
|
||||
.flex-shrink {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.flex-grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
@@ -364,9 +349,6 @@
|
||||
.list-none {
|
||||
list-style-type: none;
|
||||
}
|
||||
.grid-cols-\[2fr_8fr_2fr\] {
|
||||
grid-template-columns: 2fr 8fr 2fr;
|
||||
}
|
||||
.grid-cols-\[6rem_10fr_6rem\] {
|
||||
grid-template-columns: 6rem 10fr 6rem;
|
||||
}
|
||||
@@ -382,9 +364,6 @@
|
||||
.flex-col {
|
||||
flex-direction: column;
|
||||
}
|
||||
.content-center {
|
||||
align-content: center;
|
||||
}
|
||||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
@@ -406,9 +385,6 @@
|
||||
.gap-\[1em\] {
|
||||
gap: 1em;
|
||||
}
|
||||
.gap-x-\[1em\] {
|
||||
column-gap: 1em;
|
||||
}
|
||||
.gap-y-\[2em\] {
|
||||
row-gap: 2em;
|
||||
}
|
||||
@@ -495,6 +471,9 @@
|
||||
.py-\[0\.5em\] {
|
||||
padding-block: 0.5em;
|
||||
}
|
||||
.py-\[2em\] {
|
||||
padding-block: 2em;
|
||||
}
|
||||
.pt-\[1em\] {
|
||||
padding-top: 1em;
|
||||
}
|
||||
@@ -545,9 +524,6 @@
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.no-underline {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
.underline {
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
@@ -652,48 +628,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.group-open\/create-mock-shop\:after\:content-\[\'-\'\] {
|
||||
&:is(:where(.group\/create-mock-shop):is([open], :popover-open, :open) *) {
|
||||
&::after {
|
||||
--tw-content: '-';
|
||||
content: var(--tw-content);
|
||||
}
|
||||
}
|
||||
}
|
||||
.group-open\/link-shops\:after\:content-\[\'-\'\] {
|
||||
&:is(:where(.group\/link-shops):is([open], :popover-open, :open) *) {
|
||||
&::after {
|
||||
--tw-content: '-';
|
||||
content: var(--tw-content);
|
||||
}
|
||||
}
|
||||
}
|
||||
.open\:mb-\[1em\] {
|
||||
&:is([open], :popover-open, :open) {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
.open\:grid {
|
||||
&:is([open], :popover-open, :open) {
|
||||
display: grid;
|
||||
}
|
||||
}
|
||||
.open\:border-b-\[1px\] {
|
||||
&:is([open], :popover-open, :open) {
|
||||
border-bottom-style: var(--tw-border-style);
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
}
|
||||
.open\:border-b-background {
|
||||
&:is([open], :popover-open, :open) {
|
||||
border-bottom-color: var(--background);
|
||||
}
|
||||
}
|
||||
.open\:pb-\[1em\] {
|
||||
&:is([open], :popover-open, :open) {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
}
|
||||
.open\:details-content\:transform-\[translate\(0px\,0px\)\] {
|
||||
&:is([open], :popover-open, :open) {
|
||||
&::details-content {
|
||||
@@ -717,14 +656,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.open\:details-content\:border-t-\[0\.225rem\] {
|
||||
&:is([open], :popover-open, :open) {
|
||||
&::details-content {
|
||||
border-top-style: var(--tw-border-style);
|
||||
border-top-width: 0.225rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.open\:details-content\:border-b-\[0px\] {
|
||||
&:is([open], :popover-open, :open) {
|
||||
&::details-content {
|
||||
@@ -776,13 +707,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.hover\:no-underline {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.hover\:underline {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
|
||||
Reference in New Issue
Block a user