add style for mobile with blue theme

https://publik.entrouvert.com/gru-publik/citoyens/prise-de-rendez-vous-en-ligne/
This commit is contained in:
Frédéric Péters 2022-06-03 12:33:06 +02:00 committed by Frédéric Péters
parent 8bf670e96a
commit 5e7e42e7e0
1 changed files with 4 additions and 0 deletions

View File

@ -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; } }