update calculator,

This commit is contained in:
louiscklaw
2025-06-06 15:00:30 +08:00
parent 731cb7500e
commit 8200e0d902
11 changed files with 349 additions and 129 deletions

View File

@@ -0,0 +1,20 @@
.demo-react-calculator {
.button,
.specialButton {
margin: 0.2rem;
padding: 1.5rem;
margin: 0.2rem;
border-radius: 15px;
font-size: 1.5rem;
}
.button {
color: rgb(255, 255, 255);
background-color: rgb(58, 58, 58);
}
.specialButton {
color: rgb(255, 255, 255);
background-color: var(--blue-color);
}
}