new design

This commit is contained in:
GotPPay
2017-12-01 11:03:48 +01:00
parent 4f36fc7738
commit 0e193fa5a8
14 changed files with 3827 additions and 76 deletions

View File

@@ -1,28 +1,13 @@
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
text-align: center; }
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
background-color: white;
height: 80px;
padding: 20px; }
.App-title {
font-size: 1.5em;
}
font-size: 1.5em; }
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
font-size: large; }