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) {
@@ -1,30 +1,30 @@
.round-border
{
border-radius: 10px;
border-width: 0;
}
.font-small
{
font-size: 15px;
}
.font-middle
{
font-size: 20px ;
}
.font-big
{
font-size: 30px;
}
.button
{
background-color: #0d52ce;
}
.button:hover
{
background-color: #585858;
}
.round-border
{
border-radius: 10px;
border-width: 0;
}
.font-small
{
font-size: 15px;
}
.font-middle
{
font-size: 20px ;
}
.font-big
{
font-size: 30px;
}
.button
{
background-color: #0d52ce;
}
.button:hover
{
background-color: #585858;
}