golden hour
/var/www/html/Digital_Design/sass/assets/elements/_infobox
⬆️ Go Up
Upload
File/Folder
Size
Actions
_infobox-1.scss
775 B
Del
OK
_infobox-2.scss
942 B
Del
OK
_infobox-3.scss
997 B
Del
OK
Edit: _infobox-1.scss
/* Infobox 1 */ .infobox-1 { border: 1px solid $m-color_3; width: 50%; padding: 25px; border-radius: 6px; -webkit-box-shadow: 0px 2px 10px 1px rgba(31, 45, 61, 0.1); box-shadow: 0px 2px 10px 1px rgba(31, 45, 61, 0.1); margin-right: auto; margin-left: auto; .info-icon svg { width: 50px; height: 50px; stroke-width: 1px; margin-bottom: 20px; color: $primary; } .info-heading { font-weight: 600; font-size: 19px; margin-bottom: 14px; letter-spacing: 2px; } .info-text { font-size: 15px; color: $m-color_6; margin-bottom: 15px; } .info-link { color: $primary; font-weight: 600; svg { width: 15px; height: 15px; } } }
Save