update calculator,
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user