%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/themes/evenex/assets/scss/ |
Current File : /var/www/html/higroup/wp-content/themes/evenex/assets/scss/_predefine.scss |
:root { font-size: $bodyFontSize; } body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: $bodyFont; font-weight: $bodyFontWeight; line-height: $blineHeight; color: $bodyColor; } iframe { border: none; } a, b, div, ul, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; -moz-outline-: none; } a:focus, a:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active { -moz-outline: none; outline: none; } img:not([draggable]), embed, object, video { max-width: 100%; height: auto; } a { text-decoration: none; outline: 0; @include transition; } a:active, a:focus, a:hover, a:visited { text-decoration: none; outline: 0; } img { border: none; max-width: 100%; vertical-align: middle; user-select: none; height: auto; } button:focus { outline: none; } h1, h2, h3, h4, h5, h6 { font-family: $titleFont; color: $titleColor; font-weight: 700; letter-spacing: -0.4px; line-height: $blineHeight; } a { display: inline-block; color: $bodyColor; @include transition; &:hover { color: $primary; } } /* remove from control focus box shadow */ .form-control { &:focus { box-shadow: none; } } a { @include transition; } // p { // &:last-child { // margin-bottom: 0px; // } // } /* input type number spinner turn of chrome */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { // -webkit-appearance: none; margin: 0; } /* input type number spinner turn of firefox */ input[type="number"] { // -moz-appearance: textfield; } h1 { font-size: $h1; } h2 { font-size: $h2; } h3 { font-size: $h3; } h4 { font-size: $h4; } h5 { font-size: $h5; } h6 { font-size: $h6; } .entry-content, .comment-content { h1 { font-size: 36px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 14px; } } .xs_page_wrapper { overflow: hidden !important; } .xs-btn { background-image: linear-gradient( to right, $primary 0%, $secondary 51%, $primary 100% ) !important; transition: all 500ms ease-in-out; position: relative; background-size: 200% auto; } .xs-btn:hover { background-position: right center; }