This commit is contained in:
nora 2021-06-23 14:55:43 +02:00
parent 3ee494fed9
commit b30fa04dcc
14 changed files with 145 additions and 111 deletions

23
ibfi-ts/src/App.scss Normal file
View file

@ -0,0 +1,23 @@
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}