From b9f2cc4e24ed94951a792be22f35f0312fe82eb7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 21 Sep 2020 18:13:04 +0200 Subject: [PATCH] wait #3817 @0.5 --- style/fluidbook.less | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index ccd507df..349bc36d 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -948,11 +948,17 @@ a.bookmark { color: #fff; } - &#menu_cart { + .mm-menu & { span.number { - width: auto; - top: 14px; - left: 39px; + color: @menu-background; + background-color: @menu-text; + display: inline-block; + position: relative; + font-size: 0.8em; + width: 1.6em; + height: 1.6em; + font-weight: bold; + line-height: 1.4em; } } } -- 2.39.5