From 1c98cf85f6f39cf3e9062b41da6cd2b71a64fe40 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sun, 23 Sep 2018 23:38:47 -0400 Subject: [PATCH] Updated Styling --- src/lib/components/Keyboard.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/lib/components/Keyboard.css b/src/lib/components/Keyboard.css index bcdf5423..33e7220e 100644 --- a/src/lib/components/Keyboard.css +++ b/src/lib/components/Keyboard.css @@ -51,6 +51,10 @@ body, html { padding: 5px; background: white; border-bottom: 1px solid #b5b5b5; + cursor: pointer; + display: flex; + align-items: center; + justify-content: center; } .simple-keyboard.hg-theme-default .hg-button:active { @@ -63,4 +67,24 @@ body, html { align-items: center; display: flex; justify-content: center; +} + +.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd { + height: 85px; +} + +.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter { + height: 85px; +} + +.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0 { + width: 105px; +} + +.simple-keyboard.hg-theme-default .hg-button.hg-button-com { + max-width: 85px; +} + +.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at { + max-width: 45px; } \ No newline at end of file