From b807b0000223a71bddeef7e386a86f1933e983f6 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Wed, 6 Aug 2014 22:46:23 +0300 Subject: [PATCH] Unfucking content management screen --- core/client/assets/sass/layouts/content.scss | 34 ++++++-------------- 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/core/client/assets/sass/layouts/content.scss b/core/client/assets/sass/layouts/content.scss index fdd7d4c79b..29d5d766bd 100644 --- a/core/client/assets/sass/layouts/content.scss +++ b/core/client/assets/sass/layouts/content.scss @@ -69,8 +69,6 @@ .entry-title { font-size: 1.4em; - line-height: 1.1em; - margin-bottom: 0.5em; font-weight: normal; } @@ -84,6 +82,14 @@ } } + .status { + font-size: 1.3rem; + font-weight: 300; + + .draft { color: $red; } + .scheduled { color: $orange; } + } + .featured .status { @include icon($i-featured, 11px) { margin-right: 10px; @@ -91,14 +97,6 @@ }; } - .status .draft { - color: $red; - } - .status .scheduled { - color: $orange; - } - - ol { list-style: none; padding: 0; @@ -116,7 +114,7 @@ display: block; padding: 20px 15px; - color: $brown; + color: rgba(0,0,0,0.5); @media (max-width: 400px) { padding: 15px; } @@ -149,24 +147,12 @@ // only apply active styles on larger devices border-bottom: lighten($midgrey, 40%) 1px solid; - background: lighten($midgrey, 45%); + background: lighten($lightbrown, 5%); box-shadow: lighten($midgrey, 40%) 0 -1px 0, // top border rgba(0,0,0,0.06) 7px 0 0 inset, // big left border lighten($midgrey, 40%) 1px 0 0 inset; // small left border - a:hover { - box-shadow: rgba(0,0,0,0.1) 7px 0 0 inset; - @include transition(all 0.4s ease); - } - - .entry-title { - font-weight: bold; - } - .entry-meta { - color: $darkgrey; - } - .views { @include icon($i-stats, 10px, $darkgrey); color: $darkgrey;