Add files via upload

This commit is contained in:
Steve Zabka
2024-07-31 23:36:39 +02:00
committed by GitHub
parent 42976154df
commit 3f0c592d2a
2 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
/* /styles/fusion360.css */
#list-box {
border: 2px solid rgb(52, 58, 72);
border-radius: 5px;
padding: 15px;
background-color: rgb(59, 66, 82);
font-size: 16px;
}
#box {
border: 2px solid rgb(52, 58, 72);
border-radius: 5px;
padding: 15px;
background-color: rgb(59, 66, 82);
font-size: 16px;
}
#box-button {
font-weight: 700;
}
#box-button-text {
margin-left: 25px;
font-size: 18px;
}
#box-text {
font-size: 18px;
}

View File

@@ -0,0 +1,30 @@
/* /styles/fusion360.css */
#list-box {
border: 2px solid rgb(200, 200, 200);
border-radius: 5px;
padding: 15px;
background-color: rgb(255, 255, 255);
font-size: 16px;
}
#box {
border: 2px solid rgb(200, 200, 200);
border-radius: 5px;
padding: 15px;
background-color: rgb(255, 255, 255);
font-size: 16px;
}
#box-button {
font-weight: 700;
}
#box-button-text {
margin-left: 25px;
font-size: 18px;
}
#box-text {
font-size: 18px;
}