/home/edulekha/sriramaaresorts.com/wp-content/themes/getleads/vendors/scss/reset/_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;
}