diff options
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/keyboard.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/res/client/css/partials/keyboard.scss b/res/client/css/partials/keyboard.scss new file mode 100644 index 00000000..4423db31 --- /dev/null +++ b/res/client/css/partials/keyboard.scss @@ -0,0 +1,17 @@ +// +// Keyboard related styling +// +.kbd-button { + background-color: #f7f7f7; + box-shadow: 0 1px 0px rgba(0,0,0,0.2),0 0 0 2px #fff inset; + border-radius: 3px; + border: 1px solid #lightgray; + display: inline-block; + font-size: 11px; + text-shadow: 0 1px 0 #fff; + line-height: 1.4; + margin: 0 0.2em; + padding: 0.1em 0.6em; + vertical-align: middle; + white-space: nowrap; +} |
