From 2fe7d4bb5bd93985c59913c292c26d8cbec405c5 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 10 Dec 2019 11:31:20 -0500 Subject: [PATCH] Removed unused styling --- styles/sections/_task_order.scss | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 4307333a..228bf126 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -127,21 +127,6 @@ width: 100%; } - .label { - &--pending, - &--started { - background-color: $color-gold; - } - - &--active { - background-color: $color-green; - } - - &--expired { - background-color: $color-red; - } - } - .task-order-document-link { &__icon { padding-top: 0.5rem;