feat(calc-02): reorder keypad actions for safer input flow
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
--btnAltBottom: #3a434f;
|
||||
--btnDangerTop: #584042;
|
||||
--btnDangerBottom: #402d2f;
|
||||
--btnEscapeTop: #6a4a2a;
|
||||
--btnEscapeBottom: #4a331d;
|
||||
--btnEnterTop: #465349;
|
||||
--btnEnterBottom: #303a31;
|
||||
--btnText: #eef2f7;
|
||||
@@ -180,7 +182,15 @@ body {
|
||||
outline: 2px solid rgba(207, 224, 174, 0.7);
|
||||
}
|
||||
|
||||
.display-button:nth-child(6),
|
||||
.key-escape {
|
||||
background: linear-gradient(180deg, var(--btnEscapeTop), var(--btnEscapeBottom));
|
||||
color: #eef2f7;
|
||||
}
|
||||
|
||||
.display-button:nth-child(6) {
|
||||
background: linear-gradient(180deg, #343b46, #20262e);
|
||||
}
|
||||
|
||||
.display-button:nth-child(7) {
|
||||
background: linear-gradient(180deg, #343b46, #20262e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user