aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/cards.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/cards.scss')
-rw-r--r--app/Resources/static/themes/material/css/cards.scss28
1 files changed, 14 insertions, 14 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 18ef6e60..2fa6535a 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -114,20 +114,6 @@ main {
114 } 114 }
115 } 115 }
116 116
117 .card-entry-labels li,
118 .card-tag-labels li {
119 margin: 10px 10px 10px auto;
120 padding: 5px 12px 5px 16px !important;
121 background-color: $blueAccentColor;
122 border-radius: 0 3px 3px 0;
123 color: #fff;
124 cursor: default;
125 max-height: 2em;
126 overflow: hidden;
127 text-overflow: ellipsis;
128 white-space: nowrap;
129 }
130
131 .card-image { 117 .card-image {
132 height: 10em; 118 height: 10em;
133 } 119 }
@@ -156,6 +142,20 @@ a.original {
156 display: block; 142 display: block;
157} 143}
158 144
145.card-entry-labels li,
146.card-tag-labels li {
147 margin: 10px 10px 10px auto;
148 padding: 5px 12px 5px 16px !important;
149 background-color: $blueAccentColor;
150 border-radius: 0 3px 3px 0;
151 color: #fff;
152 cursor: default;
153 max-height: 2em;
154 overflow: hidden;
155 text-overflow: ellipsis;
156 white-space: nowrap;
157}
158
159.card-entry-tags a, 159.card-entry-tags a,
160.card-entry-labels a, 160.card-entry-labels a,
161.card-tag-labels a, 161.card-tag-labels a,