From cf33e483f7e6f40e8cbbbc0118a7df70bdaf651f Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 29 Mar 2018 20:32:18 +0900 Subject: 整理した MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/docs/ui.styl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/client/docs/ui.styl (limited to 'src/client/docs/ui.styl') diff --git a/src/client/docs/ui.styl b/src/client/docs/ui.styl new file mode 100644 index 0000000000..8d5515712f --- /dev/null +++ b/src/client/docs/ui.styl @@ -0,0 +1,19 @@ +.ui.info + display block + margin 1em 0 + padding 0 1em + font-size 90% + color rgba(#000, 0.87) + background #f8f8f9 + border-radius 4px + overflow hidden + + > p + opacity 0.8 + + > [data-fa]:first-child + margin-right 0.25em + + &.warn + color #573a08 + background #FFFAF3 -- cgit v1.2.3-freya