From 4daad35c440a7406469685c4e3264dba730ae440 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Sun, 12 Jun 2016 19:06:22 +0200 Subject: [PATCH] Add remove keymap action. #24 --- index.html | 1 + sass/app.scss | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/index.html b/index.html index 586bad88..412bf917 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= QWERTY keymap (QTY) +
diff --git a/sass/app.scss b/sass/app.scss index f608b05c..dd189101 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -146,6 +146,16 @@ ul { cursor: pointer; } } + + &__remove { + font-size: 0.75em; + top: 0.3em; + + &:hover { + cursor: pointer; + color: #900; + } + } } .uhk {