File: /var/www/iq.affiliate/src/scss/general.scss
@import './media.scss';
html {
scroll-behavior: smooth;
&::-webkit-scrollbar {
width: 0;
opacity: 0;
display: none;
}
}
body {
background: $blue800;
color: #FFFFFF;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
position: relative;
overflow-x: hidden !important;
-webkit-tap-highlight-color: transparent;
}
.logo {
text-wrap: nowrap;
}
.smallDE{
@include breakpoint-down('tabM') {
font-size: 30px;
}
@include breakpoint-down('mobM') {
font-size: 25px;
}
}