stubbed simulations page content: sale
This commit is contained in:
@@ -273,6 +273,9 @@
|
||||
max-width: 96rem;
|
||||
}
|
||||
}
|
||||
.m-0 {
|
||||
margin: calc(var(--spacing) * 0);
|
||||
}
|
||||
.m-\[0\.5em\] {
|
||||
margin: 0.5em;
|
||||
}
|
||||
@@ -309,6 +312,9 @@
|
||||
.mt-\[3em\] {
|
||||
margin-top: 3em;
|
||||
}
|
||||
.mb-0 {
|
||||
margin-bottom: calc(var(--spacing) * 0);
|
||||
}
|
||||
.mb-\[0\.5em\] {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
@@ -462,6 +468,9 @@
|
||||
.gap-\[0\.25em\] {
|
||||
gap: 0.25em;
|
||||
}
|
||||
.gap-\[0\.75em\] {
|
||||
gap: 0.75em;
|
||||
}
|
||||
.gap-\[1em\] {
|
||||
gap: 1em;
|
||||
}
|
||||
@@ -514,6 +523,9 @@
|
||||
--tw-border-style: solid;
|
||||
border-style: solid;
|
||||
}
|
||||
.border-border {
|
||||
border-color: var(--border);
|
||||
}
|
||||
.border-foreground {
|
||||
border-color: var(--foreground);
|
||||
}
|
||||
@@ -535,6 +547,9 @@
|
||||
.bg-card {
|
||||
background-color: var(--card);
|
||||
}
|
||||
.bg-none {
|
||||
background-image: none;
|
||||
}
|
||||
.p-\[0\.5em\] {
|
||||
padding: 0.5em;
|
||||
}
|
||||
@@ -646,6 +661,16 @@
|
||||
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
||||
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
||||
}
|
||||
.\*\:bg-background {
|
||||
:is(& > *) {
|
||||
background-color: var(--background);
|
||||
}
|
||||
}
|
||||
.\*\*\:bg-background {
|
||||
:is(& *) {
|
||||
background-color: var(--background);
|
||||
}
|
||||
}
|
||||
.not-open\:mb-\[1em\] {
|
||||
&:not(*:is([open], :popover-open, :open)) {
|
||||
margin-bottom: 1em;
|
||||
|
||||
Reference in New Issue
Block a user