From b94040687763dce8a33e020095abb4e2098bac22 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Fri, 16 Aug 2019 06:46:45 +0530 Subject: [PATCH] css: Reorder drafts.scss so .drafts-container are in same place. --- static/styles/drafts.scss | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/static/styles/drafts.scss b/static/styles/drafts.scss index b0e4784b0e..4ce36316a6 100644 --- a/static/styles/drafts.scss +++ b/static/styles/drafts.scss @@ -12,21 +12,6 @@ flex-direction: column; } -.drafts-header { - padding: { - top: 4px; - bottom: 8px; - } - text-align: center; - border-bottom: 1px solid hsl(0, 0%, 87%); -} - -.drafts-header h1 { - margin: 0; - font-size: 1.1em; - text-transform: uppercase; -} - .drafts-container .exit { font-weight: 400; position: absolute; @@ -45,6 +30,21 @@ cursor: pointer; } +.drafts-header { + padding: { + top: 4px; + bottom: 8px; + } + text-align: center; + border-bottom: 1px solid hsl(0, 0%, 87%); +} + +.drafts-header h1 { + margin: 0; + font-size: 1.1em; + text-transform: uppercase; +} + .drafts-list { padding: 10px 0; overflow: auto;