Initial commit
This commit is contained in:
19
frontend/src/App.css
Normal file
19
frontend/src/App.css
Normal file
@@ -0,0 +1,19 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: var(--font-sans);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.loading {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
font-size: 1.5rem;
|
||||
color: #667eea;
|
||||
}
|
||||
Reference in New Issue
Block a user