FitTrackee/mpwo_client/src/components/App.css

63 lines
771 B
CSS
Raw Normal View History

.App {
2018-01-01 11:10:39 +01:00
text-align: center;
}
.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%;
}
@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;
margin: 1em;
2017-12-31 18:43:24 +01:00
text-align: center;
}
2018-05-01 19:29:21 +02:00
.add-activity {
margin-top: 50px;
}