Files
old-web/app/public/main.css

83 lines
1.1 KiB
CSS
Raw Normal View History

2019-10-14 10:52:32 +02:00
@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%;
2019-04-11 05:27:34 +02:00
}
.next-center-button {
2019-07-11 14:25:38 +02:00
width: 50%;
left: 25%;
2019-07-11 14:25:38 +02:00
}
2019-06-12 13:36:49 +02:00
.no-ui-slider {
width: 95%;
2019-06-12 13:36:49 +02:00
}
2019-05-17 10:49:13 +02:00
2019-10-14 10:52:32 +02:00
.noUi-connect {
background: #02adba;
}
2019-07-11 14:25:38 +02:00
.centered-element {
margin-top: 200px;
}
.centered-element-small {
margin-top: 100px;
}
2019-10-14 10:52:32 +02:00
.btn, .btn-floating {
background: #02adba;
font-weight: bold;
}
.kivi-color {
color: #02adba;
}
.kivi-spinner-color {
border-color: #02adba;
}
2019-05-17 10:49:13 +02:00
#map {
height: 50%;
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
2019-10-14 10:52:32 +02:00
font-family: "Alte Haas Grotesk", serif;
2019-05-17 10:49:13 +02:00
}
2019-05-17 10:49:13 +02:00
#floating-panel {
top: 10px;
left: 25%;
z-index: 5;
background-color: #fff;
border: 1px solid #999;
text-align: center;
font-family: "Roboto", "sans-serif";
2019-05-17 10:49:13 +02:00
line-height: 30px;
2019-10-14 10:52:32 +02:00
padding: 5px 5px 5px 10px;
2019-05-17 10:49:13 +02:00
}
.btn:hover {
background-color: white;
color: #02adba;
border: 1px solid rgb(0, 173, 187);
}
h6.title {
margin-top: 0;
font-weight: bold; padding-top: 20px;
}