From 1dc947eac4c67770deb1ea04b2e7a63ceb6241a7 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 6 Aug 2016 22:19:36 -0400 Subject: Convert vanilla CSS to SASS --- assets/css/src/comment.css | 70 ---------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 assets/css/src/comment.css (limited to 'assets/css/src/comment.css') diff --git a/assets/css/src/comment.css b/assets/css/src/comment.css deleted file mode 100644 index 91dfd107..00000000 --- a/assets/css/src/comment.css +++ /dev/null @@ -1,70 +0,0 @@ -/* sorting */ -.comment-sorting { - text-align: right; - font-size: 0.5em; -} - -.comment-sorting a { - color: #555; - font-weight: normal; - text-decoration: none; -} - -.comment-sorting a:hover { - color: #aaa; -} - -/* comment container */ -.comment { - padding: 5px; - margin-bottom: 15px; -} - -.comment:hover { - background: #fafafa; -} - -/* comment title */ -.comment-title { - border-bottom: 1px dotted #eee; - margin-left: 55px; - margin-bottom: 10px; -} - -.comment-username { - font-weight: bold; - font-size: 1.1em; -} - -.comment-date { - color: #999; - font-size: 0.7em; - font-weight: 200; -} - -/* comment actions */ -.comment-actions { - font-size: 0.8em; - margin-left: 55px; - margin-top: 8px; -} - -.comment-actions li { - display: inline; -} - -.comment-actions a { - color: #999; - text-decoration: none; -} - -.comment-actions a:focus, -.comment-actions a:hover { - color: #333; - text-decoration: underline; -} - -/* comment content */ -.comment-content { - margin-left: 55px; -} -- cgit v1.2.3