Server IP : 192.158.238.246 / Your IP : 3.15.38.243 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/7779/task/7779/cwd/plugins/give/src/Views/Components/AdminUI/ModalDialog/ |
Upload File : |
.givewp-modal-wrapper { position: fixed; display: flex; top: 0; left: 0; right: 0; bottom: 0; align-items: center; justify-items: center; justify-content: center; background-color: rgba(0, 0, 0, 0.1); backdrop-filter: blur(2px); z-index: 99999999999999; animation: appear 112ms ease-in 0s; .givewp-modal-dialog { position: relative; font-family: 'Open Sans', sans-serif; max-width: 32rem; width: 100%; border-radius: var(--givewp-rounded-4); background-color: #fff; box-shadow: 0 0.25rem 0.5rem 0 rgba(14, 14, 14, 0.15); animation: appear 112ms ease-in 0s; color: var(--givewp-grey-700); .givewp-modal-header { display: flex; align-self: stretch; font-size: 1rem; font-weight: 700; align-items: center; padding: var(--givewp-spacing-4) var(--givewp-spacing-5); background-color: #fff; border-top-left-radius: var(--givewp-rounded-6); border-top-right-radius: var(--givewp-rounded-6); border-bottom: 1px solid var(--givewp-grey-50); color: var(--givewp-grey-900); } .givewp-modal-icon-header { margin-right: 10px; display: flex; align-items: center; justify-content: center; } .givewp-modal-icon-center { display: flex; flex: 1; justify-content: center; padding-top: var(--givewp-spacing-5); } .givewp-modal-close, .givewp-modal-close-headless { all: unset; position: absolute; cursor: pointer; z-index: 999; fill: var(--givewp-grey-500); } .givewp-modal-close { top: var(--givewp-spacing-4); right: var(--givewp-spacing-5); } .givewp-modal-close-headless { display: flex; align-items: center; justify-content: center; padding: var(--givewp-spacing-1); background-color: var(--givewp-grey-50); border-radius: 50%; top: var(--givewp-spacing-2); right: var(--givewp-spacing-2); svg { width: 16px; height: 16px; } } .givewp-modal-content { font-size: 0.875rem; padding: var(--givewp-spacing-6); } } } @keyframes appear { 0% { opacity: 0; } 100% { opacity: 1; } } @media screen and (max-width: 782px) { .givewp-modal-dialog { position: sticky; max-width: 100% !important; } }