From 2338da969d3bc1b2bc26df9f7192dd20a0906c5b Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Sun, 31 May 2020 23:06:44 +0800 Subject: Switch to prism.js --- assets/_fuji-style/_components.scss | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 assets/_fuji-style/_components.scss (limited to 'assets/_fuji-style/_components.scss') diff --git a/assets/_fuji-style/_components.scss b/assets/_fuji-style/_components.scss deleted file mode 100644 index 429d869..0000000 --- a/assets/_fuji-style/_components.scss +++ /dev/null @@ -1,35 +0,0 @@ -.btn { - position: fixed; - right: 1.5rem; - bottom: 1.5rem; - width: 2.5rem; - height: 5rem; - display: flex; - justify-content: space-between; - flex-direction: column; - - div { - flex: 0 1 auto; - width: 2.5rem; - height: 2.5rem; - display: flex; - align-items: center; - justify-content: center; - cursor: pointer; - - &:first-child { - border-radius: 0.25rem 0.25rem 0 0; - font-size: 1.25rem; - } - - &:last-child { - border-radius: 0 0 0.25rem 0.25rem; - font-size: 1.3rem; - } - } -} - -#post-aplayer { - margin: 0 0.125rem 1.25rem 0.125rem; - font-family: inherit; -} -- cgit v1.2.3