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

53 lines
746 B
CSS
Raw Normal View History

.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
}
.welcome-big-logo {
2019-04-11 05:27:34 +02:00
font-size: 200pt;
2019-04-12 05:40:52 +02:00
background-image: url(./images/logo.png);
background-size: contain;
2019-04-12 06:47:51 +02:00
background-repeat: no-repeat;
2019-04-12 05:40:52 +02:00
color: rgba(0, 0, 0, 0);
2019-04-11 05:27:34 +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-07-11 14:25:38 +02:00
.centered-element {
margin-top: 200px;
}
.centered-element-small {
margin-top: 100px;
}
2019-05-17 10:49:13 +02:00
#map {
height: 50%;
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Tangerine", 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;
padding: 5px;
border: 1px solid #999;
text-align: center;
font-family: "Roboto", "sans-serif";
2019-05-17 10:49:13 +02:00
line-height: 30px;
padding-left: 10px;
}