80 lines
1.1 KiB
CSS
80 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: "Alte Haas Grotesk";
|
|
src: url("./fonts/altehaasgroteskregular.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Alte Haas Grotesk";
|
|
src: url("./fonts/altehaasgroteskbold.ttf");
|
|
font-weight: bold;
|
|
}
|
|
|
|
.welcome-center-button {
|
|
width: 100%;
|
|
}
|
|
|
|
.next-center-button {
|
|
width: 50%;
|
|
left: 25%;
|
|
}
|
|
|
|
.welcome-big-logo {
|
|
font-size: 200pt;
|
|
background-image: url(./images/logo.png);
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
color: rgba(0, 0, 0, 0);
|
|
}
|
|
.no-ui-slider {
|
|
width: 95%;
|
|
}
|
|
|
|
.noUi-connect {
|
|
background: #02adba;
|
|
}
|
|
|
|
.centered-element {
|
|
margin-top: 200px;
|
|
}
|
|
|
|
.centered-element-small {
|
|
margin-top: 100px;
|
|
}
|
|
|
|
.btn, .btn-floating {
|
|
background: #02adba;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.kivi-color {
|
|
color: #02adba;
|
|
}
|
|
|
|
.kivi-spinner-color {
|
|
border-color: #02adba;
|
|
}
|
|
|
|
#map {
|
|
height: 50%;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: "Alte Haas Grotesk", serif;
|
|
}
|
|
|
|
#floating-panel {
|
|
top: 10px;
|
|
left: 25%;
|
|
z-index: 5;
|
|
background-color: #fff;
|
|
border: 1px solid #999;
|
|
text-align: center;
|
|
font-family: "Roboto", "sans-serif";
|
|
line-height: 30px;
|
|
padding: 5px 5px 5px 10px;
|
|
}
|