From 4f9deea5f4d1ffa821c93f21837567d00aeb7c0a Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Mon, 26 Nov 2018 11:32:10 -0800 Subject: [PATCH] more nudging and prep for release --- app/demo/artboard.css | 16 +++++-- app/demo/index.css | 7 +-- app/demo/shapes.css | 1 + app/index.html | 109 ++++++++++++++++++++++++------------------ 4 files changed, 79 insertions(+), 54 deletions(-) diff --git a/app/demo/artboard.css b/app/demo/artboard.css index ad480987..de3cf4b6 100644 --- a/app/demo/artboard.css +++ b/app/demo/artboard.css @@ -52,10 +52,18 @@ } } - & .tip { - margin-top: 0; - margin-bottom: 0; - font-size: 0.9rem; + & .tips { + display: grid; + grid-gap: 0.5rem; + border: 1px solid var(--darkest-grey); + border-radius: 1rem; + padding: 0.5rem 0.75rem; + + & > p { + margin-top: 0; + margin-bottom: 0; + font-size: 0.8rem; + } } & > [grid][vertically-aligned] { diff --git a/app/demo/index.css b/app/demo/index.css index 0180689e..143e382b 100644 --- a/app/demo/index.css +++ b/app/demo/index.css @@ -145,7 +145,7 @@ img { display: grid; grid-auto-flow: column; align-items: center; - justify-content: right; + justify-content: space-between; grid-gap: 0.5rem; } } @@ -192,11 +192,12 @@ img { kbd { font-weight: bold; + font-size: 1rem; background: var(--lighter-grey); border-radius: 0.5rem; - padding: 0.1em 0.6em 0.4em; + padding: 0.1em 0.6em 0.2em; position: relative; - bottom: 0.2em; + bottom: 0.05em; } .key { diff --git a/app/demo/shapes.css b/app/demo/shapes.css index db9a97ca..a8a43751 100644 --- a/app/demo/shapes.css +++ b/app/demo/shapes.css @@ -28,6 +28,7 @@ &.google-yellow { background-color: #F4B400; width: 15vw; height: 15vw; } &.google-red { background-color: #DB4437; width: 15vw; height: 15vw; } &.google-green { background-color: #0F9D58; width: 15vw; height: 15vw; } + &.shadow-circle { background-color: white; box-shadow: 0 10px 30px 2px hsla(0,0%,0%,20%); } } [round-icon] { diff --git a/app/index.html b/app/index.html index 9ecf02db..61475f83 100644 --- a/app/index.html +++ b/app/index.html @@ -116,9 +116,9 @@

Click Me 😏

-
-

💡 Tab & Shift + Tab traverse laterally

-

💡 Enter & Shift + Enter traverse lineage

+
+

Tab & Shift + Tab traverse laterally

+

Enter & Shift + Enter traverse lineage

@@ -139,10 +139,10 @@

Click Me 😏

-
-

💡 Hold shift to manually multi-select

-

💡 Press cmd+e to expand your selection

-

💡 Press cmd+shift+e to expand to all matches

+
+

Hold shift to manually multi-select

+

Press cmd+e to expand your selection

+

Press cmd+shift+e to expand to all matches

try here 👉 @@ -165,8 +165,8 @@

Click Me 😏

-
-

💡 Hotkey m

+
+

Hotkey m