File: //var/www/innodrive/src/scss/base/scaffolding.scss
html {
width: 100%;
min-height: 100%;
margin: 0 auto;
padding: 0;
}
body {
position: relative;
box-sizing: border-box;
width: 100%;
margin: 0;
font-size: 18px;
line-height: 26px;
@include font-regular("PT Sans");
}
* {
box-sizing: inherit;
}
a {
color: inherit;
text-decoration: none;
}
button {
font-family: inherit;
font-size: 18px;
}
img {
width: 100%;
height: auto;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden,
input[type="file"].visually-hidden {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}
.clearfix::after {
content: "";
display: table;
clear: both;
}
.js-hidden {
display: none;
}
.site {
display: flex;
flex-direction: column;
min-height: 100vh;
padding-top: 166px;
@include media("tablet-m") {
padding-top: 107px;
}
@include media('tablet-s') {
padding-top: 68px;
}
> * {
width: 100%;
}
}
input {
-webkit-appearance: none;
-webkit-border-radius: 0;
}