Server IP : 184.154.167.98 / Your IP : 3.133.136.117 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/www/contratos/core/css/ |
Upload File : |
.oc-dialog { background: var(--color-main-background); color: var(--color-text-light); border-radius: var(--border-radius); box-shadow: 0 0 7px var(--color-box-shadow); padding: 15px; z-index: 10000; font-size: 100%; box-sizing: border-box; min-width: 200px; top: 50%; left: 50%; transform: translate(-50%, -50%); max-height: calc(100% - 20px); max-width: calc(100% - 20px); overflow: auto; } .oc-dialog-title { background: var(--color-main-background); margin-left: 12px; } .oc-dialog-buttonrow { position: relative; display: flex; background: transparent; right: 0; bottom: 0; padding: 10px; padding-bottom: 0; box-sizing: border-box; width: 100%; background-image: linear-gradient(rgba(255, 255, 255, 0.0), var(--color-main-background)); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; &.twobuttons { justify-content: space-between; } &.onebutton, &.twobuttons.aside { justify-content: flex-end; } } .oc-dialog-close { position: absolute; top: 0; right: 0; padding: 25px; background: url('../img/actions/close.svg') no-repeat center; } .oc-dialog-dim { background-color: #000; opacity: .20; z-index: 9999; position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .oc-dialog-content { width: 100%; } .oc-dialog.password-confirmation { .oc-dialog-content { width: auto; margin: 12px; input[type=password] { width: 100%; } label { display: none; } } }