From 88e6b5909e90ee1bb7cc2300c70590f36c6a0838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 29 Apr 2016 12:01:24 +0200 Subject: [PATCH] Doom line --- app/styles/components/doomline.scss | 13 +++++++++++++ app/styles/modules/backlog/backlog-table.scss | 15 --------------- 2 files changed, 13 insertions(+), 15 deletions(-) create mode 100644 app/styles/components/doomline.scss diff --git a/app/styles/components/doomline.scss b/app/styles/components/doomline.scss new file mode 100644 index 00000000..e490f17e --- /dev/null +++ b/app/styles/components/doomline.scss @@ -0,0 +1,13 @@ +.doom-line { + align-items: center; + background: $red-light; + display: flex; + justify-content: center; + margin: .5rem 0; + padding: .25rem 0; + span { + @include font-size(small); + @include font-type(text); + color: $white; + } +} diff --git a/app/styles/modules/backlog/backlog-table.scss b/app/styles/modules/backlog/backlog-table.scss index 124e7969..81288a34 100644 --- a/app/styles/modules/backlog/backlog-table.scss +++ b/app/styles/modules/backlog/backlog-table.scss @@ -243,21 +243,6 @@ } } } - .doom-line { - background: $red; - margin: .2rem 0; - padding: .6rem 0; - position: relative; - width: 100%; - span { - @include font-size(small); - @include font-type(text); - color: $white; - position: absolute; - right: .5rem; - top: -3px; - } - } .us-settings { flex-shrink: 0; margin-left: 2rem;