summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 21:40:20 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 21:40:20 +0300
commit7a1e1630d835f6b3ca4b8359076d0188493a1763 (patch)
treea4a088ddbd57098b5e830cb1f9fc9beecd6e45b9 /themes/light/cdm.less
parent92f859add2f48254c09df44c95385f2837032466 (diff)
use svg icon for packed article placeholders
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 4bb1c6064..53d060b19 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -208,6 +208,13 @@
}
}
+ .content-inner {
+ .icon-unpack-pending {
+ width : 18px;
+ height : 18px;
+ }
+ }
+
.content-inner .embed-responsive {
overflow : hidden;
padding-bottom : @embed-responsive-padding;