Button (Not ready)

This commit is contained in:
brausjonas
2023-04-27 16:58:50 +02:00
parent 540b15c0b0
commit 1d087d7996
5 changed files with 41 additions and 52 deletions
+14 -34
View File
@@ -1,38 +1,18 @@
.App {
text-align: center;
.round-border-10
{
border-radius: 10px;
border-width: 0;
}
.App-logo {
height: 40vmin;
pointer-events: none;
.default-button
{
background-color: #0d52ce;
color: #ffffff;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.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;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.font-middle
{
font-size: 20px ;
}