OwlCyberSecurity - MANAGER
Edit File: _box-featured.scss
.ova-box-featured{ .item { padding: 28px; background: #fff; border-radius: 20px; border: 1px solid #E7EAEE; @include transaction( all, 0.3s, linear); .text { display: inline-block; margin: 0 4px; font-family: General Sans; font-size: 12px; line-height: 1.3; font-weight: 600; color: #B3B3B3; letter-spacing: 0.24px; text-transform: uppercase; } .post-title { margin: 18px 0 36px 0; font-size: 32px; font-weight: 500; line-height: 1.3; a { @include transaction( all, 0.3s, linear); color: var(--heading); &:hover { color: var(--primary); } } } .short_desc { margin: 16px 0 40px 0; font-size: 16px; line-height: 1.6; color: #939393; } .post-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; } .post-meta { list-style-type: none; display: flex; flex-wrap: wrap; column-gap: 25px; row-gap: 5px; margin: 0; padding: 0; .item-meta { display: inline-block; font-size: 15px; .right{ a { color: var(--text); &:hover { color: var(--primary); text-decoration: underline; } } } } } .category { font-size: 15px; font-weight: 500; color: #1237A5; @include transaction( all, 0.3s, ease); &:hover{ @include transaction( all, 0.3s, ease); } } } }