This commit is contained in:
brausjonas
2023-05-02 15:41:58 +02:00
parent 3e485945f3
commit 1f172ea4d2
2 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import "../../../projekt/src/App.css" import "../styles/App.css"
export default function Button(p) { export default function Button(p) {
@@ -1,30 +1,30 @@
.round-border .round-border
{ {
border-radius: 10px; border-radius: 10px;
border-width: 0; border-width: 0;
} }
.font-small .font-small
{ {
font-size: 15px; font-size: 15px;
} }
.font-middle .font-middle
{ {
font-size: 20px ; font-size: 20px ;
} }
.font-big .font-big
{ {
font-size: 30px; font-size: 30px;
} }
.button .button
{ {
background-color: #0d52ce; background-color: #0d52ce;
} }
.button:hover .button:hover
{ {
background-color: #585858; background-color: #585858;
} }