4205 lines
108 KiB
CSS
4205 lines
108 KiB
CSS
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
.ps .react-flow {
|
|
direction: ltr;
|
|
}
|
|
.ps .react-flow__container {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.ps .react-flow__pane {
|
|
z-index: 1;
|
|
cursor: -webkit-grab;
|
|
cursor: grab;
|
|
}
|
|
.ps .react-flow__pane.selection {
|
|
cursor: pointer;
|
|
}
|
|
.ps .react-flow__pane.dragging {
|
|
cursor: -webkit-grabbing;
|
|
cursor: grabbing;
|
|
}
|
|
.ps .react-flow__viewport {
|
|
transform-origin: 0 0;
|
|
z-index: 2;
|
|
pointer-events: none;
|
|
}
|
|
.ps .react-flow__renderer {
|
|
z-index: 4;
|
|
}
|
|
.ps .react-flow__selection {
|
|
z-index: 6;
|
|
}
|
|
.ps .react-flow__nodesselection-rect:focus, .ps .react-flow__nodesselection-rect:focus-visible {
|
|
outline: none;
|
|
}
|
|
.ps .react-flow .react-flow__edges {
|
|
pointer-events: none;
|
|
overflow: visible;
|
|
}
|
|
.ps .react-flow__edge-path, .ps .react-flow__connection-path {
|
|
stroke: #b1b1b7;
|
|
stroke-width: 1;
|
|
fill: none;
|
|
}
|
|
.ps .react-flow__edge {
|
|
pointer-events: visibleStroke;
|
|
cursor: pointer;
|
|
}
|
|
.ps .react-flow__edge.animated path {
|
|
stroke-dasharray: 5;
|
|
-webkit-animation: dashdraw 0.5s linear infinite;
|
|
animation: dashdraw 0.5s linear infinite;
|
|
}
|
|
.ps .react-flow__edge.animated path.react-flow__edge-interaction {
|
|
stroke-dasharray: none;
|
|
-webkit-animation: none;
|
|
animation: none;
|
|
}
|
|
.ps .react-flow__edge.inactive {
|
|
pointer-events: none;
|
|
}
|
|
.ps .react-flow__edge.selected, .ps .react-flow__edge:focus, .ps .react-flow__edge:focus-visible {
|
|
outline: none;
|
|
}
|
|
.ps .react-flow__edge.selected .react-flow__edge-path, .ps .react-flow__edge:focus .react-flow__edge-path, .ps .react-flow__edge:focus-visible .react-flow__edge-path {
|
|
stroke: #555;
|
|
}
|
|
.ps .react-flow__edge-textwrapper {
|
|
pointer-events: all;
|
|
}
|
|
.ps .react-flow__edge-textbg {
|
|
fill: white;
|
|
}
|
|
.ps .react-flow__edge .react-flow__edge-text {
|
|
pointer-events: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ps .react-flow__connection {
|
|
pointer-events: none;
|
|
}
|
|
.ps .react-flow__connection .animated {
|
|
stroke-dasharray: 5;
|
|
-webkit-animation: dashdraw 0.5s linear infinite;
|
|
animation: dashdraw 0.5s linear infinite;
|
|
}
|
|
.ps .react-flow__connectionline {
|
|
z-index: 1001;
|
|
}
|
|
.ps .react-flow__nodes {
|
|
pointer-events: none;
|
|
transform-origin: 0 0;
|
|
}
|
|
.ps .react-flow__node {
|
|
position: absolute;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
pointer-events: all;
|
|
transform-origin: 0 0;
|
|
box-sizing: border-box;
|
|
cursor: -webkit-grab;
|
|
cursor: grab;
|
|
}
|
|
.ps .react-flow__node.dragging {
|
|
cursor: -webkit-grabbing;
|
|
cursor: grabbing;
|
|
}
|
|
.ps .react-flow__nodesselection {
|
|
z-index: 3;
|
|
transform-origin: left top;
|
|
pointer-events: none;
|
|
}
|
|
.ps .react-flow__nodesselection-rect {
|
|
position: absolute;
|
|
pointer-events: all;
|
|
cursor: -webkit-grab;
|
|
cursor: grab;
|
|
}
|
|
.ps .react-flow__handle {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
min-width: 5px;
|
|
min-height: 5px;
|
|
width: 6px;
|
|
height: 6px;
|
|
background: #1a192b;
|
|
border: 1px solid white;
|
|
border-radius: 100%;
|
|
}
|
|
.ps .react-flow__handle.connectionindicator {
|
|
pointer-events: all;
|
|
cursor: crosshair;
|
|
}
|
|
.ps .react-flow__handle-bottom {
|
|
top: auto;
|
|
left: 50%;
|
|
bottom: -4px;
|
|
transform: translate(-50%, 0);
|
|
}
|
|
.ps .react-flow__handle-top {
|
|
left: 50%;
|
|
top: -4px;
|
|
transform: translate(-50%, 0);
|
|
}
|
|
.ps .react-flow__handle-left {
|
|
top: 50%;
|
|
left: -4px;
|
|
transform: translate(0, -50%);
|
|
}
|
|
.ps .react-flow__handle-right {
|
|
right: -4px;
|
|
top: 50%;
|
|
transform: translate(0, -50%);
|
|
}
|
|
.ps .react-flow__edgeupdater {
|
|
cursor: move;
|
|
pointer-events: all;
|
|
}
|
|
.ps .react-flow__panel {
|
|
position: absolute;
|
|
z-index: 5;
|
|
margin: 15px;
|
|
}
|
|
.ps .react-flow__panel.top {
|
|
top: 0;
|
|
}
|
|
.ps .react-flow__panel.bottom {
|
|
bottom: 0;
|
|
}
|
|
.ps .react-flow__panel.left {
|
|
left: 0;
|
|
}
|
|
.ps .react-flow__panel.right {
|
|
right: 0;
|
|
}
|
|
.ps .react-flow__panel.center {
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.ps .react-flow__attribution {
|
|
font-size: 10px;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
padding: 2px 3px;
|
|
margin: 0;
|
|
}
|
|
.ps .react-flow__attribution a {
|
|
text-decoration: none;
|
|
color: #999;
|
|
}
|
|
@-webkit-keyframes dashdraw {
|
|
from {
|
|
stroke-dashoffset: 10;
|
|
}
|
|
}
|
|
@keyframes dashdraw {
|
|
from {
|
|
stroke-dashoffset: 10;
|
|
}
|
|
}
|
|
.ps .react-flow__edgelabel-renderer {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
pointer-events: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ps .react-flow__edge.updating .react-flow__edge-path {
|
|
stroke: #777;
|
|
}
|
|
.ps .react-flow__edge-text {
|
|
font-size: 10px;
|
|
}
|
|
.ps .react-flow__node.selectable:focus, .ps .react-flow__node.selectable:focus-visible {
|
|
outline: none;
|
|
}
|
|
.ps .react-flow__node-default, .ps .react-flow__node-input, .ps .react-flow__node-output, .ps .react-flow__node-group {
|
|
padding: 10px;
|
|
border-radius: 3px;
|
|
width: 150px;
|
|
font-size: 12px;
|
|
color: #222;
|
|
text-align: center;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #1a192b;
|
|
background-color: white;
|
|
}
|
|
.ps .react-flow__node-default.selectable:hover, .ps .react-flow__node-input.selectable:hover, .ps .react-flow__node-output.selectable:hover, .ps .react-flow__node-group.selectable:hover {
|
|
box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
|
|
}
|
|
.ps .react-flow__node-default.selectable.selected, .ps .react-flow__node-default.selectable:focus, .ps .react-flow__node-default.selectable:focus-visible, .ps .react-flow__node-input.selectable.selected, .ps .react-flow__node-input.selectable:focus, .ps .react-flow__node-input.selectable:focus-visible, .ps .react-flow__node-output.selectable.selected, .ps .react-flow__node-output.selectable:focus, .ps .react-flow__node-output.selectable:focus-visible, .ps .react-flow__node-group.selectable.selected, .ps .react-flow__node-group.selectable:focus, .ps .react-flow__node-group.selectable:focus-visible {
|
|
box-shadow: 0 0 0 0.5px #1a192b;
|
|
}
|
|
.ps .react-flow__node-group {
|
|
background-color: rgba(240, 240, 240, 0.25);
|
|
}
|
|
.ps .react-flow__nodesselection-rect, .ps .react-flow__selection {
|
|
background: rgba(0, 89, 220, 0.08);
|
|
border: 1px dotted rgba(0, 89, 220, 0.8);
|
|
}
|
|
.ps .react-flow__nodesselection-rect:focus, .ps .react-flow__nodesselection-rect:focus-visible, .ps .react-flow__selection:focus, .ps .react-flow__selection:focus-visible {
|
|
outline: none;
|
|
}
|
|
.ps .react-flow__controls {
|
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);
|
|
}
|
|
.ps .react-flow__controls-button {
|
|
border: none;
|
|
background: #fefefe;
|
|
border-bottom: 1px solid #eee;
|
|
box-sizing: content-box;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 16px;
|
|
height: 16px;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
padding: 5px;
|
|
}
|
|
.ps .react-flow__controls-button:hover {
|
|
background: #f4f4f4;
|
|
}
|
|
.ps .react-flow__controls-button svg {
|
|
width: 100%;
|
|
max-width: 12px;
|
|
max-height: 12px;
|
|
}
|
|
.ps .react-flow__controls-button:disabled {
|
|
pointer-events: none;
|
|
}
|
|
.ps .react-flow__controls-button:disabled svg {
|
|
fill-opacity: 0.4;
|
|
}
|
|
.ps .react-flow__minimap {
|
|
background-color: #fff;
|
|
}
|
|
.ps .react-flow__minimap svg {
|
|
display: block;
|
|
}
|
|
.ps .react-flow__resize-control {
|
|
position: absolute;
|
|
}
|
|
.ps .react-flow__resize-control.left, .ps .react-flow__resize-control.right {
|
|
cursor: ew-resize;
|
|
}
|
|
.ps .react-flow__resize-control.top, .ps .react-flow__resize-control.bottom {
|
|
cursor: ns-resize;
|
|
}
|
|
.ps .react-flow__resize-control.top.left, .ps .react-flow__resize-control.bottom.right {
|
|
cursor: nwse-resize;
|
|
}
|
|
.ps .react-flow__resize-control.bottom.left, .ps .react-flow__resize-control.top.right {
|
|
cursor: nesw-resize;
|
|
}
|
|
.ps .react-flow__resize-control.handle {
|
|
width: 4px;
|
|
height: 4px;
|
|
border: 1px solid #fff;
|
|
border-radius: 1px;
|
|
background-color: #3367d9;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.ps .react-flow__resize-control.handle.left {
|
|
left: 0;
|
|
top: 50%;
|
|
}
|
|
.ps .react-flow__resize-control.handle.right {
|
|
left: 100%;
|
|
top: 50%;
|
|
}
|
|
.ps .react-flow__resize-control.handle.top {
|
|
left: 50%;
|
|
top: 0;
|
|
}
|
|
.ps .react-flow__resize-control.handle.bottom {
|
|
left: 50%;
|
|
top: 100%;
|
|
}
|
|
.ps .react-flow__resize-control.handle.top.left {
|
|
left: 0;
|
|
}
|
|
.ps .react-flow__resize-control.handle.bottom.left {
|
|
left: 0;
|
|
}
|
|
.ps .react-flow__resize-control.handle.top.right {
|
|
left: 100%;
|
|
}
|
|
.ps .react-flow__resize-control.handle.bottom.right {
|
|
left: 100%;
|
|
}
|
|
.ps .react-flow__resize-control.line {
|
|
border-color: #3367d9;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
}
|
|
.ps .react-flow__resize-control.line.left, .ps .react-flow__resize-control.line.right {
|
|
width: 1px;
|
|
transform: translate(-50%, 0);
|
|
top: 0;
|
|
height: 100%;
|
|
}
|
|
.ps .react-flow__resize-control.line.left {
|
|
left: 0;
|
|
border-left-width: 1px;
|
|
}
|
|
.ps .react-flow__resize-control.line.right {
|
|
left: 100%;
|
|
border-right-width: 1px;
|
|
}
|
|
.ps .react-flow__resize-control.line.top, .ps .react-flow__resize-control.line.bottom {
|
|
height: 1px;
|
|
transform: translate(0, -50%);
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
.ps .react-flow__resize-control.line.top {
|
|
top: 0;
|
|
border-top-width: 1px;
|
|
}
|
|
.ps .react-flow__resize-control.line.bottom {
|
|
border-bottom-width: 1px;
|
|
top: 100%;
|
|
}
|
|
.ps, .ps :host {
|
|
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
"Courier New", monospace;
|
|
--color-red-400: oklch(70.4% 0.191 22.216);
|
|
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
--color-orange-100: oklch(95.4% 0.038 75.164);
|
|
--color-orange-300: oklch(83.7% 0.128 66.29);
|
|
--color-orange-400: oklch(75% 0.183 55.934);
|
|
--color-orange-700: oklch(55.3% 0.195 38.402);
|
|
--color-orange-950: oklch(26.6% 0.079 36.259);
|
|
--color-amber-50: oklch(98.7% 0.022 95.277);
|
|
--color-amber-100: oklch(96.2% 0.059 95.617);
|
|
--color-amber-200: oklch(92.4% 0.12 95.746);
|
|
--color-amber-300: oklch(87.9% 0.169 91.605);
|
|
--color-amber-400: oklch(82.8% 0.189 84.429);
|
|
--color-amber-500: oklch(76.9% 0.188 70.08);
|
|
--color-amber-900: oklch(41.4% 0.112 45.904);
|
|
--color-amber-950: oklch(27.9% 0.077 45.635);
|
|
--color-yellow-200: oklch(94.5% 0.129 101.54);
|
|
--color-yellow-300: oklch(90.5% 0.182 98.111);
|
|
--color-green-500: oklch(72.3% 0.219 149.579);
|
|
--color-emerald-100: oklch(95% 0.052 163.051);
|
|
--color-emerald-200: oklch(90.5% 0.093 164.15);
|
|
--color-emerald-300: oklch(84.5% 0.143 164.978);
|
|
--color-emerald-600: oklch(59.6% 0.145 163.225);
|
|
--color-emerald-950: oklch(26.2% 0.051 172.552);
|
|
--color-sky-300: oklch(82.8% 0.111 230.318);
|
|
--color-blue-500: oklch(62.3% 0.214 259.815);
|
|
--color-indigo-400: oklch(67.3% 0.182 276.935);
|
|
--color-gray-500: oklch(55.1% 0.027 264.364);
|
|
--color-neutral-100: oklch(97% 0 0);
|
|
--color-neutral-600: oklch(43.9% 0 0);
|
|
--color-black: #000;
|
|
--color-white: #fff;
|
|
--spacing: 0.25rem;
|
|
--container-sm: 24rem;
|
|
--container-lg: 32rem;
|
|
--container-2xl: 42rem;
|
|
--text-xs: 0.75rem;
|
|
--text-xs--line-height: calc(1 / 0.75);
|
|
--text-sm: 0.875rem;
|
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
--text-lg: 1.125rem;
|
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
--font-weight-normal: 400;
|
|
--font-weight-medium: 500;
|
|
--font-weight-semibold: 600;
|
|
--font-weight-bold: 700;
|
|
--tracking-tight: -0.025em;
|
|
--tracking-widest: 0.1em;
|
|
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--animate-spin: spin 1s linear infinite;
|
|
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
--blur-sm: 8px;
|
|
--default-transition-duration: 150ms;
|
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--default-font-family: var(--font-sans);
|
|
--default-mono-font-family: var(--font-mono);
|
|
}
|
|
.ps *, .ps ::after, .ps ::before, .ps ::backdrop, .ps ::file-selector-button {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0 solid;
|
|
}
|
|
.ps html, .ps :host {
|
|
line-height: 1.5;
|
|
-webkit-text-size-adjust: 100%;
|
|
tab-size: 4;
|
|
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
.ps hr {
|
|
height: 0;
|
|
color: inherit;
|
|
border-top-width: 1px;
|
|
}
|
|
.ps abbr:where([title]) {
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
}
|
|
.ps h1, .ps h2, .ps h3, .ps h4, .ps h5, .ps h6 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
.ps a {
|
|
color: inherit;
|
|
-webkit-text-decoration: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
.ps b, .ps strong {
|
|
font-weight: bolder;
|
|
}
|
|
.ps code, .ps kbd, .ps samp, .ps pre {
|
|
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
font-size: 1em;
|
|
}
|
|
.ps small {
|
|
font-size: 80%;
|
|
}
|
|
.ps sub, .ps sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
.ps sub {
|
|
bottom: -0.25em;
|
|
}
|
|
.ps sup {
|
|
top: -0.5em;
|
|
}
|
|
.ps table {
|
|
text-indent: 0;
|
|
border-color: inherit;
|
|
border-collapse: collapse;
|
|
}
|
|
.ps :-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
.ps progress {
|
|
vertical-align: baseline;
|
|
}
|
|
.ps summary {
|
|
display: list-item;
|
|
}
|
|
.ps ol, .ps ul, .ps menu {
|
|
list-style: none;
|
|
}
|
|
.ps img, .ps svg, .ps video, .ps canvas, .ps audio, .ps iframe, .ps embed, .ps object {
|
|
display: block;
|
|
vertical-align: middle;
|
|
}
|
|
.ps img, .ps video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
.ps button, .ps input, .ps select, .ps optgroup, .ps textarea, .ps ::file-selector-button {
|
|
font: inherit;
|
|
font-feature-settings: inherit;
|
|
font-variation-settings: inherit;
|
|
letter-spacing: inherit;
|
|
color: inherit;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
opacity: 1;
|
|
}
|
|
.ps :where(select:is([multiple], [size])) optgroup {
|
|
font-weight: bolder;
|
|
}
|
|
.ps :where(select:is([multiple], [size])) optgroup option {
|
|
padding-inline-start: 20px;
|
|
}
|
|
.ps ::file-selector-button {
|
|
margin-inline-end: 4px;
|
|
}
|
|
.ps ::placeholder {
|
|
opacity: 1;
|
|
}
|
|
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
.ps ::placeholder {
|
|
color: currentcolor;
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps ::placeholder {
|
|
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.ps textarea {
|
|
resize: vertical;
|
|
}
|
|
.ps ::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
.ps ::-webkit-date-and-time-value {
|
|
min-height: 1lh;
|
|
text-align: inherit;
|
|
}
|
|
.ps ::-webkit-datetime-edit {
|
|
display: inline-flex;
|
|
}
|
|
.ps ::-webkit-datetime-edit-fields-wrapper {
|
|
padding: 0;
|
|
}
|
|
.ps ::-webkit-datetime-edit, .ps ::-webkit-datetime-edit-year-field, .ps ::-webkit-datetime-edit-month-field, .ps ::-webkit-datetime-edit-day-field, .ps ::-webkit-datetime-edit-hour-field, .ps ::-webkit-datetime-edit-minute-field, .ps ::-webkit-datetime-edit-second-field, .ps ::-webkit-datetime-edit-millisecond-field, .ps ::-webkit-datetime-edit-meridiem-field {
|
|
padding-block: 0;
|
|
}
|
|
.ps ::-webkit-calendar-picker-indicator {
|
|
line-height: 1;
|
|
}
|
|
.ps :-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
.ps button, .ps input:where([type="button"], [type="reset"], [type="submit"]), .ps ::file-selector-button {
|
|
appearance: button;
|
|
}
|
|
.ps ::-webkit-inner-spin-button, .ps ::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
.ps [hidden]:where(:not([hidden="until-found"])) {
|
|
display: none !important;
|
|
}
|
|
.ps .pointer-events-auto {
|
|
pointer-events: auto;
|
|
}
|
|
.ps .pointer-events-none {
|
|
pointer-events: none;
|
|
}
|
|
.ps .collapse {
|
|
visibility: collapse;
|
|
}
|
|
.ps .invisible {
|
|
visibility: hidden;
|
|
}
|
|
.ps .visible {
|
|
visibility: visible;
|
|
}
|
|
.ps .sr-only {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip-path: inset(50%);
|
|
white-space: nowrap;
|
|
border-width: 0;
|
|
}
|
|
.ps .absolute {
|
|
position: absolute;
|
|
}
|
|
.ps .fixed {
|
|
position: fixed;
|
|
}
|
|
.ps .relative {
|
|
position: relative;
|
|
}
|
|
.ps .static {
|
|
position: static;
|
|
}
|
|
.ps .sticky {
|
|
position: sticky;
|
|
}
|
|
.ps .-inset-0 {
|
|
inset: calc(var(--spacing) * -0);
|
|
}
|
|
.ps .inset-0 {
|
|
inset: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .inset-x-0 {
|
|
inset-inline: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .inset-y-0 {
|
|
inset-block: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .-top-px {
|
|
top: -1px;
|
|
}
|
|
.ps .top-0 {
|
|
top: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .top-1\/2 {
|
|
top: calc(1/2 * 100%);
|
|
}
|
|
.ps .top-3 {
|
|
top: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .top-4 {
|
|
top: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .top-\[50\%\] {
|
|
top: 50%;
|
|
}
|
|
.ps .-right-2 {
|
|
right: calc(var(--spacing) * -2);
|
|
}
|
|
.ps .right-0 {
|
|
right: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .right-1 {
|
|
right: calc(var(--spacing) * 1);
|
|
}
|
|
.ps .right-2 {
|
|
right: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .right-4 {
|
|
right: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .bottom-0 {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .left-0 {
|
|
left: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .left-2 {
|
|
left: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .left-\[50\%\] {
|
|
left: 50%;
|
|
}
|
|
.ps .z-0 {
|
|
z-index: 0;
|
|
}
|
|
.ps .z-10 {
|
|
z-index: 10;
|
|
}
|
|
.ps .z-20 {
|
|
z-index: 20;
|
|
}
|
|
.ps .z-30 {
|
|
z-index: 30;
|
|
}
|
|
.ps .z-40 {
|
|
z-index: 40;
|
|
}
|
|
.ps .z-50 {
|
|
z-index: 50;
|
|
}
|
|
.ps .z-50\! {
|
|
z-index: 50 !important;
|
|
}
|
|
.ps .row-1 {
|
|
grid-row: 1;
|
|
}
|
|
.ps .row-2 {
|
|
grid-row: 2;
|
|
}
|
|
.ps .row-3 {
|
|
grid-row: 3;
|
|
}
|
|
.ps .row-4 {
|
|
grid-row: 4;
|
|
}
|
|
.ps .row-5 {
|
|
grid-row: 5;
|
|
}
|
|
.ps .row-6 {
|
|
grid-row: 6;
|
|
}
|
|
.ps .row-7 {
|
|
grid-row: 7;
|
|
}
|
|
.ps .container {
|
|
width: 100%;
|
|
}
|
|
@media (width >= 40rem) {
|
|
.ps .container {
|
|
max-width: 40rem;
|
|
}
|
|
}
|
|
@media (width >= 48rem) {
|
|
.ps .container {
|
|
max-width: 48rem;
|
|
}
|
|
}
|
|
@media (width >= 64rem) {
|
|
.ps .container {
|
|
max-width: 64rem;
|
|
}
|
|
}
|
|
@media (width >= 80rem) {
|
|
.ps .container {
|
|
max-width: 80rem;
|
|
}
|
|
}
|
|
@media (width >= 96rem) {
|
|
.ps .container {
|
|
max-width: 96rem;
|
|
}
|
|
}
|
|
.ps .-mx-1 {
|
|
margin-inline: calc(var(--spacing) * -1);
|
|
}
|
|
.ps .mx-2 {
|
|
margin-inline: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .mx-auto {
|
|
margin-inline: auto;
|
|
}
|
|
.ps .my-1 {
|
|
margin-block: calc(var(--spacing) * 1);
|
|
}
|
|
.ps .mt-0 {
|
|
margin-top: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .mt-1 {
|
|
margin-top: calc(var(--spacing) * 1);
|
|
}
|
|
.ps .mt-2 {
|
|
margin-top: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .mt-4 {
|
|
margin-top: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .mr-1 {
|
|
margin-right: calc(var(--spacing) * 1);
|
|
}
|
|
.ps .mr-2\.5 {
|
|
margin-right: calc(var(--spacing) * 2.5);
|
|
}
|
|
.ps .mr-3 {
|
|
margin-right: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .mb-1 {
|
|
margin-bottom: calc(var(--spacing) * 1);
|
|
}
|
|
.ps .mb-2 {
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .ml-6 {
|
|
margin-left: calc(var(--spacing) * 6);
|
|
}
|
|
.ps .ml-auto {
|
|
margin-left: auto;
|
|
}
|
|
.ps .box-border {
|
|
box-sizing: border-box;
|
|
}
|
|
.ps .block {
|
|
display: block;
|
|
}
|
|
.ps .contents {
|
|
display: contents;
|
|
}
|
|
.ps .flex {
|
|
display: flex;
|
|
}
|
|
.ps .grid {
|
|
display: grid;
|
|
}
|
|
.ps .hidden {
|
|
display: none;
|
|
}
|
|
.ps .inline {
|
|
display: inline;
|
|
}
|
|
.ps .inline-flex {
|
|
display: inline-flex;
|
|
}
|
|
.ps .table {
|
|
display: table;
|
|
}
|
|
.ps .size-3 {
|
|
width: calc(var(--spacing) * 3);
|
|
height: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .size-3\.5 {
|
|
width: calc(var(--spacing) * 3.5);
|
|
height: calc(var(--spacing) * 3.5);
|
|
}
|
|
.ps .size-4 {
|
|
width: calc(var(--spacing) * 4);
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .size-5 {
|
|
width: calc(var(--spacing) * 5);
|
|
height: calc(var(--spacing) * 5);
|
|
}
|
|
.ps .size-6 {
|
|
width: calc(var(--spacing) * 6);
|
|
height: calc(var(--spacing) * 6);
|
|
}
|
|
.ps .size-7 {
|
|
width: calc(var(--spacing) * 7);
|
|
height: calc(var(--spacing) * 7);
|
|
}
|
|
.ps .size-8 {
|
|
width: calc(var(--spacing) * 8);
|
|
height: calc(var(--spacing) * 8);
|
|
}
|
|
.ps .size-9 {
|
|
width: calc(var(--spacing) * 9);
|
|
height: calc(var(--spacing) * 9);
|
|
}
|
|
.ps .size-10 {
|
|
width: calc(var(--spacing) * 10);
|
|
height: calc(var(--spacing) * 10);
|
|
}
|
|
.ps .cell-input-leading {
|
|
height: var(--studio-cell-height);
|
|
padding-block: 9px;
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
--tw-leading: calc(var(--spacing) * 5);
|
|
line-height: calc(var(--spacing) * 5);
|
|
}
|
|
@media (width >= 48rem) {
|
|
.ps .cell-input-leading {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
}
|
|
@media (width >= 48rem) {
|
|
.ps .cell-input-leading {
|
|
--tw-leading: calc(var(--spacing) * 5);
|
|
line-height: calc(var(--spacing) * 5);
|
|
}
|
|
}
|
|
.ps .h-\(--radix-select-trigger-height\) {
|
|
height: var(--radix-select-trigger-height);
|
|
}
|
|
.ps .h-\(--studio-cell-height\) {
|
|
height: var(--studio-cell-height);
|
|
}
|
|
.ps .h-0 {
|
|
height: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .h-2 {
|
|
height: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .h-3 {
|
|
height: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .h-3\.5 {
|
|
height: calc(var(--spacing) * 3.5);
|
|
}
|
|
.ps .h-4 {
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .h-5 {
|
|
height: calc(var(--spacing) * 5);
|
|
}
|
|
.ps .h-6 {
|
|
height: calc(var(--spacing) * 6);
|
|
}
|
|
.ps .h-8 {
|
|
height: calc(var(--spacing) * 8);
|
|
}
|
|
.ps .h-9 {
|
|
height: calc(var(--spacing) * 9);
|
|
}
|
|
.ps .h-10 {
|
|
height: calc(var(--spacing) * 10);
|
|
}
|
|
.ps .h-24 {
|
|
height: calc(var(--spacing) * 24);
|
|
}
|
|
.ps .h-72 {
|
|
height: calc(var(--spacing) * 72);
|
|
}
|
|
.ps .h-\[1\.2rem\] {
|
|
height: 1.2rem;
|
|
}
|
|
.ps .h-\[2px\] {
|
|
height: 2px;
|
|
}
|
|
.ps .h-\[39px\] {
|
|
height: 39px;
|
|
}
|
|
.ps .h-auto {
|
|
height: auto;
|
|
}
|
|
.ps .h-full {
|
|
height: 100%;
|
|
}
|
|
.ps .h-px {
|
|
height: 1px;
|
|
}
|
|
.ps .max-h-\(--radix-context-menu-content-available-height\) {
|
|
max-height: var(--radix-context-menu-content-available-height);
|
|
}
|
|
.ps .max-h-\(--radix-dropdown-menu-content-available-height\) {
|
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
}
|
|
.ps .max-h-\(--radix-select-content-available-height\) {
|
|
max-height: var(--radix-select-content-available-height);
|
|
}
|
|
.ps .max-h-10 {
|
|
max-height: calc(var(--spacing) * 10);
|
|
}
|
|
.ps .max-h-32 {
|
|
max-height: calc(var(--spacing) * 32);
|
|
}
|
|
.ps .max-h-64 {
|
|
max-height: calc(var(--spacing) * 64);
|
|
}
|
|
.ps .max-h-\[280px\] {
|
|
max-height: 280px;
|
|
}
|
|
.ps .max-h-\[320px\] {
|
|
max-height: 320px;
|
|
}
|
|
.ps .max-h-\[min\(68vh\,26rem\)\] {
|
|
max-height: min(68vh, 26rem);
|
|
}
|
|
.ps .max-h-full {
|
|
max-height: 100%;
|
|
}
|
|
.ps .min-h-0 {
|
|
min-height: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .min-h-9 {
|
|
min-height: calc(var(--spacing) * 9);
|
|
}
|
|
.ps .min-h-10 {
|
|
min-height: calc(var(--spacing) * 10);
|
|
}
|
|
.ps .min-h-\[60px\] {
|
|
min-height: 60px;
|
|
}
|
|
.ps .min-h-full {
|
|
min-height: 100%;
|
|
}
|
|
.ps .w-0 {
|
|
width: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .w-1\/3 {
|
|
width: calc(1/3 * 100%);
|
|
}
|
|
.ps .w-2 {
|
|
width: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .w-2\/3 {
|
|
width: calc(2/3 * 100%);
|
|
}
|
|
.ps .w-3\.5 {
|
|
width: calc(var(--spacing) * 3.5);
|
|
}
|
|
.ps .w-3\/4 {
|
|
width: calc(3/4 * 100%);
|
|
}
|
|
.ps .w-4 {
|
|
width: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .w-4\/5 {
|
|
width: calc(4/5 * 100%);
|
|
}
|
|
.ps .w-5 {
|
|
width: calc(var(--spacing) * 5);
|
|
}
|
|
.ps .w-6 {
|
|
width: calc(var(--spacing) * 6);
|
|
}
|
|
.ps .w-7 {
|
|
width: calc(var(--spacing) * 7);
|
|
}
|
|
.ps .w-9 {
|
|
width: calc(var(--spacing) * 9);
|
|
}
|
|
.ps .w-10 {
|
|
width: calc(var(--spacing) * 10);
|
|
}
|
|
.ps .w-12 {
|
|
width: calc(var(--spacing) * 12);
|
|
}
|
|
.ps .w-16 {
|
|
width: calc(var(--spacing) * 16);
|
|
}
|
|
.ps .w-20 {
|
|
width: calc(var(--spacing) * 20);
|
|
}
|
|
.ps .w-24 {
|
|
width: calc(var(--spacing) * 24);
|
|
}
|
|
.ps .w-28 {
|
|
width: calc(var(--spacing) * 28);
|
|
}
|
|
.ps .w-48 {
|
|
width: calc(var(--spacing) * 48);
|
|
}
|
|
.ps .w-56 {
|
|
width: calc(var(--spacing) * 56);
|
|
}
|
|
.ps .w-64 {
|
|
width: calc(var(--spacing) * 64);
|
|
}
|
|
.ps .w-72 {
|
|
width: calc(var(--spacing) * 72);
|
|
}
|
|
.ps .w-\[1\.2rem\] {
|
|
width: 1.2rem;
|
|
}
|
|
.ps .w-\[100cqw\] {
|
|
width: 100cqw;
|
|
}
|
|
.ps .w-\[196px\] {
|
|
width: 196px;
|
|
}
|
|
.ps .w-\[220px\] {
|
|
width: 220px;
|
|
}
|
|
.ps .w-\[252px\] {
|
|
width: 252px;
|
|
}
|
|
.ps .w-\[320px\] {
|
|
width: 320px;
|
|
}
|
|
.ps .w-\[calc\(100\%-2rem\)\] {
|
|
width: calc(100% - 2rem);
|
|
}
|
|
.ps .w-\[calc\(var\(--radix-popover-trigger-width\)\+1px\)\] {
|
|
width: calc(var(--radix-popover-trigger-width) + 1px);
|
|
}
|
|
.ps .w-\[clamp\(300px\,calc\(100cqw-2rem\)\,1200px\)\] {
|
|
width: clamp(300px, calc(100cqw - 2rem), 1200px);
|
|
}
|
|
.ps .w-\[min\(38rem\,calc\(100vw-2rem\)\)\] {
|
|
width: min(38rem, calc(100vw - 2rem));
|
|
}
|
|
.ps .w-auto {
|
|
width: auto;
|
|
}
|
|
.ps .w-full {
|
|
width: 100%;
|
|
}
|
|
.ps .w-max {
|
|
width: max-content;
|
|
}
|
|
.ps .max-w-2xl {
|
|
max-width: var(--container-2xl);
|
|
}
|
|
.ps .max-w-44 {
|
|
max-width: calc(var(--spacing) * 44);
|
|
}
|
|
.ps .max-w-72 {
|
|
max-width: calc(var(--spacing) * 72);
|
|
}
|
|
.ps .max-w-\[32rem\] {
|
|
max-width: 32rem;
|
|
}
|
|
.ps .max-w-\[260px\] {
|
|
max-width: 260px;
|
|
}
|
|
.ps .max-w-\[280px\] {
|
|
max-width: 280px;
|
|
}
|
|
.ps .max-w-\[300px\] {
|
|
max-width: 300px;
|
|
}
|
|
.ps .max-w-\[1200px\] {
|
|
max-width: 1200px;
|
|
}
|
|
.ps .max-w-\[calc\(100vw-2rem\)\] {
|
|
max-width: calc(100vw - 2rem);
|
|
}
|
|
.ps .max-w-full {
|
|
max-width: 100%;
|
|
}
|
|
.ps .max-w-lg {
|
|
max-width: var(--container-lg);
|
|
}
|
|
.ps .max-w-none {
|
|
max-width: none;
|
|
}
|
|
.ps .min-w-\(--radix-popover-trigger-width\) {
|
|
min-width: var(--radix-popover-trigger-width);
|
|
}
|
|
.ps .min-w-\(--radix-select-trigger-width\) {
|
|
min-width: var(--radix-select-trigger-width);
|
|
}
|
|
.ps .min-w-0 {
|
|
min-width: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .min-w-8 {
|
|
min-width: calc(var(--spacing) * 8);
|
|
}
|
|
.ps .min-w-9 {
|
|
min-width: calc(var(--spacing) * 9);
|
|
}
|
|
.ps .min-w-10 {
|
|
min-width: calc(var(--spacing) * 10);
|
|
}
|
|
.ps .min-w-13 {
|
|
min-width: calc(var(--spacing) * 13);
|
|
}
|
|
.ps .min-w-16 {
|
|
min-width: calc(var(--spacing) * 16);
|
|
}
|
|
.ps .min-w-28 {
|
|
min-width: calc(var(--spacing) * 28);
|
|
}
|
|
.ps .min-w-32 {
|
|
min-width: calc(var(--spacing) * 32);
|
|
}
|
|
.ps .min-w-\[11rem\] {
|
|
min-width: 11rem;
|
|
}
|
|
.ps .min-w-\[250px\] {
|
|
min-width: 250px;
|
|
}
|
|
.ps .min-w-\[300px\] {
|
|
min-width: 300px;
|
|
}
|
|
.ps .min-w-\[368px\] {
|
|
min-width: 368px;
|
|
}
|
|
.ps .min-w-\[calc\(1\.25rem\*2\+0\.25rem\)\] {
|
|
min-width: calc(1.25rem * 2 + 0.25rem);
|
|
}
|
|
.ps .min-w-full {
|
|
min-width: 100%;
|
|
}
|
|
.ps .min-w-max {
|
|
min-width: max-content;
|
|
}
|
|
.ps .flex-1 {
|
|
flex: 1;
|
|
}
|
|
.ps .shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
.ps .grow {
|
|
flex-grow: 1;
|
|
}
|
|
.ps .table-fixed {
|
|
table-layout: fixed;
|
|
}
|
|
.ps .caption-bottom {
|
|
caption-side: bottom;
|
|
}
|
|
.ps .border-separate {
|
|
border-collapse: separate;
|
|
}
|
|
.ps .border-spacing-0 {
|
|
--tw-border-spacing-x: calc(var(--spacing) * 0);
|
|
--tw-border-spacing-y: calc(var(--spacing) * 0);
|
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
}
|
|
.ps .origin-\(--radix-context-menu-content-transform-origin\) {
|
|
transform-origin: var(--radix-context-menu-content-transform-origin);
|
|
}
|
|
.ps .origin-\(--radix-dropdown-menu-content-transform-origin\) {
|
|
transform-origin: var(--radix-dropdown-menu-content-transform-origin);
|
|
}
|
|
.ps .origin-\(--radix-popover-content-transform-origin\) {
|
|
transform-origin: var(--radix-popover-content-transform-origin);
|
|
}
|
|
.ps .origin-\(--radix-select-content-transform-origin\) {
|
|
transform-origin: var(--radix-select-content-transform-origin);
|
|
}
|
|
.ps .origin-\(--radix-tooltip-content-transform-origin\) {
|
|
transform-origin: var(--radix-tooltip-content-transform-origin);
|
|
}
|
|
.ps .origin-right {
|
|
transform-origin: 100%;
|
|
}
|
|
.ps .translate-x-\[-50\%\] {
|
|
--tw-translate-x: -50%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.ps .-translate-y-1\/2 {
|
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.ps .translate-y-\[-50\%\] {
|
|
--tw-translate-y: -50%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.ps .scale-0 {
|
|
--tw-scale-x: 0%;
|
|
--tw-scale-y: 0%;
|
|
--tw-scale-z: 0%;
|
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
}
|
|
.ps .scale-100 {
|
|
--tw-scale-x: 100%;
|
|
--tw-scale-y: 100%;
|
|
--tw-scale-z: 100%;
|
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
}
|
|
.ps .scale-x-0 {
|
|
--tw-scale-x: 0%;
|
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
}
|
|
.ps .scale-x-100 {
|
|
--tw-scale-x: 100%;
|
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
}
|
|
.ps .rotate-0 {
|
|
rotate: 0deg;
|
|
}
|
|
.ps .rotate-90 {
|
|
rotate: 90deg;
|
|
}
|
|
.ps .transform {
|
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
}
|
|
.ps .animate-in {
|
|
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
}
|
|
.ps .animate-indeterminate {
|
|
animation: indeterminate 1.5s infinite ease-in-out;
|
|
}
|
|
.ps .animate-pulse {
|
|
animation: var(--animate-pulse);
|
|
}
|
|
.ps .animate-spin {
|
|
animation: var(--animate-spin);
|
|
}
|
|
.ps .cursor-col-resize {
|
|
cursor: col-resize;
|
|
}
|
|
.ps .cursor-default {
|
|
cursor: default;
|
|
}
|
|
.ps .cursor-grab {
|
|
cursor: grab;
|
|
}
|
|
.ps .cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.ps .touch-none {
|
|
touch-action: none;
|
|
}
|
|
.ps .resize {
|
|
resize: both;
|
|
}
|
|
.ps .resize-none {
|
|
resize: none;
|
|
}
|
|
.ps .appearance-none {
|
|
appearance: none;
|
|
}
|
|
.ps .grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
.ps .flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.ps .flex-col-reverse {
|
|
flex-direction: column-reverse;
|
|
}
|
|
.ps .flex-row {
|
|
flex-direction: row;
|
|
}
|
|
.ps .flex-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
.ps .items-center {
|
|
align-items: center;
|
|
}
|
|
.ps .items-end {
|
|
align-items: flex-end;
|
|
}
|
|
.ps .items-start {
|
|
align-items: flex-start;
|
|
}
|
|
.ps .items-stretch {
|
|
align-items: stretch;
|
|
}
|
|
.ps .justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
.ps .justify-center {
|
|
justify-content: center;
|
|
}
|
|
.ps .justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
.ps .justify-start {
|
|
justify-content: flex-start;
|
|
}
|
|
.ps .gap-0 {
|
|
gap: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .gap-0\.5 {
|
|
gap: calc(var(--spacing) * 0.5);
|
|
}
|
|
.ps .gap-1 {
|
|
gap: calc(var(--spacing) * 1);
|
|
}
|
|
.ps .gap-1\.5 {
|
|
gap: calc(var(--spacing) * 1.5);
|
|
}
|
|
.ps .gap-2 {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .gap-2\.5 {
|
|
gap: calc(var(--spacing) * 2.5);
|
|
}
|
|
.ps .gap-3 {
|
|
gap: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .gap-4 {
|
|
gap: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .gap-px {
|
|
gap: 1px;
|
|
}
|
|
.ps :where(.space-y-1 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
.ps :where(.space-y-4 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
.ps .self-end {
|
|
align-self: flex-end;
|
|
}
|
|
.ps .self-start {
|
|
align-self: flex-start;
|
|
}
|
|
.ps .self-stretch {
|
|
align-self: stretch;
|
|
}
|
|
.ps .truncate {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.ps .overflow-auto {
|
|
overflow: auto;
|
|
}
|
|
.ps .overflow-clip {
|
|
overflow: clip;
|
|
}
|
|
.ps .overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
.ps .overflow-visible {
|
|
overflow: visible;
|
|
}
|
|
.ps .overflow-x-auto {
|
|
overflow-x: auto;
|
|
}
|
|
.ps .overflow-x-hidden {
|
|
overflow-x: hidden;
|
|
}
|
|
.ps .overflow-y-auto {
|
|
overflow-y: auto;
|
|
}
|
|
.ps .overflow-y-scroll {
|
|
overflow-y: scroll;
|
|
}
|
|
.ps .rounded-full {
|
|
border-radius: calc(infinity * 1px);
|
|
}
|
|
.ps .rounded-lg {
|
|
border-radius: var(--radius);
|
|
}
|
|
.ps .rounded-md {
|
|
border-radius: calc(var(--radius) - 2px);
|
|
}
|
|
.ps .rounded-none {
|
|
border-radius: 0;
|
|
}
|
|
.ps .rounded-sm {
|
|
border-radius: calc(var(--radius) - 4px);
|
|
}
|
|
.ps .rounded-xl {
|
|
border-radius: calc(var(--radius) + 4px);
|
|
}
|
|
.ps .rounded-s-md {
|
|
border-start-start-radius: calc(var(--radius) - 2px);
|
|
border-end-start-radius: calc(var(--radius) - 2px);
|
|
}
|
|
.ps .rounded-e-md {
|
|
border-start-end-radius: calc(var(--radius) - 2px);
|
|
border-end-end-radius: calc(var(--radius) - 2px);
|
|
}
|
|
.ps .rounded-t-lg {
|
|
border-top-left-radius: var(--radius);
|
|
border-top-right-radius: var(--radius);
|
|
}
|
|
.ps .rounded-r-full {
|
|
border-top-right-radius: calc(infinity * 1px);
|
|
border-bottom-right-radius: calc(infinity * 1px);
|
|
}
|
|
.ps .rounded-b-lg {
|
|
border-bottom-right-radius: var(--radius);
|
|
border-bottom-left-radius: var(--radius);
|
|
}
|
|
.ps .border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.ps .border-0 {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 0px;
|
|
}
|
|
.ps .border-2 {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 2px;
|
|
}
|
|
.ps .border-t {
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: 1px;
|
|
}
|
|
.ps .border-t-0 {
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: 0px;
|
|
}
|
|
.ps .border-r {
|
|
border-right-style: var(--tw-border-style);
|
|
border-right-width: 1px;
|
|
}
|
|
.ps .border-b {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
}
|
|
.ps .border-b-0 {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 0px;
|
|
}
|
|
.ps .border-l {
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 1px;
|
|
}
|
|
.ps .border-dashed {
|
|
--tw-border-style: dashed;
|
|
border-style: dashed;
|
|
}
|
|
.ps .border-none {
|
|
--tw-border-style: none;
|
|
border-style: none;
|
|
}
|
|
.ps .border-amber-300 {
|
|
border-color: var(--color-amber-300);
|
|
}
|
|
.ps .border-amber-300\/80 {
|
|
border-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 80%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-amber-300\/80 {
|
|
border-color: color-mix(in oklab, var(--color-amber-300) 80%, transparent);
|
|
}
|
|
}
|
|
.ps .border-amber-400 {
|
|
border-color: var(--color-amber-400);
|
|
}
|
|
.ps .border-amber-500\/30 {
|
|
border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 30%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-amber-500\/30 {
|
|
border-color: color-mix(in oklab, var(--color-amber-500) 30%, transparent);
|
|
}
|
|
}
|
|
.ps .border-border {
|
|
border-color: var(--border);
|
|
}
|
|
.ps .border-border\/60 {
|
|
border-color: var(--border);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-border\/60 {
|
|
border-color: color-mix(in oklab, var(--border) 60%, transparent);
|
|
}
|
|
}
|
|
.ps .border-border\/70 {
|
|
border-color: var(--border);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-border\/70 {
|
|
border-color: color-mix(in oklab, var(--border) 70%, transparent);
|
|
}
|
|
}
|
|
.ps .border-emerald-300 {
|
|
border-color: var(--color-emerald-300);
|
|
}
|
|
.ps .border-green-500\/50 {
|
|
border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 50%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-green-500\/50 {
|
|
border-color: color-mix(in oklab, var(--color-green-500) 50%, transparent);
|
|
}
|
|
}
|
|
.ps .border-green-500\/60 {
|
|
border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 60%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-green-500\/60 {
|
|
border-color: color-mix(in oklab, var(--color-green-500) 60%, transparent);
|
|
}
|
|
}
|
|
.ps .border-input {
|
|
border-color: var(--input);
|
|
}
|
|
.ps .border-muted-foreground\/50 {
|
|
border-color: var(--muted-foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-muted-foreground\/50 {
|
|
border-color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
|
|
}
|
|
}
|
|
.ps .border-orange-400 {
|
|
border-color: var(--color-orange-400);
|
|
}
|
|
.ps .border-primary {
|
|
border-color: var(--primary);
|
|
}
|
|
.ps .border-red-400\/20 {
|
|
border-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 20%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-red-400\/20 {
|
|
border-color: color-mix(in oklab, var(--color-red-400) 20%, transparent);
|
|
}
|
|
}
|
|
.ps .border-red-400\/50 {
|
|
border-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 50%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-red-400\/50 {
|
|
border-color: color-mix(in oklab, var(--color-red-400) 50%, transparent);
|
|
}
|
|
}
|
|
.ps .border-red-500\/30 {
|
|
border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 30%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-red-500\/30 {
|
|
border-color: color-mix(in oklab, var(--color-red-500) 30%, transparent);
|
|
}
|
|
}
|
|
.ps .border-red-500\/60 {
|
|
border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 60%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-red-500\/60 {
|
|
border-color: color-mix(in oklab, var(--color-red-500) 60%, transparent);
|
|
}
|
|
}
|
|
.ps .border-ring\/20 {
|
|
border-color: var(--ring);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .border-ring\/20 {
|
|
border-color: color-mix(in oklab, var(--ring) 20%, transparent);
|
|
}
|
|
}
|
|
.ps .border-table-border {
|
|
border-color: var(--border);
|
|
}
|
|
.ps .border-transparent {
|
|
border-color: transparent;
|
|
}
|
|
.ps .\!bg-primary\/15 {
|
|
background-color: var(--primary) !important;
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .\!bg-primary\/15 {
|
|
background-color: color-mix(in oklab, var(--primary) 15%, transparent) !important;
|
|
}
|
|
}
|
|
.ps .bg-accent {
|
|
background-color: var(--accent);
|
|
}
|
|
.ps .bg-amber-100 {
|
|
background-color: var(--color-amber-100);
|
|
}
|
|
.ps .bg-amber-500\/10 {
|
|
background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 10%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-amber-500\/10 {
|
|
background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-background {
|
|
background-color: var(--background);
|
|
}
|
|
.ps .bg-background\/50 {
|
|
background-color: var(--background);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-background\/50 {
|
|
background-color: color-mix(in oklab, var(--background) 50%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-background\/60 {
|
|
background-color: var(--background);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-background\/60 {
|
|
background-color: color-mix(in oklab, var(--background) 60%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-background\/90 {
|
|
background-color: var(--background);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-background\/90 {
|
|
background-color: color-mix(in oklab, var(--background) 90%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-background\/95 {
|
|
background-color: var(--background);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-background\/95 {
|
|
background-color: color-mix(in oklab, var(--background) 95%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-black\/80 {
|
|
background-color: color-mix(in srgb, #000 80%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-black\/80 {
|
|
background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-blue-500 {
|
|
background-color: var(--color-blue-500);
|
|
}
|
|
.ps .bg-border {
|
|
background-color: var(--border);
|
|
}
|
|
.ps .bg-card {
|
|
background-color: var(--card);
|
|
}
|
|
.ps .bg-destructive {
|
|
background-color: var(--destructive);
|
|
}
|
|
.ps .bg-emerald-100 {
|
|
background-color: var(--color-emerald-100);
|
|
}
|
|
.ps .bg-foreground\/10 {
|
|
background-color: var(--foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-foreground\/10 {
|
|
background-color: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-green-500\/10 {
|
|
background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 10%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-green-500\/10 {
|
|
background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-green-500\/30 {
|
|
background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 30%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-green-500\/30 {
|
|
background-color: color-mix(in oklab, var(--color-green-500) 30%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-muted {
|
|
background-color: var(--muted);
|
|
}
|
|
.ps .bg-muted\/20 {
|
|
background-color: var(--muted);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-muted\/20 {
|
|
background-color: color-mix(in oklab, var(--muted) 20%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-muted\/50 {
|
|
background-color: var(--muted);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-muted\/50 {
|
|
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-muted\/60 {
|
|
background-color: var(--muted);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-muted\/60 {
|
|
background-color: color-mix(in oklab, var(--muted) 60%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-muted\/70 {
|
|
background-color: var(--muted);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-muted\/70 {
|
|
background-color: color-mix(in oklab, var(--muted) 70%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-neutral-100 {
|
|
background-color: var(--color-neutral-100);
|
|
}
|
|
.ps .bg-orange-100 {
|
|
background-color: var(--color-orange-100);
|
|
}
|
|
.ps .bg-popover {
|
|
background-color: var(--popover);
|
|
}
|
|
.ps .bg-primary {
|
|
background-color: var(--primary);
|
|
}
|
|
.ps .bg-red-400\/30 {
|
|
background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 30%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-red-400\/30 {
|
|
background-color: color-mix(in oklab, var(--color-red-400) 30%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-red-500\/10 {
|
|
background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-red-500\/10 {
|
|
background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-secondary {
|
|
background-color: var(--secondary);
|
|
}
|
|
.ps .bg-secondary\/50 {
|
|
background-color: var(--secondary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-secondary\/50 {
|
|
background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-secondary\/70 {
|
|
background-color: var(--secondary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-secondary\/70 {
|
|
background-color: color-mix(in oklab, var(--secondary) 70%, transparent);
|
|
}
|
|
}
|
|
.ps .bg-table-border {
|
|
background-color: var(--border);
|
|
}
|
|
.ps .bg-table-head {
|
|
background-color: var(--background);
|
|
}
|
|
.ps .bg-transparent {
|
|
background-color: transparent;
|
|
}
|
|
.ps .bg-white {
|
|
background-color: var(--color-white);
|
|
}
|
|
.ps .bg-yellow-200\/80 {
|
|
background-color: color-mix(in srgb, oklch(94.5% 0.129 101.54) 80%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .bg-yellow-200\/80 {
|
|
background-color: color-mix(in oklab, var(--color-yellow-200) 80%, transparent);
|
|
}
|
|
}
|
|
.ps .fill-current {
|
|
fill: currentcolor;
|
|
}
|
|
.ps .p-\(--studio-cell-spacing\) {
|
|
padding: var(--studio-cell-spacing);
|
|
}
|
|
.ps .p-0 {
|
|
padding: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .p-0\.5 {
|
|
padding: calc(var(--spacing) * 0.5);
|
|
}
|
|
.ps .p-1 {
|
|
padding: calc(var(--spacing) * 1);
|
|
}
|
|
.ps .p-1\.5 {
|
|
padding: calc(var(--spacing) * 1.5);
|
|
}
|
|
.ps .p-2 {
|
|
padding: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .p-3 {
|
|
padding: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .p-4 {
|
|
padding: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .p-6 {
|
|
padding: calc(var(--spacing) * 6);
|
|
}
|
|
.ps .p-px {
|
|
padding: 1px;
|
|
}
|
|
.ps .px-\(--studio-cell-spacing\) {
|
|
padding-inline: var(--studio-cell-spacing);
|
|
}
|
|
.ps .px-0 {
|
|
padding-inline: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .px-1 {
|
|
padding-inline: calc(var(--spacing) * 1);
|
|
}
|
|
.ps .px-1\.5 {
|
|
padding-inline: calc(var(--spacing) * 1.5);
|
|
}
|
|
.ps .px-2 {
|
|
padding-inline: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .px-2\.5 {
|
|
padding-inline: calc(var(--spacing) * 2.5);
|
|
}
|
|
.ps .px-3 {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .px-4 {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .px-5 {
|
|
padding-inline: calc(var(--spacing) * 5);
|
|
}
|
|
.ps .px-8 {
|
|
padding-inline: calc(var(--spacing) * 8);
|
|
}
|
|
.ps .cell-input-base {
|
|
padding-block: 9px;
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
--tw-leading: calc(var(--spacing) * 5);
|
|
line-height: calc(var(--spacing) * 5);
|
|
}
|
|
@media (width >= 48rem) {
|
|
.ps .cell-input-base {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
}
|
|
@media (width >= 48rem) {
|
|
.ps .cell-input-base {
|
|
--tw-leading: calc(var(--spacing) * 5);
|
|
line-height: calc(var(--spacing) * 5);
|
|
}
|
|
}
|
|
.ps .py-0 {
|
|
padding-block: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .py-0\.5 {
|
|
padding-block: calc(var(--spacing) * 0.5);
|
|
}
|
|
.ps .py-1 {
|
|
padding-block: calc(var(--spacing) * 1);
|
|
}
|
|
.ps .py-1\.5 {
|
|
padding-block: calc(var(--spacing) * 1.5);
|
|
}
|
|
.ps .py-2 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .py-3 {
|
|
padding-block: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .py-3\.5 {
|
|
padding-block: calc(var(--spacing) * 3.5);
|
|
}
|
|
.ps .py-4 {
|
|
padding-block: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .py-6 {
|
|
padding-block: calc(var(--spacing) * 6);
|
|
}
|
|
.ps .py-8 {
|
|
padding-block: calc(var(--spacing) * 8);
|
|
}
|
|
.ps .pt-0 {
|
|
padding-top: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .pt-1 {
|
|
padding-top: calc(var(--spacing) * 1);
|
|
}
|
|
.ps .pt-3 {
|
|
padding-top: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .pt-4 {
|
|
padding-top: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .pr-\(--studio-cell-spacing\) {
|
|
padding-right: var(--studio-cell-spacing);
|
|
}
|
|
.ps .pr-0 {
|
|
padding-right: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .pr-2 {
|
|
padding-right: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .pr-2\.5 {
|
|
padding-right: calc(var(--spacing) * 2.5);
|
|
}
|
|
.ps .pr-8 {
|
|
padding-right: calc(var(--spacing) * 8);
|
|
}
|
|
.ps .pb-0\.5 {
|
|
padding-bottom: calc(var(--spacing) * 0.5);
|
|
}
|
|
.ps .pb-1\.5 {
|
|
padding-bottom: calc(var(--spacing) * 1.5);
|
|
}
|
|
.ps .pb-2 {
|
|
padding-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .pb-3 {
|
|
padding-bottom: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .pb-5 {
|
|
padding-bottom: calc(var(--spacing) * 5);
|
|
}
|
|
.ps .pl-2 {
|
|
padding-left: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .pl-2\.5 {
|
|
padding-left: calc(var(--spacing) * 2.5);
|
|
}
|
|
.ps .pl-3 {
|
|
padding-left: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .pl-6 {
|
|
padding-left: calc(var(--spacing) * 6);
|
|
}
|
|
.ps .pl-8 {
|
|
padding-left: calc(var(--spacing) * 8);
|
|
}
|
|
.ps .text-center {
|
|
text-align: center;
|
|
}
|
|
.ps .text-left {
|
|
text-align: left;
|
|
}
|
|
.ps .text-right {
|
|
text-align: right;
|
|
}
|
|
.ps .align-middle {
|
|
vertical-align: middle;
|
|
}
|
|
.ps .align-top {
|
|
vertical-align: top;
|
|
}
|
|
.ps .font-mono {
|
|
font-family: var(--font-mono);
|
|
}
|
|
.ps .font-sans {
|
|
font-family: var(--font-sans);
|
|
}
|
|
.ps .text-lg {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
.ps .text-sm {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
.ps .text-xs {
|
|
font-size: var(--text-xs);
|
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
}
|
|
.ps .text-\[8px\] {
|
|
font-size: 8px;
|
|
}
|
|
.ps .text-\[10px\] {
|
|
font-size: 10px;
|
|
}
|
|
.ps .text-\[11px\] {
|
|
font-size: 11px;
|
|
}
|
|
.ps .text-\[13px\] {
|
|
font-size: 13px;
|
|
}
|
|
.ps .text-\[15px\] {
|
|
font-size: 15px;
|
|
}
|
|
.ps .leading-\(--studio-cell-height\) {
|
|
--tw-leading: var(--studio-cell-height);
|
|
line-height: var(--studio-cell-height);
|
|
}
|
|
.ps .leading-5 {
|
|
--tw-leading: calc(var(--spacing) * 5);
|
|
line-height: calc(var(--spacing) * 5);
|
|
}
|
|
.ps .leading-6 {
|
|
--tw-leading: calc(var(--spacing) * 6);
|
|
line-height: calc(var(--spacing) * 6);
|
|
}
|
|
.ps .leading-none {
|
|
--tw-leading: 1;
|
|
line-height: 1;
|
|
}
|
|
.ps .font-medium {
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
.ps .font-normal {
|
|
--tw-font-weight: var(--font-weight-normal);
|
|
font-weight: var(--font-weight-normal);
|
|
}
|
|
.ps .font-semibold {
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
}
|
|
.ps .tracking-\[0\.08em\] {
|
|
--tw-tracking: 0.08em;
|
|
letter-spacing: 0.08em;
|
|
}
|
|
.ps .tracking-tight {
|
|
--tw-tracking: var(--tracking-tight);
|
|
letter-spacing: var(--tracking-tight);
|
|
}
|
|
.ps .tracking-widest {
|
|
--tw-tracking: var(--tracking-widest);
|
|
letter-spacing: var(--tracking-widest);
|
|
}
|
|
.ps .break-all {
|
|
word-break: break-all;
|
|
}
|
|
.ps .text-ellipsis {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ps .whitespace-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
.ps .whitespace-pre-wrap {
|
|
white-space: pre-wrap;
|
|
}
|
|
.ps .text-accent-foreground {
|
|
color: var(--accent-foreground);
|
|
}
|
|
.ps .text-amber-500 {
|
|
color: var(--color-amber-500);
|
|
}
|
|
.ps .text-amber-900\/85 {
|
|
color: color-mix(in srgb, oklch(41.4% 0.112 45.904) 85%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .text-amber-900\/85 {
|
|
color: color-mix(in oklab, var(--color-amber-900) 85%, transparent);
|
|
}
|
|
}
|
|
.ps .text-amber-950 {
|
|
color: var(--color-amber-950);
|
|
}
|
|
.ps .text-blue-500 {
|
|
color: var(--color-blue-500);
|
|
}
|
|
.ps .text-card-foreground {
|
|
color: var(--card-foreground);
|
|
}
|
|
.ps .text-current {
|
|
color: currentcolor;
|
|
}
|
|
.ps .text-destructive {
|
|
color: var(--destructive);
|
|
}
|
|
.ps .text-destructive-foreground {
|
|
color: var(--destructive-foreground);
|
|
}
|
|
.ps .text-emerald-600 {
|
|
color: var(--color-emerald-600);
|
|
}
|
|
.ps .text-emerald-950 {
|
|
color: var(--color-emerald-950);
|
|
}
|
|
.ps .text-foreground {
|
|
color: var(--foreground);
|
|
}
|
|
.ps .text-foreground\! {
|
|
color: var(--foreground) !important;
|
|
}
|
|
.ps .text-foreground\/60 {
|
|
color: var(--foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .text-foreground\/60 {
|
|
color: color-mix(in oklab, var(--foreground) 60%, transparent);
|
|
}
|
|
}
|
|
.ps .text-foreground\/70 {
|
|
color: var(--foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .text-foreground\/70 {
|
|
color: color-mix(in oklab, var(--foreground) 70%, transparent);
|
|
}
|
|
}
|
|
.ps .text-foreground\/80 {
|
|
color: var(--foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .text-foreground\/80 {
|
|
color: color-mix(in oklab, var(--foreground) 80%, transparent);
|
|
}
|
|
}
|
|
.ps .text-foreground\/90 {
|
|
color: var(--foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .text-foreground\/90 {
|
|
color: color-mix(in oklab, var(--foreground) 90%, transparent);
|
|
}
|
|
}
|
|
.ps .text-gray-500 {
|
|
color: var(--color-gray-500);
|
|
}
|
|
.ps .text-green-500 {
|
|
color: var(--color-green-500);
|
|
}
|
|
.ps .text-muted-foreground {
|
|
color: var(--muted-foreground);
|
|
}
|
|
.ps .text-muted-foreground\/55 {
|
|
color: var(--muted-foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .text-muted-foreground\/55 {
|
|
color: color-mix(in oklab, var(--muted-foreground) 55%, transparent);
|
|
}
|
|
}
|
|
.ps .text-muted-foreground\/60 {
|
|
color: var(--muted-foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .text-muted-foreground\/60 {
|
|
color: color-mix(in oklab, var(--muted-foreground) 60%, transparent);
|
|
}
|
|
}
|
|
.ps .text-muted-foreground\/70 {
|
|
color: var(--muted-foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .text-muted-foreground\/70 {
|
|
color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
|
|
}
|
|
}
|
|
.ps .text-muted-foreground\/75 {
|
|
color: var(--muted-foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .text-muted-foreground\/75 {
|
|
color: color-mix(in oklab, var(--muted-foreground) 75%, transparent);
|
|
}
|
|
}
|
|
.ps .text-neutral-600 {
|
|
color: var(--color-neutral-600);
|
|
}
|
|
.ps .text-orange-700 {
|
|
color: var(--color-orange-700);
|
|
}
|
|
.ps .text-popover-foreground {
|
|
color: var(--popover-foreground);
|
|
}
|
|
.ps .text-primary {
|
|
color: var(--primary);
|
|
}
|
|
.ps .text-primary-foreground {
|
|
color: var(--primary-foreground);
|
|
}
|
|
.ps .text-red-400 {
|
|
color: var(--color-red-400);
|
|
}
|
|
.ps .text-red-500 {
|
|
color: var(--color-red-500);
|
|
}
|
|
.ps .text-secondary-foreground {
|
|
color: var(--secondary-foreground);
|
|
}
|
|
.ps .lowercase {
|
|
text-transform: lowercase;
|
|
}
|
|
.ps .uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.ps .italic {
|
|
font-style: italic;
|
|
}
|
|
.ps .ordinal {
|
|
--tw-ordinal: ordinal;
|
|
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
}
|
|
.ps .tabular-nums {
|
|
--tw-numeric-spacing: tabular-nums;
|
|
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
}
|
|
.ps .underline-offset-4 {
|
|
text-underline-offset: 4px;
|
|
}
|
|
.ps .opacity-0 {
|
|
opacity: 0%;
|
|
}
|
|
.ps .opacity-10 {
|
|
opacity: 10%;
|
|
}
|
|
.ps .opacity-50 {
|
|
opacity: 50%;
|
|
}
|
|
.ps .opacity-60 {
|
|
opacity: 60%;
|
|
}
|
|
.ps .opacity-70 {
|
|
opacity: 70%;
|
|
}
|
|
.ps .opacity-80 {
|
|
opacity: 80%;
|
|
}
|
|
.ps .opacity-100 {
|
|
opacity: 100%;
|
|
}
|
|
.ps .shadow {
|
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .shadow-2xl {
|
|
--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .shadow-\[0_16px_36px_rgba\(15\,23\,42\,0\.12\)\] {
|
|
--tw-shadow: 0 16px 36px var(--tw-shadow-color, rgba(15,23,42,0.12));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .shadow-lg {
|
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .shadow-md {
|
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .shadow-none {
|
|
--tw-shadow: 0 0 #0000;
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .shadow-sm {
|
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .shadow-xl {
|
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .shadow-xs {
|
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .ring-0 {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .ring-1 {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .ring-amber-300\/80 {
|
|
--tw-ring-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 80%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .ring-amber-300\/80 {
|
|
--tw-ring-color: color-mix(in oklab, var(--color-amber-300) 80%, transparent);
|
|
}
|
|
}
|
|
.ps .ring-border\/50 {
|
|
--tw-ring-color: var(--border);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .ring-border\/50 {
|
|
--tw-ring-color: color-mix(in oklab, var(--border) 50%, transparent);
|
|
}
|
|
}
|
|
.ps .ring-primary\/15 {
|
|
--tw-ring-color: var(--primary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .ring-primary\/15 {
|
|
--tw-ring-color: color-mix(in oklab, var(--primary) 15%, transparent);
|
|
}
|
|
}
|
|
.ps .ring-primary\/30 {
|
|
--tw-ring-color: var(--primary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .ring-primary\/30 {
|
|
--tw-ring-color: color-mix(in oklab, var(--primary) 30%, transparent);
|
|
}
|
|
}
|
|
.ps .ring-offset-background {
|
|
--tw-ring-offset-color: var(--background);
|
|
}
|
|
.ps .outline {
|
|
outline-style: var(--tw-outline-style);
|
|
outline-width: 1px;
|
|
}
|
|
.ps .blur {
|
|
--tw-blur: blur(8px);
|
|
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,);
|
|
}
|
|
.ps .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,);
|
|
}
|
|
.ps .backdrop-blur-sm {
|
|
--tw-backdrop-blur: blur(var(--blur-sm));
|
|
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
}
|
|
.ps .transition {
|
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.ps .transition-\[border-color\,box-shadow\,width\,flex-basis\] {
|
|
transition-property: border-color,box-shadow,width,flex-basis;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.ps .transition-\[opacity\,transform\] {
|
|
transition-property: opacity,transform;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.ps .transition-\[opacity\,width\,transform\] {
|
|
transition-property: opacity,width,transform;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.ps .transition-\[width\] {
|
|
transition-property: width;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.ps .transition-all {
|
|
transition-property: all;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.ps .transition-colors {
|
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.ps .transition-opacity {
|
|
transition-property: opacity;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.ps .transition-transform {
|
|
transition-property: transform, translate, scale, rotate;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.ps .transition-none {
|
|
transition-property: none;
|
|
}
|
|
.ps .duration-150 {
|
|
--tw-duration: 150ms;
|
|
transition-duration: 150ms;
|
|
}
|
|
.ps .duration-200 {
|
|
--tw-duration: 200ms;
|
|
transition-duration: 200ms;
|
|
}
|
|
.ps .ease-in-out {
|
|
--tw-ease: var(--ease-in-out);
|
|
transition-timing-function: var(--ease-in-out);
|
|
}
|
|
.ps .ease-out {
|
|
--tw-ease: var(--ease-out);
|
|
transition-timing-function: var(--ease-out);
|
|
}
|
|
.ps .will-change-transform {
|
|
will-change: transform;
|
|
}
|
|
.ps .fade-in-0 {
|
|
--tw-enter-opacity: calc(0/100);
|
|
--tw-enter-opacity: 0;
|
|
}
|
|
.ps .outline-none {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
.ps .select-all {
|
|
-webkit-user-select: all;
|
|
user-select: all;
|
|
}
|
|
.ps .select-none {
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ps .zoom-in-95 {
|
|
--tw-enter-scale: calc(95*1%);
|
|
--tw-enter-scale: .95;
|
|
}
|
|
.ps .ring-inset {
|
|
--tw-ring-inset: inset;
|
|
}
|
|
.ps .running {
|
|
animation-play-state: running;
|
|
}
|
|
.ps .group-odd\:\!bg-table-cell-odd:is(:where(.group):nth-child(odd) *) {
|
|
background-color: var(--background) !important;
|
|
}
|
|
.ps .group-odd\:\!bg-table-row-selected-odd:is(:where(.group):nth-child(odd) *) {
|
|
background-color: var(--background) !important;
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .group-odd\:\!bg-table-row-selected-odd:is(:where(.group):nth-child(odd) *) {
|
|
background-color: color-mix(
|
|
in oklab,
|
|
var(--background) 90%,
|
|
var(--primary) 10%
|
|
) !important;
|
|
}
|
|
}
|
|
.ps .group-odd\:bg-table-cell-odd:is(:where(.group):nth-child(odd) *) {
|
|
background-color: var(--background);
|
|
}
|
|
.ps .group-even\:\!bg-table-cell-even:is(:where(.group):nth-child(even) *) {
|
|
background-color: var(--secondary) !important;
|
|
}
|
|
.ps .group-even\:\!bg-table-row-selected-even:is(:where(.group):nth-child(even) *) {
|
|
background-color: var(--secondary) !important;
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .group-even\:\!bg-table-row-selected-even:is(:where(.group):nth-child(even) *) {
|
|
background-color: color-mix(
|
|
in oklab,
|
|
var(--secondary) 90%,
|
|
var(--primary) 10%
|
|
) !important;
|
|
}
|
|
}
|
|
.ps .group-even\:bg-table-cell-even:is(:where(.group):nth-child(even) *) {
|
|
background-color: var(--secondary);
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .group-hover\:pointer-events-auto:is(:where(.group):hover *) {
|
|
pointer-events: auto;
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .group-hover\:\!bg-muted:is(:where(.group):hover *) {
|
|
background-color: var(--muted) !important;
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .group-hover\:bg-muted:is(:where(.group):hover *) {
|
|
background-color: var(--muted);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .group-hover\:opacity-100:is(:where(.group):hover *) {
|
|
opacity: 100%;
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .group-hover\/tables\:opacity-100:is(:where(.group\/tables):hover *) {
|
|
opacity: 100%;
|
|
}
|
|
}
|
|
.ps .group-data-\[select\=true\]\:p-0:is(:where(.group)[data-select="true"] *) {
|
|
padding: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .group-data-\[selected\=true\]\:border-border:is(:where(.group)[data-selected="true"] *) {
|
|
border-color: var(--border);
|
|
}
|
|
.ps .group-data-\[selected\=true\]\:bg-card:is(:where(.group)[data-selected="true"] *) {
|
|
background-color: var(--card);
|
|
}
|
|
.ps .group-\[\.toast\]\:bg-muted:is(:where(.group):is(.toast) *) {
|
|
background-color: var(--muted);
|
|
}
|
|
.ps .group-\[\.toast\]\:bg-primary:is(:where(.group):is(.toast) *) {
|
|
background-color: var(--primary);
|
|
}
|
|
.ps .group-\[\.toast\]\:text-muted-foreground:is(:where(.group):is(.toast) *) {
|
|
color: var(--muted-foreground);
|
|
}
|
|
.ps .group-\[\.toast\]\:text-primary-foreground:is(:where(.group):is(.toast) *) {
|
|
color: var(--primary-foreground);
|
|
}
|
|
.ps .group-\[\.toaster\]\:border-border:is(:where(.group):is(.toaster) *) {
|
|
border-color: var(--border);
|
|
}
|
|
.ps .group-\[\.toaster\]\:bg-background:is(:where(.group):is(.toaster) *) {
|
|
background-color: var(--background);
|
|
}
|
|
.ps .group-\[\.toaster\]\:text-foreground:is(:where(.group):is(.toaster) *) {
|
|
color: var(--foreground);
|
|
}
|
|
.ps .group-\[\.toaster\]\:shadow-lg:is(:where(.group):is(.toaster) *) {
|
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
|
|
cursor: not-allowed;
|
|
}
|
|
.ps .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
|
|
opacity: 70%;
|
|
}
|
|
.ps .file\:border-0::file-selector-button {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 0px;
|
|
}
|
|
.ps .file\:bg-transparent::file-selector-button {
|
|
background-color: transparent;
|
|
}
|
|
.ps .file\:text-sm::file-selector-button {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
.ps .file\:font-medium::file-selector-button {
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
.ps .file\:text-foreground::file-selector-button {
|
|
color: var(--foreground);
|
|
}
|
|
.ps .placeholder\:text-muted-foreground::placeholder {
|
|
color: var(--muted-foreground);
|
|
}
|
|
.ps .placeholder\:text-muted-foreground\/75::placeholder {
|
|
color: var(--muted-foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .placeholder\:text-muted-foreground\/75::placeholder {
|
|
color: color-mix(in oklab, var(--muted-foreground) 75%, transparent);
|
|
}
|
|
}
|
|
.ps .before\:pointer-events-none::before {
|
|
content: var(--tw-content);
|
|
pointer-events: none;
|
|
}
|
|
.ps .before\:absolute::before {
|
|
content: var(--tw-content);
|
|
position: absolute;
|
|
}
|
|
.ps .before\:inset-0::before {
|
|
content: var(--tw-content);
|
|
inset: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .before\:inset-y-0::before {
|
|
content: var(--tw-content);
|
|
inset-block: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .before\:left-2::before {
|
|
content: var(--tw-content);
|
|
left: calc(var(--spacing) * 2);
|
|
}
|
|
.ps .before\:z-0::before {
|
|
content: var(--tw-content);
|
|
z-index: 0;
|
|
}
|
|
.ps .before\:z-20::before {
|
|
content: var(--tw-content);
|
|
z-index: 20;
|
|
}
|
|
.ps .before\:w-px::before {
|
|
content: var(--tw-content);
|
|
width: 1px;
|
|
}
|
|
.ps .before\:border::before {
|
|
content: var(--tw-content);
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.ps .before\:border-sky-300::before {
|
|
content: var(--tw-content);
|
|
border-color: var(--color-sky-300);
|
|
}
|
|
.ps .before\:bg-amber-50\/80::before {
|
|
content: var(--tw-content);
|
|
background-color: color-mix(in srgb, oklch(98.7% 0.022 95.277) 80%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .before\:bg-amber-50\/80::before {
|
|
background-color: color-mix(in oklab, var(--color-amber-50) 80%, transparent);
|
|
}
|
|
}
|
|
.ps .before\:bg-staged-cell-background::before {
|
|
content: var(--tw-content);
|
|
background-color: var(--studio-staged-cell-background);
|
|
}
|
|
.ps .before\:bg-transparent::before {
|
|
content: var(--tw-content);
|
|
background-color: transparent;
|
|
}
|
|
.ps .before\:content-\[\'\'\]::before {
|
|
--tw-content: '';
|
|
content: var(--tw-content);
|
|
}
|
|
.ps .after\:pointer-events-none::after {
|
|
content: var(--tw-content);
|
|
pointer-events: none;
|
|
}
|
|
.ps .after\:absolute::after {
|
|
content: var(--tw-content);
|
|
position: absolute;
|
|
}
|
|
.ps .after\:inset-0::after {
|
|
content: var(--tw-content);
|
|
inset: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .after\:z-20::after {
|
|
content: var(--tw-content);
|
|
z-index: 20;
|
|
}
|
|
.ps .after\:border::after {
|
|
content: var(--tw-content);
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.ps .after\:border-amber-300::after {
|
|
content: var(--tw-content);
|
|
border-color: var(--color-amber-300);
|
|
}
|
|
.ps .after\:border-sky-300::after {
|
|
content: var(--tw-content);
|
|
border-color: var(--color-sky-300);
|
|
}
|
|
.ps .after\:content-\[\'\'\]::after {
|
|
--tw-content: '';
|
|
content: var(--tw-content);
|
|
}
|
|
.ps .last\:pb-0:last-child {
|
|
padding-bottom: calc(var(--spacing) * 0);
|
|
}
|
|
.ps .odd\:bg-table-cell-odd:nth-child(odd) {
|
|
background-color: var(--background);
|
|
}
|
|
.ps .even\:bg-table-cell-even\/50:nth-child(even) {
|
|
background-color: var(--secondary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .even\:bg-table-cell-even\/50:nth-child(even) {
|
|
background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
|
|
}
|
|
}
|
|
.ps .focus-within\:pointer-events-auto:focus-within {
|
|
pointer-events: auto;
|
|
}
|
|
.ps .focus-within\:border-primary:focus-within {
|
|
border-color: var(--primary);
|
|
}
|
|
.ps .focus-within\:opacity-100:focus-within {
|
|
opacity: 100%;
|
|
}
|
|
.ps .focus-within\:ring-1:focus-within {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .focus-within\:ring-primary\/15:focus-within {
|
|
--tw-ring-color: var(--primary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .focus-within\:ring-primary\/15:focus-within {
|
|
--tw-ring-color: color-mix(in oklab, var(--primary) 15%, transparent);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:border-amber-400:hover {
|
|
border-color: var(--color-amber-400);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-accent:hover {
|
|
background-color: var(--accent);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-accent\/50:hover {
|
|
background-color: var(--accent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-accent\/50:hover {
|
|
background-color: color-mix(in oklab, var(--accent) 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-amber-200:hover {
|
|
background-color: var(--color-amber-200);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-background\/80:hover {
|
|
background-color: var(--background);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-background\/80:hover {
|
|
background-color: color-mix(in oklab, var(--background) 80%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-destructive\/10:hover {
|
|
background-color: var(--destructive);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-destructive\/10:hover {
|
|
background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-destructive\/90:hover {
|
|
background-color: var(--destructive);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-destructive\/90:hover {
|
|
background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-emerald-200:hover {
|
|
background-color: var(--color-emerald-200);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-green-500\/80:hover {
|
|
background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 80%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-green-500\/80:hover {
|
|
background-color: color-mix(in oklab, var(--color-green-500) 80%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-muted:hover {
|
|
background-color: var(--muted);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-muted\/50:hover {
|
|
background-color: var(--muted);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-muted\/50:hover {
|
|
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-primary\/80:hover {
|
|
background-color: var(--primary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-primary\/80:hover {
|
|
background-color: color-mix(in oklab, var(--primary) 80%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-primary\/90:hover {
|
|
background-color: var(--primary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-primary\/90:hover {
|
|
background-color: color-mix(in oklab, var(--primary) 90%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-red-400\/80:hover {
|
|
background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 80%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-red-400\/80:hover {
|
|
background-color: color-mix(in oklab, var(--color-red-400) 80%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-secondary\/80:hover {
|
|
background-color: var(--secondary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-secondary\/80:hover {
|
|
background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-secondary\/85:hover {
|
|
background-color: var(--secondary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .hover\:bg-secondary\/85:hover {
|
|
background-color: color-mix(in oklab, var(--secondary) 85%, transparent);
|
|
}
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:bg-transparent:hover {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:text-accent-foreground:hover {
|
|
color: var(--accent-foreground);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:text-destructive:hover {
|
|
color: var(--destructive);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:text-foreground:hover {
|
|
color: var(--foreground);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:text-muted-foreground:hover {
|
|
color: var(--muted-foreground);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:underline:hover {
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:opacity-100:hover {
|
|
opacity: 100%;
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:before\:bg-table-border:hover::before {
|
|
content: var(--tw-content);
|
|
background-color: var(--border);
|
|
}
|
|
}
|
|
.ps .focus\:bg-accent:focus {
|
|
background-color: var(--accent);
|
|
}
|
|
.ps .focus\:text-accent-foreground:focus {
|
|
color: var(--accent-foreground);
|
|
}
|
|
.ps .focus\:opacity-100:focus {
|
|
opacity: 100%;
|
|
}
|
|
.ps .focus\:ring-1:focus {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .focus\:ring-2:focus {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .focus\:ring-accent-foreground:focus {
|
|
--tw-ring-color: var(--accent-foreground);
|
|
}
|
|
.ps .focus\:ring-ring:focus {
|
|
--tw-ring-color: var(--ring);
|
|
}
|
|
.ps .focus\:ring-offset-1:focus {
|
|
--tw-ring-offset-width: 1px;
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
}
|
|
.ps .focus\:ring-offset-2:focus {
|
|
--tw-ring-offset-width: 2px;
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
}
|
|
.ps .focus\:ring-offset-background:focus {
|
|
--tw-ring-offset-color: var(--background);
|
|
}
|
|
.ps .focus\:outline-none:focus {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
.ps .focus-visible\:opacity-100:focus-visible {
|
|
opacity: 100%;
|
|
}
|
|
.ps .focus-visible\:ring-0:focus-visible {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .focus-visible\:ring-1:focus-visible {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .focus-visible\:ring-2:focus-visible {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .focus-visible\:ring-primary\/25:focus-visible {
|
|
--tw-ring-color: var(--primary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .focus-visible\:ring-primary\/25:focus-visible {
|
|
--tw-ring-color: color-mix(in oklab, var(--primary) 25%, transparent);
|
|
}
|
|
}
|
|
.ps .focus-visible\:ring-ring:focus-visible {
|
|
--tw-ring-color: var(--ring);
|
|
}
|
|
.ps .focus-visible\:ring-offset-2:focus-visible {
|
|
--tw-ring-offset-width: 2px;
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
}
|
|
.ps .focus-visible\:ring-offset-background:focus-visible {
|
|
--tw-ring-offset-color: var(--background);
|
|
}
|
|
.ps .focus-visible\:outline-none:focus-visible {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
.ps .focus-visible\:before\:bg-table-border:focus-visible::before {
|
|
content: var(--tw-content);
|
|
background-color: var(--border);
|
|
}
|
|
.ps .disabled\:pointer-events-none:disabled {
|
|
pointer-events: none;
|
|
}
|
|
.ps .disabled\:cursor-not-allowed:disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ps .disabled\:opacity-50:disabled {
|
|
opacity: 50%;
|
|
}
|
|
.ps .aria-selected\:text-muted-foreground[aria-selected="true"] {
|
|
color: var(--muted-foreground);
|
|
}
|
|
.ps .aria-selected\:opacity-30[aria-selected="true"] {
|
|
opacity: 30%;
|
|
}
|
|
.ps .aria-selected\:opacity-100[aria-selected="true"] {
|
|
opacity: 100%;
|
|
}
|
|
.ps .data-disabled\:pointer-events-none[data-disabled] {
|
|
pointer-events: none;
|
|
}
|
|
.ps .data-disabled\:opacity-50[data-disabled] {
|
|
opacity: 50%;
|
|
}
|
|
.ps .data-placeholder\:text-muted-foreground[data-placeholder] {
|
|
color: var(--muted-foreground);
|
|
}
|
|
.ps .data-\[active\=true\]\:bg-accent[data-active="true"] {
|
|
background-color: var(--accent);
|
|
}
|
|
.ps .data-\[active\=true\]\:text-foreground[data-active="true"] {
|
|
color: var(--foreground);
|
|
}
|
|
.ps .data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
|
|
pointer-events: none;
|
|
}
|
|
.ps .data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
|
|
opacity: 50%;
|
|
}
|
|
.ps .data-\[focus\=true\]\:ring-2[data-focus="true"] {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .data-\[focus\=true\]\:ring-indigo-400[data-focus="true"] {
|
|
--tw-ring-color: var(--color-indigo-400);
|
|
}
|
|
.ps .data-\[focus\=true\]\:ring-inset[data-focus="true"] {
|
|
--tw-ring-inset: inset;
|
|
}
|
|
.ps .data-\[pinning-animating\=from\]\:transition-none[data-pinning-animating="from"] {
|
|
transition-property: none;
|
|
}
|
|
.ps .data-\[pinning-animating\=true\]\:transition-transform[data-pinning-animating="true"] {
|
|
transition-property: transform, translate, scale, rotate;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.ps .data-\[pinning-animating\=true\]\:duration-\[1000ms\][data-pinning-animating="true"] {
|
|
--tw-duration: 1000ms;
|
|
transition-duration: 1000ms;
|
|
}
|
|
.ps .data-\[pinning-animating\=true\]\:ease-out[data-pinning-animating="true"] {
|
|
--tw-ease: var(--ease-out);
|
|
transition-timing-function: var(--ease-out);
|
|
}
|
|
.ps .data-\[pinning-animating\=true\]\:will-change-transform[data-pinning-animating="true"] {
|
|
will-change: transform;
|
|
}
|
|
.ps .data-\[selected\=true\]\:bg-secondary\/90[data-selected="true"] {
|
|
background-color: var(--secondary);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .data-\[selected\=true\]\:bg-secondary\/90[data-selected="true"] {
|
|
background-color: color-mix(in oklab, var(--secondary) 90%, transparent);
|
|
}
|
|
}
|
|
.ps .data-\[selected\=true\]\:ring-1[data-selected="true"] {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .data-\[selected\=true\]\:ring-border\/60[data-selected="true"] {
|
|
--tw-ring-color: var(--border);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .data-\[selected\=true\]\:ring-border\/60[data-selected="true"] {
|
|
--tw-ring-color: color-mix(in oklab, var(--border) 60%, transparent);
|
|
}
|
|
}
|
|
.ps .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
|
|
--tw-translate-y: calc(var(--spacing) * 1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.ps .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
|
|
--tw-enter-translate-y: calc(2*var(--spacing)*-1);
|
|
}
|
|
.ps .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
|
|
--tw-translate-x: calc(var(--spacing) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.ps .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
|
|
--tw-enter-translate-x: calc(2*var(--spacing));
|
|
}
|
|
.ps .data-\[side\=right\]\:translate-x-1[data-side="right"] {
|
|
--tw-translate-x: calc(var(--spacing) * 1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.ps .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
|
|
--tw-enter-translate-x: calc(2*var(--spacing)*-1);
|
|
}
|
|
.ps .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
|
|
--tw-translate-y: calc(var(--spacing) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.ps .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
|
|
--tw-enter-translate-y: calc(2*var(--spacing));
|
|
}
|
|
.ps .data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
|
|
--tw-translate-x: calc(var(--spacing) * 4);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.ps .data-\[state\=checked\]\:bg-primary[data-state="checked"] {
|
|
background-color: var(--primary);
|
|
}
|
|
.ps .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
|
|
color: var(--primary-foreground);
|
|
}
|
|
.ps .data-\[state\=closed\]\:animate-out[data-state="closed"] {
|
|
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
}
|
|
.ps .data-\[state\=closed\]\:duration-300[data-state="closed"] {
|
|
--tw-duration: 300ms;
|
|
transition-duration: 300ms;
|
|
}
|
|
.ps .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
|
|
--tw-exit-opacity: calc(0/100);
|
|
--tw-exit-opacity: 0;
|
|
}
|
|
.ps .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
|
|
--tw-exit-scale: calc(95*1%);
|
|
--tw-exit-scale: .95;
|
|
}
|
|
.ps .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
|
|
--tw-exit-translate-y: 100%;
|
|
}
|
|
.ps .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
|
|
--tw-exit-translate-x: -100%;
|
|
}
|
|
.ps .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
|
|
--tw-exit-translate-x: calc(1/2*-100%);
|
|
}
|
|
.ps .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
|
|
--tw-exit-translate-x: 100%;
|
|
}
|
|
.ps .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
|
|
--tw-exit-translate-y: -100%;
|
|
}
|
|
.ps .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
|
|
--tw-exit-translate-y: calc(48%*-1);
|
|
}
|
|
.ps .data-\[state\=on\]\:bg-accent[data-state="on"] {
|
|
background-color: var(--accent);
|
|
}
|
|
.ps .data-\[state\=on\]\:bg-background[data-state="on"] {
|
|
background-color: var(--background);
|
|
}
|
|
.ps .data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
|
|
color: var(--accent-foreground);
|
|
}
|
|
.ps .data-\[state\=on\]\:text-foreground[data-state="on"] {
|
|
color: var(--foreground);
|
|
}
|
|
.ps .data-\[state\=on\]\:shadow-sm[data-state="on"] {
|
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ps .data-\[state\=open\]\:animate-in[data-state="open"] {
|
|
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
}
|
|
.ps .data-\[state\=open\]\:border-primary[data-state="open"] {
|
|
border-color: var(--primary);
|
|
}
|
|
.ps .data-\[state\=open\]\:bg-accent[data-state="open"] {
|
|
background-color: var(--accent);
|
|
}
|
|
.ps .data-\[state\=open\]\:bg-secondary[data-state="open"] {
|
|
background-color: var(--secondary);
|
|
}
|
|
.ps .data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
|
|
color: var(--accent-foreground);
|
|
}
|
|
.ps .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
|
|
color: var(--muted-foreground);
|
|
}
|
|
.ps .data-\[state\=open\]\:duration-500[data-state="open"] {
|
|
--tw-duration: 500ms;
|
|
transition-duration: 500ms;
|
|
}
|
|
.ps .data-\[state\=open\]\:fade-in-0[data-state="open"] {
|
|
--tw-enter-opacity: calc(0/100);
|
|
--tw-enter-opacity: 0;
|
|
}
|
|
.ps .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
|
|
--tw-enter-scale: calc(95*1%);
|
|
--tw-enter-scale: .95;
|
|
}
|
|
.ps .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
|
|
--tw-enter-translate-y: 100%;
|
|
}
|
|
.ps .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
|
|
--tw-enter-translate-x: -100%;
|
|
}
|
|
.ps .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
|
|
--tw-enter-translate-x: calc(1/2*-100%);
|
|
}
|
|
.ps .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
|
|
--tw-enter-translate-x: 100%;
|
|
}
|
|
.ps .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
|
|
--tw-enter-translate-y: -100%;
|
|
}
|
|
.ps .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
|
|
--tw-enter-translate-y: calc(48%*-1);
|
|
}
|
|
.ps .data-\[state\=selected\]\:bg-muted[data-state="selected"] {
|
|
background-color: var(--muted);
|
|
}
|
|
.ps .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
|
|
--tw-translate-x: calc(var(--spacing) * 0);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.ps .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
|
|
background-color: var(--input);
|
|
}
|
|
@media (prefers-reduced-motion: no-preference) {
|
|
.ps .motion-safe\:origin-center {
|
|
transform-origin: center;
|
|
}
|
|
}
|
|
@media (prefers-reduced-motion: no-preference) {
|
|
.ps .motion-safe\:animate-\[ps-discard-wiggle-a_420ms_ease-in-out\] {
|
|
animation: ps-discard-wiggle-a 420ms ease-in-out;
|
|
}
|
|
}
|
|
@media (prefers-reduced-motion: no-preference) {
|
|
.ps .motion-safe\:animate-\[ps-discard-wiggle-b_420ms_ease-in-out\] {
|
|
animation: ps-discard-wiggle-b 420ms ease-in-out;
|
|
}
|
|
}
|
|
@media (prefers-reduced-motion: no-preference) {
|
|
.ps .motion-safe\:will-change-transform {
|
|
will-change: transform;
|
|
}
|
|
}
|
|
@media (prefers-reduced-motion: reduce) {
|
|
.ps .motion-reduce\:transition-none {
|
|
transition-property: none;
|
|
}
|
|
}
|
|
@media (width >= 40rem) {
|
|
.ps .sm\:max-w-sm {
|
|
max-width: var(--container-sm);
|
|
}
|
|
}
|
|
@media (width >= 40rem) {
|
|
.ps .sm\:flex-row {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
@media (width >= 40rem) {
|
|
.ps .sm\:justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
}
|
|
@media (width >= 40rem) {
|
|
.ps .sm\:rounded-lg {
|
|
border-radius: var(--radius);
|
|
}
|
|
}
|
|
@media (width >= 40rem) {
|
|
.ps .sm\:text-left {
|
|
text-align: left;
|
|
}
|
|
}
|
|
@media (width >= 48rem) {
|
|
.ps .md\:text-sm {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
}
|
|
.ps .dark\:scale-0:is(.dark *) {
|
|
--tw-scale-x: 0%;
|
|
--tw-scale-y: 0%;
|
|
--tw-scale-z: 0%;
|
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
}
|
|
.ps .dark\:scale-100:is(.dark *) {
|
|
--tw-scale-x: 100%;
|
|
--tw-scale-y: 100%;
|
|
--tw-scale-z: 100%;
|
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
}
|
|
.ps .dark\:-rotate-90:is(.dark *) {
|
|
rotate: calc(90deg * -1);
|
|
}
|
|
.ps .dark\:rotate-0:is(.dark *) {
|
|
rotate: 0deg;
|
|
}
|
|
.ps .dark\:bg-orange-950:is(.dark *) {
|
|
background-color: var(--color-orange-950);
|
|
}
|
|
.ps .dark\:bg-yellow-300\/60:is(.dark *) {
|
|
background-color: color-mix(in srgb, oklch(90.5% 0.182 98.111) 60%, transparent);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .dark\:bg-yellow-300\/60:is(.dark *) {
|
|
background-color: color-mix(in oklab, var(--color-yellow-300) 60%, transparent);
|
|
}
|
|
}
|
|
.ps .dark\:text-orange-300:is(.dark *) {
|
|
color: var(--color-orange-300);
|
|
}
|
|
.ps .dark\:text-white:is(.dark *) {
|
|
color: var(--color-white);
|
|
}
|
|
.ps .\[\&_\.cm-editor\]\:\!border-0 .cm-editor {
|
|
border-style: var(--tw-border-style) !important;
|
|
border-width: 0px !important;
|
|
}
|
|
.ps .\[\&_\.cm-editor\]\:font-mono .cm-editor {
|
|
font-family: var(--font-mono);
|
|
}
|
|
.ps .\[\&_\.cm-gutters\]\:border-r .cm-gutters {
|
|
border-right-style: var(--tw-border-style);
|
|
border-right-width: 1px;
|
|
}
|
|
.ps .\[\&_\.cm-gutters\]\:border-border .cm-gutters {
|
|
border-color: var(--border);
|
|
}
|
|
.ps .\[\&_\.cm-gutters\]\:bg-muted\/30 .cm-gutters {
|
|
background-color: var(--muted);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .\[\&_\.cm-gutters\]\:bg-muted\/30 .cm-gutters {
|
|
background-color: color-mix(in oklab, var(--muted) 30%, transparent);
|
|
}
|
|
}
|
|
.ps .\[\&_\.cm-line\]\:text-\[15px\] .cm-line {
|
|
font-size: 15px;
|
|
}
|
|
.ps .\[\&_\.cm-scroller\]\:font-mono .cm-scroller {
|
|
font-family: var(--font-mono);
|
|
}
|
|
.ps .\[\&_\[cmdk-group-heading\]\]\:px-3 [cmdk-group-heading] {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
.ps .\[\&_\[cmdk-group-heading\]\]\:pt-2\.5 [cmdk-group-heading] {
|
|
padding-top: calc(var(--spacing) * 2.5);
|
|
}
|
|
.ps .\[\&_\[cmdk-group-heading\]\]\:pb-1\.5 [cmdk-group-heading] {
|
|
padding-bottom: calc(var(--spacing) * 1.5);
|
|
}
|
|
.ps .\[\&_\[cmdk-group-heading\]\]\:text-\[10px\] [cmdk-group-heading] {
|
|
font-size: 10px;
|
|
}
|
|
.ps .\[\&_\[cmdk-group-heading\]\]\:font-semibold [cmdk-group-heading] {
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
}
|
|
.ps .\[\&_\[cmdk-group-heading\]\]\:tracking-\[0\.16em\] [cmdk-group-heading] {
|
|
--tw-tracking: 0.16em;
|
|
letter-spacing: 0.16em;
|
|
}
|
|
.ps .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground\/70 [cmdk-group-heading] {
|
|
color: var(--muted-foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground\/70 [cmdk-group-heading] {
|
|
color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
|
|
}
|
|
}
|
|
.ps .\[\&_\[cmdk-group-heading\]\]\:uppercase [cmdk-group-heading] {
|
|
text-transform: uppercase;
|
|
}
|
|
.ps .\[\&_button\]\:border button {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.ps .\[\&_button\]\:border-input button {
|
|
border-color: var(--input);
|
|
}
|
|
.ps .\[\&_button\]\:bg-background button {
|
|
background-color: var(--background);
|
|
}
|
|
.ps .\[\&_button\]\:shadow-sm button {
|
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:\[\&_button\]\:bg-accent:hover button {
|
|
background-color: var(--accent);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .hover\:\[\&_button\]\:text-accent-foreground:hover button {
|
|
color: var(--accent-foreground);
|
|
}
|
|
}
|
|
.ps .\[\&_button_\>_svg\]\:fill-foreground button > svg {
|
|
fill: var(--foreground);
|
|
}
|
|
.ps .\[\&_svg\]\:pointer-events-none svg {
|
|
pointer-events: none;
|
|
}
|
|
.ps .\[\&_svg\]\:size-4 svg {
|
|
width: calc(var(--spacing) * 4);
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .\[\&_svg\]\:shrink-0 svg {
|
|
flex-shrink: 0;
|
|
}
|
|
.ps .\[\&_svg_\>_path\]\:fill-background svg > path {
|
|
fill: var(--background);
|
|
}
|
|
.ps .\[\&_svg_\>_path\]\:opacity-50 svg > path {
|
|
opacity: 50%;
|
|
}
|
|
.ps .\[\&_svg_\>_rect\]\:fill-muted-foreground\/80 svg > rect {
|
|
fill: var(--muted-foreground);
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps .\[\&_svg_\>_rect\]\:fill-muted-foreground\/80 svg > rect {
|
|
fill: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
|
|
}
|
|
}
|
|
.ps .\[\&_tr\:last-child\]\:border-0 tr:last-child {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 0px;
|
|
}
|
|
.ps .\[\&\:last-of-type_td\]\:border-b-0:last-of-type td {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 0px;
|
|
}
|
|
.ps .\[\&\>button\]\:bg-primary>button {
|
|
background-color: var(--primary);
|
|
}
|
|
.ps .\[\&\>button\]\:bg-transparent>button {
|
|
background-color: transparent;
|
|
}
|
|
.ps .\[\&\>button\]\:font-bold>button {
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
.ps .\[\&\>button\]\:text-accent-foreground>button {
|
|
color: var(--accent-foreground);
|
|
}
|
|
.ps .\[\&\>button\]\:text-foreground\!>button {
|
|
color: var(--foreground) !important;
|
|
}
|
|
.ps .\[\&\>button\]\:text-primary-foreground>button {
|
|
color: var(--primary-foreground);
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .\[\&\>button\]\:hover\:bg-primary>button:hover {
|
|
background-color: var(--primary);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .\[\&\>button\]\:hover\:bg-transparent>button:hover {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .\[\&\>button\]\:hover\:text-foreground\!>button:hover {
|
|
color: var(--foreground) !important;
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.ps .\[\&\>button\]\:hover\:text-primary-foreground>button:hover {
|
|
color: var(--primary-foreground);
|
|
}
|
|
}
|
|
.ps .\[\&\>span\]\:line-clamp-1>span {
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 1;
|
|
}
|
|
.ps .\[\&\>svg\]\:size-4>svg {
|
|
width: calc(var(--spacing) * 4);
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
.ps .\[\&\>svg\]\:shrink-0>svg {
|
|
flex-shrink: 0;
|
|
}
|
|
.ps .\[\&\>tr\]\:last\:border-b-0>tr:last-child {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 0px;
|
|
}
|
|
.ps .\[\&\[aria-selected\]\>button\]\:bg-primary[aria-selected]>button {
|
|
background-color: var(--primary);
|
|
}
|
|
.ps .\[\&\[aria-selected\]\>button\]\:text-primary-foreground[aria-selected]>button {
|
|
color: var(--primary-foreground);
|
|
}
|
|
@property --tw-animation-delay {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0s;
|
|
}
|
|
@property --tw-animation-direction {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: normal;
|
|
}
|
|
@property --tw-animation-duration {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-animation-fill-mode {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: none;
|
|
}
|
|
@property --tw-animation-iteration-count {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-enter-blur {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-enter-opacity {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-enter-rotate {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-enter-scale {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-enter-translate-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-enter-translate-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-exit-blur {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-exit-opacity {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-exit-rotate {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-exit-scale {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-exit-translate-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-exit-translate-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
.ps tr:hover .ps-staged-cell::before {
|
|
background-color: var(--studio-staged-cell-background-hover);
|
|
}
|
|
.ps {
|
|
--radius: 0.5rem;
|
|
--background: oklch(1 0 0);
|
|
--foreground: oklch(0.141 0.005 285.823);
|
|
--card: oklch(1 0 0);
|
|
--card-foreground: oklch(0.141 0.005 285.823);
|
|
--popover: oklch(1 0 0);
|
|
--popover-foreground: oklch(0.141 0.005 285.823);
|
|
--primary: oklch(0.64 0.1423 268.56);
|
|
--primary-foreground: oklch(0.985 0 0);
|
|
--secondary: oklch(0.967 0.001 286.375);
|
|
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
--muted: oklch(0.967 0.001 286.375);
|
|
--muted-foreground: oklch(0.552 0.016 285.938);
|
|
--accent: oklch(0.967 0.001 286.375);
|
|
--accent-foreground: oklch(0.21 0.006 285.885);
|
|
--destructive: oklch(0.577 0.245 27.325);
|
|
--destructive-foreground: oklch(0.985 0 0);
|
|
--border: oklch(0.92 0.004 286.32);
|
|
--input: oklch(0.92 0.004 286.32);
|
|
--ring: oklch(0.705 0.015 286.067);
|
|
--chart-1: oklch(0.646 0.222 41.116);
|
|
--chart-2: oklch(0.6 0.118 184.704);
|
|
--chart-3: oklch(0.398 0.07 227.392);
|
|
--chart-4: oklch(0.828 0.189 84.429);
|
|
--chart-5: oklch(0.769 0.188 70.08);
|
|
--studio-cell-spacing: 0.5rem;
|
|
--studio-cell-height: 38px;
|
|
--studio-staged-cell-background: oklch(0.97 0.025 95 / 0.78);
|
|
--studio-staged-cell-background-hover: oklch(0.955 0.035 95 / 0.84);
|
|
--text-xs: 0.75rem;
|
|
}
|
|
.ps.dark {
|
|
--background: oklch(0.141 0.005 285.823);
|
|
--foreground: oklch(0.985 0 0);
|
|
--card: oklch(0.21 0.006 285.885);
|
|
--card-foreground: oklch(0.985 0 0);
|
|
--popover: oklch(0.21 0.006 285.885);
|
|
--popover-foreground: oklch(0.985 0 0);
|
|
--primary: oklch(0.64 0.1423 268.56);
|
|
--primary-foreground: oklch(0.21 0.006 285.885);
|
|
--secondary: oklch(0.274 0.006 286.033);
|
|
--secondary-foreground: oklch(0.985 0 0);
|
|
--muted: oklch(0.274 0.006 286.033);
|
|
--muted-foreground: oklch(0.705 0.015 286.067);
|
|
--accent: oklch(0.274 0.006 286.033);
|
|
--accent-foreground: oklch(0.985 0 0);
|
|
--destructive: oklch(0.704 0.191 22.216);
|
|
--destructive-foreground: oklch(0.985 0 0);
|
|
--border: oklch(1 0 0 / 10%);
|
|
--input: oklch(1 0 0 / 15%);
|
|
--ring: oklch(0.552 0.016 285.938);
|
|
--chart-1: oklch(0.488 0.243 264.376);
|
|
--chart-2: oklch(0.696 0.17 162.48);
|
|
--chart-3: oklch(0.769 0.188 70.08);
|
|
--chart-4: oklch(0.627 0.265 303.9);
|
|
--chart-5: oklch(0.645 0.246 16.439);
|
|
--studio-staged-cell-background: oklch(0.58 0.042 92 / 0.18);
|
|
--studio-staged-cell-background-hover: oklch(0.63 0.05 92 / 0.24);
|
|
}
|
|
.ps a,
|
|
.ps button {
|
|
cursor: pointer;
|
|
}
|
|
.ps *, .ps ::after, .ps ::before, .ps ::backdrop, .ps ::file-selector-button {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0 solid;
|
|
}
|
|
.ps html, .ps :host {
|
|
line-height: 1.5;
|
|
-webkit-text-size-adjust: 100%;
|
|
tab-size: 4;
|
|
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
|
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
.ps hr {
|
|
height: 0;
|
|
color: inherit;
|
|
border-top-width: 1px;
|
|
}
|
|
.ps abbr:where([title]) {
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
}
|
|
.ps h1, .ps h2, .ps h3, .ps h4, .ps h5, .ps h6 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
.ps a {
|
|
color: inherit;
|
|
-webkit-text-decoration: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
.ps b, .ps strong {
|
|
font-weight: bolder;
|
|
}
|
|
.ps code, .ps kbd, .ps samp, .ps pre {
|
|
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
|
|
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
font-size: 1em;
|
|
}
|
|
.ps small {
|
|
font-size: 80%;
|
|
}
|
|
.ps sub, .ps sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
.ps sub {
|
|
bottom: -0.25em;
|
|
}
|
|
.ps sup {
|
|
top: -0.5em;
|
|
}
|
|
.ps table {
|
|
text-indent: 0;
|
|
border-color: inherit;
|
|
border-collapse: collapse;
|
|
}
|
|
.ps :-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
.ps progress {
|
|
vertical-align: baseline;
|
|
}
|
|
.ps summary {
|
|
display: list-item;
|
|
}
|
|
.ps ol, .ps ul, .ps menu {
|
|
list-style: none;
|
|
}
|
|
.ps img, .ps svg, .ps video, .ps canvas, .ps audio, .ps iframe, .ps embed, .ps object {
|
|
display: block;
|
|
vertical-align: middle;
|
|
}
|
|
.ps img, .ps video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
.ps button, .ps input, .ps select, .ps optgroup, .ps textarea, .ps ::file-selector-button {
|
|
font: inherit;
|
|
font-feature-settings: inherit;
|
|
font-variation-settings: inherit;
|
|
letter-spacing: inherit;
|
|
color: inherit;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
opacity: 1;
|
|
}
|
|
.ps :where(select:is([multiple], [size])) optgroup {
|
|
font-weight: bolder;
|
|
}
|
|
.ps :where(select:is([multiple], [size])) optgroup option {
|
|
padding-inline-start: 20px;
|
|
}
|
|
.ps ::file-selector-button {
|
|
margin-inline-end: 4px;
|
|
}
|
|
.ps ::placeholder {
|
|
opacity: 1;
|
|
}
|
|
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
.ps ::placeholder {
|
|
color: currentcolor;
|
|
}
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
.ps ::placeholder {
|
|
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.ps textarea {
|
|
resize: vertical;
|
|
}
|
|
.ps ::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
.ps ::-webkit-date-and-time-value {
|
|
min-height: 1lh;
|
|
text-align: inherit;
|
|
}
|
|
.ps ::-webkit-datetime-edit {
|
|
display: inline-flex;
|
|
}
|
|
.ps ::-webkit-datetime-edit-fields-wrapper {
|
|
padding: 0;
|
|
}
|
|
.ps ::-webkit-datetime-edit, .ps ::-webkit-datetime-edit-year-field, .ps ::-webkit-datetime-edit-month-field, .ps ::-webkit-datetime-edit-day-field, .ps ::-webkit-datetime-edit-hour-field, .ps ::-webkit-datetime-edit-minute-field, .ps ::-webkit-datetime-edit-second-field, .ps ::-webkit-datetime-edit-millisecond-field, .ps ::-webkit-datetime-edit-meridiem-field {
|
|
padding-block: 0;
|
|
}
|
|
.ps ::-webkit-calendar-picker-indicator {
|
|
line-height: 1;
|
|
}
|
|
.ps :-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
.ps button, .ps input:where([type='button'], [type='reset'], [type='submit']), .ps ::file-selector-button {
|
|
appearance: button;
|
|
}
|
|
.ps ::-webkit-inner-spin-button, .ps ::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
.ps [hidden]:where(:not([hidden='until-found'])) {
|
|
display: none !important;
|
|
}
|
|
.ps [data-radix-popper-content-wrapper] {
|
|
z-index: 950 !important;
|
|
}
|
|
@property --tw-leading {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-border-spacing-x {
|
|
syntax: "<length>";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-border-spacing-y {
|
|
syntax: "<length>";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-translate-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-translate-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-translate-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-scale-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-scale-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-scale-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-rotate-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-rotate-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-rotate-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-skew-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-skew-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-space-y-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-border-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
@property --tw-font-weight {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-tracking {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ordinal {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-slashed-zero {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-numeric-figure {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-numeric-spacing {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-numeric-fraction {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-inset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-inset-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-inset-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-ring-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ring-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-inset-ring-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-inset-ring-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-ring-inset {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ring-offset-width {
|
|
syntax: "<length>";
|
|
inherits: false;
|
|
initial-value: 0px;
|
|
}
|
|
@property --tw-ring-offset-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: #fff;
|
|
}
|
|
@property --tw-ring-offset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-outline-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
@property --tw-blur {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-brightness {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-contrast {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-grayscale {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-hue-rotate {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-invert {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-opacity {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-saturate {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-sepia {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-drop-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-drop-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-drop-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-drop-shadow-size {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-blur {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-brightness {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-contrast {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-grayscale {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-hue-rotate {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-invert {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-opacity {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-saturate {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-sepia {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-duration {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ease {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-content {
|
|
syntax: "*";
|
|
initial-value: "";
|
|
inherits: false;
|
|
}
|
|
@keyframes spin {
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
@keyframes pulse {
|
|
50% {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
@keyframes enter {
|
|
from {
|
|
opacity: var(--tw-enter-opacity,1);
|
|
transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
|
|
filter: blur(var(--tw-enter-blur,0));
|
|
}
|
|
}
|
|
@keyframes exit {
|
|
to {
|
|
opacity: var(--tw-exit-opacity,1);
|
|
transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
|
|
filter: blur(var(--tw-exit-blur,0));
|
|
}
|
|
}
|
|
@keyframes indeterminate {
|
|
0% {
|
|
transform: translateX(-100%);
|
|
}
|
|
100% {
|
|
transform: translateX(400%);
|
|
}
|
|
}
|
|
@keyframes ps-discard-wiggle-a {
|
|
0%,
|
|
100% {
|
|
transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
|
|
}
|
|
18% {
|
|
transform: translate3d(-8px, 0, 0) rotate(-3deg) scale(1.05);
|
|
}
|
|
42% {
|
|
transform: translate3d(8px, -1px, 0) rotate(3deg) scale(1.08);
|
|
}
|
|
64% {
|
|
transform: translate3d(-5px, 0, 0) rotate(-1.8deg) scale(1.04);
|
|
}
|
|
82% {
|
|
transform: translate3d(3px, 0, 0) rotate(1deg) scale(1.02);
|
|
}
|
|
}
|
|
@keyframes ps-discard-wiggle-b {
|
|
0%,
|
|
100% {
|
|
transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
|
|
}
|
|
18% {
|
|
transform: translate3d(8px, 0, 0) rotate(3deg) scale(1.05);
|
|
}
|
|
42% {
|
|
transform: translate3d(-8px, -1px, 0) rotate(-3deg) scale(1.08);
|
|
}
|
|
64% {
|
|
transform: translate3d(5px, 0, 0) rotate(1.8deg) scale(1.04);
|
|
}
|
|
82% {
|
|
transform: translate3d(-3px, 0, 0) rotate(-1deg) scale(1.02);
|
|
}
|
|
}
|
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
.ps *, .ps ::before, .ps ::after, .ps ::backdrop {
|
|
--tw-leading: initial;
|
|
--tw-border-spacing-x: 0;
|
|
--tw-border-spacing-y: 0;
|
|
--tw-translate-x: 0;
|
|
--tw-translate-y: 0;
|
|
--tw-translate-z: 0;
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
--tw-scale-z: 1;
|
|
--tw-rotate-x: initial;
|
|
--tw-rotate-y: initial;
|
|
--tw-rotate-z: initial;
|
|
--tw-skew-x: initial;
|
|
--tw-skew-y: initial;
|
|
--tw-space-y-reverse: 0;
|
|
--tw-border-style: solid;
|
|
--tw-font-weight: initial;
|
|
--tw-tracking: initial;
|
|
--tw-ordinal: initial;
|
|
--tw-slashed-zero: initial;
|
|
--tw-numeric-figure: initial;
|
|
--tw-numeric-spacing: initial;
|
|
--tw-numeric-fraction: initial;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-color: initial;
|
|
--tw-shadow-alpha: 100%;
|
|
--tw-inset-shadow: 0 0 #0000;
|
|
--tw-inset-shadow-color: initial;
|
|
--tw-inset-shadow-alpha: 100%;
|
|
--tw-ring-color: initial;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-inset-ring-color: initial;
|
|
--tw-inset-ring-shadow: 0 0 #0000;
|
|
--tw-ring-inset: initial;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-outline-style: solid;
|
|
--tw-blur: initial;
|
|
--tw-brightness: initial;
|
|
--tw-contrast: initial;
|
|
--tw-grayscale: initial;
|
|
--tw-hue-rotate: initial;
|
|
--tw-invert: initial;
|
|
--tw-opacity: initial;
|
|
--tw-saturate: initial;
|
|
--tw-sepia: initial;
|
|
--tw-drop-shadow: initial;
|
|
--tw-drop-shadow-color: initial;
|
|
--tw-drop-shadow-alpha: 100%;
|
|
--tw-drop-shadow-size: initial;
|
|
--tw-backdrop-blur: initial;
|
|
--tw-backdrop-brightness: initial;
|
|
--tw-backdrop-contrast: initial;
|
|
--tw-backdrop-grayscale: initial;
|
|
--tw-backdrop-hue-rotate: initial;
|
|
--tw-backdrop-invert: initial;
|
|
--tw-backdrop-opacity: initial;
|
|
--tw-backdrop-saturate: initial;
|
|
--tw-backdrop-sepia: initial;
|
|
--tw-duration: initial;
|
|
--tw-ease: initial;
|
|
--tw-content: "";
|
|
--tw-animation-delay: 0s;
|
|
--tw-animation-direction: normal;
|
|
--tw-animation-duration: initial;
|
|
--tw-animation-fill-mode: none;
|
|
--tw-animation-iteration-count: 1;
|
|
--tw-enter-blur: 0;
|
|
--tw-enter-opacity: 1;
|
|
--tw-enter-rotate: 0;
|
|
--tw-enter-scale: 1;
|
|
--tw-enter-translate-x: 0;
|
|
--tw-enter-translate-y: 0;
|
|
--tw-exit-blur: 0;
|
|
--tw-exit-opacity: 1;
|
|
--tw-exit-rotate: 0;
|
|
--tw-exit-scale: 1;
|
|
--tw-exit-translate-x: 0;
|
|
--tw-exit-translate-y: 0;
|
|
}
|
|
}
|