From 90f8fe7e538bb7e52d2558152a0390e693f39b11 Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Thu, 29 Mar 2018 01:20:40 +0900 Subject: Introduce processor --- src/web/docs/ui.styl | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/web/docs/ui.styl (limited to 'src/web/docs/ui.styl') diff --git a/src/web/docs/ui.styl b/src/web/docs/ui.styl deleted file mode 100644 index 8d5515712f..0000000000 --- a/src/web/docs/ui.styl +++ /dev/null @@ -1,19 +0,0 @@ -.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