Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
1.9 KiB

:root {
--spectrum-tray-underlay-background-color: var(--spectrum-alias-background-color-modal-overlay);
--spectrum-tray-padding-x: var(--spectrum-global-dimension-static-size-100);
--spectrum-tray-padding-y: 0;
--spectrum-tray-width: 100%;
--spectrum-tray-max-width: 375px;
--spectrum-tray-min-height: var(--spectrum-global-dimension-static-size-800);
--spectrum-tray-border-radius: 0px;
--spectrum-tray-full-width-border-radius: var(--spectrum-alias-border-radius-regular);
--spectrum-tray-background-entry-animation-delay: 0ms;
--spectrum-tray-background-entry-animation-duration: var(--spectrum-global-animation-duration-600);
--spectrum-tray-background-entry-animation-ease: var(--spectrum-global-animation-linear);
--spectrum-tray-background-entry-animation-properties: opacity;
--spectrum-tray-entry-animation-delay: var(--spectrum-global-animation-duration-200);
--spectrum-tray-entry-animation-duration: var(--spectrum-global-animation-duration-500);
--spectrum-tray-entry-animation-ease: var(--spectrum-global-animation-ease-out);
--spectrum-tray-entry-animation-distance: var(--spectrum-global-dimension-size-250);
--spectrum-tray-entry-animation-properties: opacity, distance;
--spectrum-tray-background-exit-animation-delay: var(--spectrum-global-animation-duration-200);
--spectrum-tray-background-exit-animation-duration: var(--spectrum-global-animation-duration-300);
--spectrum-tray-background-exit-animation-ease: var(--spectrum-global-animation-linear);
--spectrum-tray-background-exit-animation-properties: opacity;
--spectrum-tray-exit-animation-delay: 0ms;
--spectrum-tray-exit-animation-duration: var(--spectrum-global-animation-duration-100);
--spectrum-tray-exit-animation-ease: var(--spectrum-global-animation-ease-in);
--spectrum-tray-exit-animation-distance: 0;
--spectrum-tray-exit-animation-properties: opacity, distance;
}