From 82064a7c1a900507e5a238db65ab90abc1522a5b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 25 Feb 2016 19:51:05 +0100 Subject: Refactor css for snippets list Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/pages/snippets.scss | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/pages/snippets.scss b/app/assets/stylesheets/pages/snippets.scss index 1430d01859d..0161642d871 100644 --- a/app/assets/stylesheets/pages/snippets.scss +++ b/app/assets/stylesheets/pages/snippets.scss @@ -2,30 +2,6 @@ padding: 2px; } - -.snippet-row { - .snippet-title { - font-size: 15px; - font-weight: bold; - line-height: 20px; - margin-bottom: 2px; - - .monospace { - font-weight: normal; - } - } - - .snippet-info { - color: #888; - font-size: 13px; - line-height: 24px; - - a { - color: #888; - } - } -} - .snippet-holder { margin-bottom: -$gl-padding; -- cgit v1.2.1