76 lines
1,014 B
SCSS
76 lines
1,014 B
SCSS
#dev-warning {
|
|
position: fixed;
|
|
top: 48px;
|
|
left: 0;
|
|
width: 256px;
|
|
background-color: #fa0;
|
|
border-bottom: 4px dashed #000;
|
|
border-right: 4px dashed #000;
|
|
border-top: 4px dashed #000;
|
|
border-bottom-right-radius: 16px;
|
|
border-top-right-radius: 16px;
|
|
padding: 4px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Amatic;
|
|
src: url("/fonts/AmaticSC-Bold.woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: LunaSans;
|
|
src: url("/fonts/LunaSans-Regular.ttf");
|
|
}
|
|
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: LunaSans;
|
|
}
|
|
|
|
@import "header";
|
|
@import "footer";
|
|
@import "services";
|
|
@import "process";
|
|
|
|
main {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
a, a:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.sr-only {
|
|
position: absolute;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
border: 0;
|
|
}
|
|
|
|
.big-logo {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.cities {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.madein {
|
|
width: 256px;
|
|
}
|
|
|
|
.slogan1 {
|
|
font-size: 400%;
|
|
font-family: Amatic;
|
|
}
|
|
|
|
.slogan2 {
|
|
font-size: 300%;
|
|
font-family: Amatic;
|
|
}
|