From 5657112dfb0e6eac2faa2ae1dc0978ed29030709 Mon Sep 17 00:00:00 2001 From: panda-z Date: Mon, 13 Apr 2020 21:18:35 +0800 Subject: chore(build): drop webpack and use Hugo Pipes (#130) --- src/css/_partial/_terms.scss | 46 -------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 src/css/_partial/_terms.scss (limited to 'src/css/_partial/_terms.scss') diff --git a/src/css/_partial/_terms.scss b/src/css/_partial/_terms.scss deleted file mode 100644 index f498ffe..0000000 --- a/src/css/_partial/_terms.scss +++ /dev/null @@ -1,46 +0,0 @@ -// ============================== -// General Terms(tags, categories, etc.) -// ============================= - -.terms { - margin: 2em 0 3em; - text-align: center; - font-family: $global-serif-font-family; - - .terms-title { - display: inline-block; - font-size: $terms-title-size; - color: $theme-color; - border-bottom: $terms-title-border-bottom; - } - - .terms-tags { - margin: 10px 0; - - .terms-link { - display: inline-block; - position: relative; - margin: $terms-link-margin; - word-wrap: break-word; - transition-duration: 0.2s; - transition-property: transform; - transition-timing-function: ease-out; - - .terms-count { - display: inline-block; - position: relative; - top: -8px; - right: -2px; - color: $theme-color; - font-size: $terms-count-font-size; - } - - &:active, - &:focus, - &:hover { - color: $theme-color; - transform: scale(1.1); - } - } - } -} \ No newline at end of file -- cgit v1.2.3