oont-contents/plugins/jetpack-boost/jetpack_vendor/automattic/jetpack-plugin-deactivation/build/index.rtl.css
2025-02-08 15:10:23 +01:00

1 line
No EOL
1.9 KiB
CSS

.jp-plugin-deactivation{display:none}.jp-plugin-deactivation *{box-sizing:border-box}@keyframes jp-plugin-deactivation__appear-animation{0%{transform:translateY(32px)}to{transform:translateY(0)}}.jp-plugin-deactivation--active{display:block}.jp-plugin-deactivation__overlay{background-color:rgba(0,0,0,.349);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.jp-plugin-deactivation__dialog{animation:jp-plugin-deactivation__appear-animation .1s ease-out;animation-fill-mode:forwards;background-color:#fff;border-radius:2px;bottom:0;box-shadow:0 10px 10px rgba(0,0,0,.251);display:flex;flex-direction:column;left:0;margin:auto;position:fixed;right:0;top:0;z-index:10000}.jp-plugin-deactivation__dialog__content{align-items:center;background-color:#f9f9f6;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:2rem 1rem;width:100%}.jp-plugin-deactivation__dialog__actions{border-top:1px solid #dcdcde;padding:2rem 1rem;width:100%}@media screen and (min-width:600px){.jp-plugin-deactivation__dialog{height:fit-content;max-height:calc(100% - 120px);max-width:calc(100% - 32px)}}@media screen and (min-width:960px){.jp-plugin-deactivation__dialog{height:900px;width:1200px}.jp-plugin-deactivation__dialog h1{font-size:36px}}.jp-plugin-deactivation li,.jp-plugin-deactivation p{font-size:1rem}.jp-plugin-deactivation ul{list-style:disc;list-style-position:inside;margin-right:2rem}.jp-plugin-deactivation__button{--btn-color:#000;background-color:var(--btn-color);border:1px solid var(--btn-color);border-radius:4px;color:#fff;cursor:pointer;font-size:var(--font-body-small);height:40px;margin-left:5px;margin-right:5px;padding:6px 12px}.jp-plugin-deactivation__button:hover{color:#fff}.jp-plugin-deactivation__button--outline{background-color:transparent;color:var(--btn-color)}.jp-plugin-deactivation__button--outline:hover{color:var(--btn-color)}.jp-plugin-deactivation__button--destructive{--btn-color:#d63639}