Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
beautique
/
theme-specific
/
theme-about
/
✏️
Editing: theme-about.scss
@import "../../css/_mixins.scss"; @import "../../css/_theme-vars.scss"; /* About Theme ----------------------------------------------------------------*/ .beautique_about { margin: 2em 2em 0 0; padding: 6em 3em; background-color: #fff; border: 1px solid #ddd; @include border-radius(2px); @include flex; @include flex-direction(column); @include flex-align-content(center); text-align: center; } @media (max-width: 959px) { .beautique_about { margin: 1em 1em 0 0; padding: 2em; } } .beautique_about_logo { margin: 0 0 2em 0; } .beautique_about_logo img { max-width: 30%; height: auto; } .beautique_about_title { margin-top:0; line-height:1.5em; } .beautique_about_description { margin-bottom: 3em; line-height:1.5em; } .beautique_about_description p { @include font(1.25em, 1.7em); margin: 0.5em 0 0; } .beautique_about_description b, .beautique_about_description strong { color: #333; } .beautique_about_buttons .beautique_plugins_installer_link.button { height: 40px; line-height: 38px; padding-left: 16px; padding-right: 16px; font-size: 15px; } .beautique_about_buttons .beautique_plugins_installer_link.button.updating-message:before { line-height: 38px; margin-top: 1px; } .beautique_about_buttons .beautique_plugins_installer_link.process_now { cursor: not-allowed; } .beautique_about_notes { margin-top: 5em; color: #ccc; } .beautique_about_notes p { @include font(1.25em, 1.7em); margin: 0.5em 20% 0; }
💾 Save
❌ Cancel