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.
 
 
 
 
 
 

10 lines
733 B

.spectrum-Underlay {
--spectrum-dialog-confirm-background-exit-animation-duration: var(--spectrum-global-animation-duration-300);
--spectrum-dialog-confirm-background-exit-animation-ease: var(--spectrum-global-animation-linear);
--spectrum-dialog-confirm-background-exit-animation-delay: var(--spectrum-global-animation-duration-200);
--spectrum-dialog-confirm-background-entry-animation-duration: var(--spectrum-global-animation-duration-600);
--spectrum-dialog-confirm-background-entry-animation-ease: var(--spectrum-global-animation-linear);
--spectrum-dialog-confirm-background-entry-animation-delay: 0ms;
--spectrum-dialog-confirm-overlay-background-color: var(--spectrum-alias-background-color-modal-overlay);
}