From 5e7e42e7e00c23a1ba00ac66b1510448c3fd55ac Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Fri, 3 Jun 2022 12:33:06 +0200 Subject: [PATCH] add style for mobile with blue theme https://publik.entrouvert.com/gru-publik/citoyens/prise-de-rendez-vous-en-ligne/ --- static/css/combo-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/combo-style.css b/static/css/combo-style.css index 95d0045..ac399f3 100644 --- a/static/css/combo-style.css +++ b/static/css/combo-style.css @@ -1032,4 +1032,8 @@ div.mobile-case + div.mobile-case + div.mobile-case .screen { background: #de3559; } +div.tablette-blue div.mobile-case .screen { + background: #0f70b7; +} + @media(max-width: 668px) { div.tablette { display: none; } }