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 @@
-