feat(calc-02): replace display button labels with symbols
This commit is contained in:
@@ -247,6 +247,7 @@ button {
|
||||
cursor: pointer;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 3px 0 rgba(0, 0, 0, 0.28);
|
||||
transition: transform 120ms ease, filter 120ms ease, box-shadow 120ms ease;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
@@ -358,6 +359,7 @@ button:active {
|
||||
border-radius: 10px;
|
||||
padding: 8px 6px;
|
||||
font-size: 13px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.display-buttons-panel {
|
||||
|
||||
Reference in New Issue
Block a user