Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
beautique
/
✏️
Editing: style.scss
/* Theme Name: Beautique Theme URI: https://beautique.axiomthemes.com/ Description: Beautique is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins. Author: AxiomThemes Author URI: https://axiomthemes.com/ Version: 1.1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: beauty, hair, makeup, massage, nail salon, plastic surgery, luxury salon, spa, wellness center, barbershop, hairdresser, tattoo salon, piercing, online store, beauty products Text Domain: beautique */ /* TABLE OF CONTENTS: 1. Reset tags and predefined classes 2+ See in the active skin styles -------------------------------------------------------------- */ @import "css/_mixins.scss"; /* 1. Reset tags -------------------------------------------------------------- */ html, body, div, span, applet, object, iframe, video, audio, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,input,textarea,button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, address, section { font-family: inherit; @include font(100%, inherit, inherit, inherit); outline: 0; -ms-word-wrap: break-word; word-wrap: break-word; } applet, object, iframe, video, audio, fieldset, form, label, legend, input, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; } html { font-size: 100%; /*62.5%;*/ /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */ -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/ controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); &:not(.edit-post-visual-editor) { height: 100%; overflow-y: scroll !important; overflow-x: hidden; } } html:not(.edit-post-visual-editor), body:not(.edit-post-visual-editor) { margin: 0; padding: 0; width: 100%; } // jQuery UI widgets reset div.ui-widget, div.ui-widget .ui-widget, div.ui-widget .ui-widget-header, div.ui-widget .ui-widget-content, div.ui-accordion .ui-accordion-header, div.ui-state-default, div.ui-widget-content .ui-state-default, div.ui-widget-header .ui-state-default { font-family: inherit; @include font(1em, inherit); } div.ui-widget, div.ui-widget .ui-widget, div.ui-widget .ui-widget-header, div.ui-widget .ui-widget-content, div.ui-accordion .ui-accordion-header, div.ui-state-default, div.ui-widget-content .ui-state-default, div.ui-widget-header .ui-state-default { color: inherit; background: none; border-style: none; @include border-sharp; } div.ui-datepicker { background-color: #fff; } div.ui-accordion .ui-accordion-header { padding: 0; } div.ui-accordion .ui-accordion-header-icon { display: none; } div.ui-tabs, div.ui-tabs .ui-tabs-panel, div.ui-tabs .ui-tabs-nav { padding: 0; } div.ui-tabs .ui-tabs-nav li { float: none; margin: 0; } div.ui-tabs .ui-tabs-nav .ui-tabs-anchor { float:none; } /* Predefined classes for users -------------------------------------------------------------- */ /* Round object corners */ .rounded_none { @include border-sharp; } .rounded_tiny { @include border-radius(4px); } .rounded_small { @include border-radius(6px); } .rounded_medium { @include border-radius(10px); } .rounded_large { @include border-radius(15px); } .rounded { @include border-radius(50%); } /* Overflow hidden */ .overflow_hidden { overflow: hidden !important; } .overflow_x_hidden { overflow-x: hidden !important; } .overflow_y_hidden { overflow-y: hidden !important; }
💾 Save
❌ Cancel