botascopia-webiste-static/assets/css/_base.scss
2026-02-15 23:14:52 +01:00

40 lines
No EOL
650 B
SCSS
Executable file

*{
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
scroll-behavior: smooth;
}
body {
font-family: var(--font);
font-size: var(--fs-normal);
line-height: 1.2;
color: var(--color-text);
/* -webkit-print-color-adjust:exact !important;
print-color-adjust:exact !important; */
}
button{
background: none;
border: none;
}
figure, picture, img{
width: 100%;
}
.link-block{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
cursor: pointer;
}