summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-08 18:26:13 +0300
committerAndrew Dolgov <[email protected]>2021-03-08 18:26:13 +0300
commit76f54430802786f4e4dc00618d773cf428186782 (patch)
treec2062ab0dcb232b43d3fd63743fb1c2fc1febc08 /themes/light/cdm.less
parentcfb48825911b8d3d1e7a3e1492f25319cc01a7f9 (diff)
wip for flavor imagesexp-headline-flavor-images
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 3a5b602f2..9c6d80d02 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -3,6 +3,14 @@
color : @color-icon;
}
+ img.flavor-image {
+ width : 32px;
+ height : 32px;
+ margin : 8px ! important;
+ border-radius : 50%;
+ background-size : cover;
+ }
+
.header {
position: sticky;
top : 0;