diff options
author | Simounet <contact@simounet.net> | 2017-12-05 22:50:59 +0100 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2017-12-08 10:18:49 +0100 |
commit | c235cb75cdc003e4bbca2732647f029277da594b (patch) | |
tree | 75f3c526cba5cd82e49860fcb72ef968856a1f68 /app/Resources/static | |
parent | 3e7d86b2c503a390560fd16c4f8c8c103bd09069 (diff) | |
download | wallabag-c235cb75cdc003e4bbca2732647f029277da594b.tar.gz wallabag-c235cb75cdc003e4bbca2732647f029277da594b.tar.zst wallabag-c235cb75cdc003e4bbca2732647f029277da594b.zip |
Fix duplicated code removed
Diffstat (limited to 'app/Resources/static')
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 14 |
1 files changed, 0 insertions, 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 { | |||
73 | white-space: nowrap; | 73 | white-space: nowrap; |
74 | } | 74 | } |
75 | 75 | ||
76 | .card-entry-labels-hidden li { | ||
77 | display: inline-block; | ||
78 | background-color: $blueAccentColor; | ||
79 | margin: 0 5px; | ||
80 | padding: 5px 12px; | ||
81 | border-radius: 3px; | ||
82 | color: #fff; | ||
83 | max-height: 2em; | ||
84 | max-width: calc(100% - 15px); | ||
85 | overflow: hidden; | ||
86 | text-overflow: ellipsis; | ||
87 | white-space: nowrap; | ||
88 | } | ||
89 | |||
90 | .card-content .estimatedTime { | 76 | .card-content .estimatedTime { |
91 | margin-bottom: 10px; | 77 | margin-bottom: 10px; |
92 | } | 78 | } |