summaryrefslogtreecommitdiff
path: root/docs/res
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-05-28 00:19:08 +0300
committerRasmus Andersson <rasmus@figma.com>2019-05-28 00:19:08 +0300
commit727977bd4ec0b493bf5589bc94fe8bc8f58d9b31 (patch)
tree4e8b8961682a42d73dbfdca6dda5939ceb6f4e75 /docs/res
parente32aae98d3f9a383e243e52b32e1e0cd6852542c (diff)
downloadinter-727977bd4ec0b493bf5589bc94fe8bc8f58d9b31.tar.xz
website: some UI updates to the lab
Diffstat (limited to 'docs/res')
-rw-r--r--docs/res/ctxedit.css2
-rwxr-xr-xdocs/res/icons/close-black.svg1
-rwxr-xr-xdocs/res/icons/close.svg1
-rwxr-xr-xdocs/res/icons/dismiss-black.svg1
-rwxr-xr-xdocs/res/icons/dismiss.svg1
-rwxr-xr-xdocs/res/icons/font-size-black.svg1
-rwxr-xr-xdocs/res/icons/font-size.svg1
-rwxr-xr-xdocs/res/icons/letter-spacing-black.svg1
-rwxr-xr-xdocs/res/icons/letter-spacing.svg1
-rwxr-xr-xdocs/res/icons/line-height-black.svg1
-rwxr-xr-xdocs/res/icons/line-height.svg1
-rwxr-xr-xdocs/res/icons/popup-black.svg1
-rwxr-xr-xdocs/res/icons/popup.svg1
-rwxr-xr-xdocs/res/icons/reset-black.svg1
-rwxr-xr-xdocs/res/icons/reset.svg1
-rwxr-xr-xdocs/res/icons/settings-black.svg1
-rwxr-xr-xdocs/res/icons/settings.svg1
-rwxr-xr-xdocs/res/icons/style-black.svg1
-rwxr-xr-xdocs/res/icons/style.svg1
19 files changed, 19 insertions, 1 deletions
diff --git a/docs/res/ctxedit.css b/docs/res/ctxedit.css
index e0fadddbe..fb17514ae 100644
--- a/docs/res/ctxedit.css
+++ b/docs/res/ctxedit.css
@@ -94,10 +94,10 @@
height: var(--strip-height);
background-image: url(popup.svg);
background-repeat: no-repeat;
+ background-position: left center;
width: 120px;
color: white;
opacity: 0.6;
- background-position: left center;
padding-left: 20px;
line-height: var(--strip-height);
text-overflow: ellipsis;
diff --git a/docs/res/icons/close-black.svg b/docs/res/icons/close-black.svg
new file mode 100755
index 000000000..a67a2e22b
--- /dev/null
+++ b/docs/res/icons/close-black.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 8.707l4.646 4.647.708-.708L8.707 8l4.647-4.646-.708-.708L8 7.293 3.354 2.646l-.708.708L7.293 8l-4.647 4.646.708.708L8 8.707z" fill="#000"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/close.svg b/docs/res/icons/close.svg
new file mode 100755
index 000000000..f6b7b196e
--- /dev/null
+++ b/docs/res/icons/close.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 8.707l4.646 4.647.708-.708L8.707 8l4.647-4.646-.708-.708L8 7.293 3.354 2.646l-.708.708L7.293 8l-4.647 4.646.708.708L8 8.707z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/dismiss-black.svg b/docs/res/icons/dismiss-black.svg
new file mode 100755
index 000000000..d359e4123
--- /dev/null
+++ b/docs/res/icons/dismiss-black.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.293L3.354 3.646l-.708.708L8 9.707l5.354-5.353-.708-.708L8 8.293zM14 13H2v-1h12v1z" fill="#000"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/dismiss.svg b/docs/res/icons/dismiss.svg
new file mode 100755
index 000000000..427522b60
--- /dev/null
+++ b/docs/res/icons/dismiss.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.293L3.354 3.646l-.708.708L8 9.707l5.354-5.353-.708-.708L8 8.293zM14 13H2v-1h12v1z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/font-size-black.svg b/docs/res/icons/font-size-black.svg
new file mode 100755
index 000000000..fb0b9df50
--- /dev/null
+++ b/docs/res/icons/font-size-black.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.245 12l.37-1.084h1.95L4.935 12h1.052L4.11 6.91H3.068L1.191 12h1.054zM3.56 8.147h.06l.671 1.964H2.89l.671-1.964zM8.415 12l.822-2.335h3.64L13.698 12h1.108l-3.205-8.727h-1.09L7.306 12h1.108zm2.59-7.347h.103l1.436 4.074H9.57l1.436-4.074z" fill="#000"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/font-size.svg b/docs/res/icons/font-size.svg
new file mode 100755
index 000000000..0dd5cfd61
--- /dev/null
+++ b/docs/res/icons/font-size.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.245 12l.37-1.084h1.95L4.935 12h1.052L4.11 6.91H3.068L1.191 12h1.054zM3.56 8.147h.06l.671 1.964H2.89l.671-1.964zM8.415 12l.822-2.335h3.64L13.698 12h1.108l-3.205-8.727h-1.09L7.306 12h1.108zm2.59-7.347h.103l1.436 4.074H9.57l1.436-4.074z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/letter-spacing-black.svg b/docs/res/icons/letter-spacing-black.svg
new file mode 100755
index 000000000..267c0ac62
--- /dev/null
+++ b/docs/res/icons/letter-spacing-black.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.415 12l.822-2.335h3.64L10.698 12h1.108L8.602 3.273h-1.09L4.306 12h1.108zm2.59-7.347h.103l1.436 4.074H6.57l1.436-4.074z" fill="#000"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0 14V2h1v12H0zm15 0V2h1v12h-1z" fill="#000"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/letter-spacing.svg b/docs/res/icons/letter-spacing.svg
new file mode 100755
index 000000000..993435895
--- /dev/null
+++ b/docs/res/icons/letter-spacing.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.415 12l.822-2.335h3.64L10.698 12h1.108L8.602 3.273h-1.09L4.306 12h1.108zm2.59-7.347h.103l1.436 4.074H6.57l1.436-4.074z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0 14V2h1v12H0zm15 0V2h1v12h-1z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/line-height-black.svg b/docs/res/icons/line-height-black.svg
new file mode 100755
index 000000000..04c1e66a9
--- /dev/null
+++ b/docs/res/icons/line-height-black.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.297 12l.762-2.14h3.32L10.14 12h1.015L8.22 4h-1l-2.94 8h1.016zm1.066-3l1.324-3.734h.063L9.074 9h-2.71z" fill="#000"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 2H1V1h14v1zm0 13H1v-1h14v1z" fill="#000"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/line-height.svg b/docs/res/icons/line-height.svg
new file mode 100755
index 000000000..627f62faa
--- /dev/null
+++ b/docs/res/icons/line-height.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.297 12l.762-2.14h3.32L10.14 12h1.015L8.22 4h-1l-2.94 8h1.016zm1.066-3l1.324-3.734h.063L9.074 9h-2.71z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 2H1V1h14v1zm0 13H1v-1h14v1z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/popup-black.svg b/docs/res/icons/popup-black.svg
new file mode 100755
index 000000000..4046411f2
--- /dev/null
+++ b/docs/res/icons/popup-black.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.293l3.354 3.353-.707.708L8 4.707 5.354 7.354l-.708-.708L8 3.293zm0 8L5.354 8.646l-.708.708L8 12.707l3.354-3.353-.707-.708L8 11.293z" fill="#000"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/popup.svg b/docs/res/icons/popup.svg
new file mode 100755
index 000000000..eba6b62fe
--- /dev/null
+++ b/docs/res/icons/popup.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.293l3.354 3.353-.707.708L8 4.707 5.354 7.354l-.708-.708L8 3.293zm0 8L5.354 8.646l-.708.708L8 12.707l3.354-3.353-.707-.708L8 11.293z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/reset-black.svg b/docs/res/icons/reset-black.svg
new file mode 100755
index 000000000..b89b764bc
--- /dev/null
+++ b/docs/res/icons/reset-black.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.993.893L6.95 2.817l1.272.187A6 6 0 1 1 2 9h1a5 5 0 1 0 5.928-4.914l-.005.032-.79-.116A5.078 5.078 0 0 0 8 4v-.018L6.684 3.79l2.214 2.908-.796.606-3.287-4.319L9.459.047l.534.846z" fill="#000"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/reset.svg b/docs/res/icons/reset.svg
new file mode 100755
index 000000000..e459c7571
--- /dev/null
+++ b/docs/res/icons/reset.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.993.893L6.95 2.817l1.272.187A6 6 0 1 1 2 9h1a5 5 0 1 0 5.928-4.914l-.005.032-.79-.116A5.078 5.078 0 0 0 8 4v-.018L6.684 3.79l2.214 2.908-.796.606-3.287-4.319L9.459.047l.534.846z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/settings-black.svg b/docs/res/icons/settings-black.svg
new file mode 100755
index 000000000..81365ff40
--- /dev/null
+++ b/docs/res/icons/settings-black.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 4H6V3h8v1zM4 4H2V3h2v1zm10 3H6V6h8v1zM4 7H2V6h2v1zm10 3H6V9h8v1zM4 10H2V9h2v1zm10 3H6v-1h8v1zM4 13H2v-1h2v1z" fill="#000"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/settings.svg b/docs/res/icons/settings.svg
new file mode 100755
index 000000000..31ed727a1
--- /dev/null
+++ b/docs/res/icons/settings.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 4H6V3h8v1zM4 4H2V3h2v1zm10 3H6V6h8v1zM4 7H2V6h2v1zm10 3H6V9h8v1zM4 10H2V9h2v1zm10 3H6v-1h8v1zM4 13H2v-1h2v1z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/style-black.svg b/docs/res/icons/style-black.svg
new file mode 100755
index 000000000..0dd668a3d
--- /dev/null
+++ b/docs/res/icons/style-black.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 13V3h1v10H0zm3 0V3h2v10H3zm4 0V3h3v10H7zm5 0V3h4v10h-4z" fill="#000"/></svg> \ No newline at end of file
diff --git a/docs/res/icons/style.svg b/docs/res/icons/style.svg
new file mode 100755
index 000000000..ab0589a56
--- /dev/null
+++ b/docs/res/icons/style.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 13V3h1v10H0zm3 0V3h2v10H3zm4 0V3h3v10H7zm5 0V3h4v10h-4z" fill="#fff"/></svg> \ No newline at end of file