This commit is contained in:
Devaev Maxim
2020-02-20 22:58:00 +03:00
parent d1823afd04
commit b8b9bbe53a
3 changed files with 209 additions and 185 deletions

View File

@@ -116,13 +116,14 @@ div.keypad div.small {
font-size: 0.7em;
}
div.keypad p {
div.keypad div.label {
margin: 0;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
div.keypad b {
color: var(--cs-key-holded-bg);
}