/
home
/
c
/
a
/
b
/
cabinetdhs
/
www
/
wp-content
/
plugins
/
really-simple-ssl-pro
/
modal
/
assets
/
css
/
Upload File
HOME
@modal-padding: 20px 20px 10px 20px; .rsssl-modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: grey; opacity: 0.45; width: 100%; height: 100%; z-index: 2; } .rsssl-modal { max-width: 526px; position: fixed; display: none; z-index: 3; border-radius: 12px; background-color: white; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 25px; .rsssl-modal-header { background-color: white; padding: @modal-padding; display: flex; justify-content: space-between; align-items: center; border-radius: 12px; .modal-title { font-size: 20px; margin: 0; background-color: white; } .rsssl-modal-close { cursor: pointer; background: none; border: none; font-size: 1.5em; font-weight: 700; } button { img { height: 16px; width: 16px; } } } .rsssl-modal-content { position: relative; padding: 10px 20px 10px 20px; font-size: 12px; .rsssl-modal-subtitle { font-weight: 600; font-size: 15px; margin-bottom: 10px; } .rsssl-blocked-url { overflow-wrap: anywhere; margin-top: 0; font-weight: 500; } } .rsssl-modal-footer { display: flex; flex-direction: row; padding: 10px 20px 20px 20px; gap:10px; // text-align: right; .button { display: flex; align-items: center; justify-content: center; height: 45px; width: 100%; text-align: center; // margin-right: 20px; border-radius: 6px; } .button-rsssl-tertiary { background-color: #D7263D; color: white; border-color: #D7263D; &:hover { opacity: 0.9; } } } }