From 2b43050e733dded73a2c40ee1edf55a7c15c0e23 Mon Sep 17 00:00:00 2001 From: Alfredo De la calle Date: Fri, 16 Dec 2016 21:05:54 +0100 Subject: [PATCH] fix(): Styles & point length --- key-pad-key-styles.html | 19 +++---------------- key-pad-key.html | 2 +- key-pad-key.js | 4 ++++ key-pad-styles.html | 12 ++++++++++++ key-pad.html | 4 ++-- key-pad.js | 21 +++++++-------------- 6 files changed, 29 insertions(+), 33 deletions(-) diff --git a/key-pad-key-styles.html b/key-pad-key-styles.html index d8fea39..f8aeaa8 100644 --- a/key-pad-key-styles.html +++ b/key-pad-key-styles.html @@ -5,17 +5,6 @@ } - .key-pad-key__keyNum { - flex: 1 0 33.3%; - @apply(--layout); - @apply(--layout-center-justified); - } - - .key-pad-key__keyNum:nth-of-type(10) { - flex-basis: 66.6%; - @apply(--layout-end-justified); - } - .key-pad-key__keyNum-content { border: 1px solid #CCC; border-radius: 50%; @@ -24,14 +13,12 @@ width: 75px; @apply(--layout; @apply(--layout-center-center); + @apply(--key-pad-key-keynum-content); } -/* .key-pad-key__keyNum:nth-of-type(10) .key-pad-key__keyNum-content { - margin-right: 20px; - } -*/ + .key-pad-key__keyNum-content:hover { cursor: pointer; - background-color: #CCC; + @apply(--key-pad-key-keynum-content); } diff --git a/key-pad-key.html b/key-pad-key.html index a05c088..4ae74d4 100644 --- a/key-pad-key.html +++ b/key-pad-key.html @@ -12,7 +12,7 @@ diff --git a/key-pad.html b/key-pad.html index e881279..fac6d5d 100644 --- a/key-pad.html +++ b/key-pad.html @@ -20,8 +20,8 @@
-