OwlCyberSecurity - MANAGER
Edit File: _ova-icon-box.scss
.ova-icon-box { transition: all .3s ease; padding: 45px 40px 40px 40px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(46, 46, 46, 0.59); text-align: center; @media (max-width: 767px) { padding: 35px 30px 30px 30px; } &:hover { transition: all .3s ease; background-color: #2e2e2e; .box-link { transition: all .3s ease; background-color: var(--primary); } } .icon { position: relative; display: inline-flex; justify-content: center; align-items: center; width: 106px; height: 106px; border-radius: 50%; background-color: #1e1e1e; i { display: inline-flex; font-size: 43px; color: var(--primary); } svg { width: 43px; height: 43px; } .text-number { position: absolute; top: -5px; right: -15px; display: inline-flex; justify-content: center; align-items: center; width: 37px; min-width: 37px; height: 37px; font-family: 'Archivo'; font-size: 14px; font-weight: 600; color: #fff; padding: 5px; border-radius: 50%; border: 1px solid #3e3e3e; background-color: #2E2E2E; } } .title { margin: 25px 0 20px 0; font-family: 'Outfit'; color: #fff; font-size: 28px; font-weight: 500; a { color: #fff; &:hover { color: var(--primay); } } } .description { margin: 0; font-family: 'Outfit'; color: #C2C3C8; white-space: pre-line; @media (max-width: 1024px) { white-space: normal; } } .box-link { transition: all .3s ease; position: relative; display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; max-width: 252px;; font-size: 12px; font-weight: 600; line-height: 1.3; letter-spacing: 1px; text-transform: uppercase; color: #fff; border: 1px solid var(--primary); border-radius: 5px; margin-top: 40px; padding: 9px 14px; i { display: inline-flex; font-size: 10px; } } }