2017-12-17 09:46:40 +01:00
|
|
|
.App {
|
2018-01-01 11:10:39 +01:00
|
|
|
text-align: center;
|
2017-12-17 09:46:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.App-logo {
|
|
|
|
animation: App-logo-spin infinite 20s linear;
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.App-header {
|
|
|
|
background-color: #222;
|
|
|
|
height: 150px;
|
|
|
|
padding: 20px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.App-title {
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.App-intro {
|
|
|
|
font-size: large;
|
|
|
|
}
|
|
|
|
|
2018-01-01 21:54:03 +01:00
|
|
|
.App-nav-profile-img {
|
|
|
|
max-width: 35px;
|
|
|
|
max-height: 35px;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.App-profile-img-small {
|
|
|
|
max-width: 150px;
|
|
|
|
max-height: 150px;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
2017-12-17 09:46:40 +01:00
|
|
|
@keyframes App-logo-spin {
|
|
|
|
from { transform: rotate(0deg); }
|
|
|
|
to { transform: rotate(360deg); }
|
|
|
|
}
|
2017-12-31 18:43:24 +01:00
|
|
|
|
2018-01-01 11:10:39 +01:00
|
|
|
.card {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-01-01 16:59:46 +01:00
|
|
|
label {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, textarea {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-12-31 18:43:24 +01:00
|
|
|
.page-title {
|
|
|
|
font-size: 2em;
|
2017-12-31 19:32:52 +01:00
|
|
|
margin: 1em;
|
2017-12-31 18:43:24 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
2018-05-01 19:29:21 +02:00
|
|
|
|
2018-05-09 10:25:08 +02:00
|
|
|
.activity-card {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2018-05-01 19:29:21 +02:00
|
|
|
.add-activity {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
2018-05-03 14:07:31 +02:00
|
|
|
|
|
|
|
.leaflet-container {
|
|
|
|
height: 240px;
|
|
|
|
}
|
2018-05-08 18:20:41 +02:00
|
|
|
|
|
|
|
.radioLabel {
|
|
|
|
text-align: center;
|
|
|
|
}
|