diff --git a/static/styles/drafts.scss b/static/styles/drafts.scss index 5c3b87e644..257c482294 100644 --- a/static/styles/drafts.scss +++ b/static/styles/drafts.scss @@ -80,6 +80,26 @@ border: 1px solid hsl(0, 0%, 88%); margin-bottom: 10px; + &.active { + outline: 2px solid hsl(215, 47%, 50%); + } + + .message_row { + border: 0; + } + + .messagebox { + cursor: auto; + box-shadow: none; + } + + .message_content { + line-height: 1; + padding-top: 10px; + padding-bottom: 10px; + margin-left: 0px; + } + .draft_controls { display: inline-block; position: absolute; @@ -90,28 +110,6 @@ } } -.draft-info-box { - &.active { - outline: 2px solid hsl(215, 47%, 50%); - } - - .message_row { - border: 0; - } - - .messagebox { - cursor: auto; - box-shadow: none; - } - - .message_content { - line-height: 1; - padding-top: 10px; - padding-bottom: 10px; - margin-left: 0px; - } -} - .draft_controls { .restore-draft { cursor: pointer;