mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 16:46:06 +02:00
Components Buttons, Header und Cards
This commit is contained in:
+4
-2
@@ -1,9 +1,11 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
|
||||
|
||||
.App {
|
||||
text-align: center;
|
||||
font-family: quicksand, arial;
|
||||
}
|
||||
|
||||
.App-logo {
|
||||
@@ -17,7 +19,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.App-header {
|
||||
/*.App-header {
|
||||
background-color: #282c34;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
@@ -26,7 +28,7 @@
|
||||
justify-content: center;
|
||||
font-size: calc(10px + 2vmin);
|
||||
color: white;
|
||||
}
|
||||
}*/
|
||||
|
||||
.App-link {
|
||||
color: #61dafb;
|
||||
|
||||
Reference in New Issue
Block a user