From 39103f7908cb0912df60f05f79dd496a956a66b4 Mon Sep 17 00:00:00 2001 From: BcRikko Date: Sat, 23 Feb 2019 11:48:26 +0900 Subject: [PATCH] docs: add icon samples --- docs/script.js | 111 +++++++++++++++++++++++++++++++++++++++++++++++++ docs/style.css | 4 ++ 2 files changed, 115 insertions(+) diff --git a/docs/script.js b/docs/script.js index 6f3b4bc..ad0b692 100644 --- a/docs/script.js +++ b/docs/script.js @@ -312,6 +312,117 @@ const sampleCollection = [

Good morning. Thou hast had a good night's sleep, I hope.

+`, + }, + { + title: 'reaction-icons', + showCode: false, + description: + 'If you wanto to change icon size, please use "is-small", "is-medium" and "is-large".', + code: `
+ + + + + + + + + + + + + +
`, + }, + { + title: 'sns-icons', + showCode: false, + description: + 'If you wanto to change icon size, please use "is-small", "is-medium" and "is-large".', + code: `
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
`, + }, + { + title: 'other-icons', + showCode: false, + description: + 'If you wanto to change icon size, please use "is-small", "is-medium" and "is-large".', + code: `
+ + + + + + + + +
`, + }, + { + title: 'pixel-arts', + showCode: false, + description: + 'Nintendo owns the copyright of some pixel arts. Therefore, these may be deleted.', + code: `
+ + + + + + + + + + + + + +
+ + + + + + + + +
`, }, ]; diff --git a/docs/style.css b/docs/style.css index d5a4b3b..416ee4c 100644 --- a/docs/style.css +++ b/docs/style.css @@ -124,6 +124,10 @@ section.message-list { margin-left: 2rem; } +.icon-list > .blur-filter { + filter: blur(10px); +} + /* Copied balloon */ .nes-balloon.copied-balloon { position: absolute;