blob: 915ab44141599ef6cf965219c7f5cbc924f8b5f5 [file] [log] [blame]
Larbi Gharibe9af9732021-03-31 15:08:01 +01001.App {
2 text-align: center;
3}
4
5.App-logo {
6 height: 40vmin;
7 pointer-events: none;
8}
9
10@media (prefers-reduced-motion: no-preference) {
11 .App-logo {
12 animation: App-logo-spin infinite 20s linear;
13 }
14}
15
16.App-header {
17 background-color: #282c34;
18 min-height: 100vh;
19 display: flex;
20 flex-direction: column;
21 align-items: center;
22 justify-content: center;
23 font-size: calc(10px + 2vmin);
24 color: white;
25}
26
27.App-link {
28 color: #61dafb;
29}
30
Adrien BĂ©raud6ecaa402021-04-06 17:37:25 -040031.loginCard {
32 margin-top: 2em;
33}
34
Larbi Gharibe9af9732021-03-31 15:08:01 +010035@keyframes App-logo-spin {
36 from {
37 transform: rotate(0deg);
38 }
39 to {
40 transform: rotate(360deg);
41 }
42}