From c235cb75cdc003e4bbca2732647f029277da594b Mon Sep 17 00:00:00 2001 From: Simounet Date: Tue, 5 Dec 2017 22:50:59 +0100 Subject: [PATCH] Fix duplicated code removed --- .../static/themes/material/css/cards.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index b93862d0..e244ad3f 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -73,20 +73,6 @@ main { white-space: nowrap; } - .card-entry-labels-hidden li { - display: inline-block; - background-color: $blueAccentColor; - margin: 0 5px; - padding: 5px 12px; - border-radius: 3px; - color: #fff; - max-height: 2em; - max-width: calc(100% - 15px); - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - .card-content .estimatedTime { margin-bottom: 10px; } -- 2.41.0