From f54de7a26c35dbf24cc4c8c6402634bf32fee005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 10 May 2025 16:52:20 +0200 Subject: [PATCH] update css --- dockers/web/html/m/email.css | 56 ++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/dockers/web/html/m/email.css b/dockers/web/html/m/email.css index 1167550..f27606d 100644 --- a/dockers/web/html/m/email.css +++ b/dockers/web/html/m/email.css @@ -67,3 +67,59 @@ div.kaz::after { border-width: thin; border-color: red; } + + +div.kaz2:hover { + font-size: initial !important; + color: initial !important; +} +div.kaz2:hover a.kaz2 { + background-size: initial !important; + padding: 4px 0 4px 230px; +} +div.kaz2 a.kaz2 { + background-size: 110px 12px; + padding: 4px 0 4px 120px; +} +div.kaz2 { + font-size: 10px; + color: #969696; + padding: 1pc 0 0 0; + margin: 0 0 0 80px; + min-height: 200px; + clear: left; +} +div.kaz2::before { + content: url("/m/logo.png"); + position: absolute; + padding: 0; + margin: 0 0 0 -70px; + width: 50px; + height: 100px; +} +div.kaz2>ul>li { + list-style-type: none; /* Remove bullets */ +} +div.kaz2>ul>li::before { + content: "\2713"; + color: green; + margin-left: -20px; + margin-right: 10px; +} +a.kaz2 { + background-image: url("/m/coche.png"); + background-repeat: no-repeat; + padding: 4px 0 4px 230px; + margin: 0 0 0 0; + min-height: 25px; +} + +div.kaz2 div.nb { + padding: 1pc; + margin: 0 0 0 -70px; + display: block; + border-radius: 30px; + border-style: solid; + border-width: thin; + border-color: red; +}