Update tarteaucitron.css

This commit is contained in:
Amauri CHAMPEAUX 2023-08-10 17:00:26 +02:00 committed by GitHub
parent 041d6de3b5
commit f0997f460f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -74,7 +74,7 @@ button.tarteaucitron-toggle-group {
} }
/* hide useless mandatory button */ /* hide useless mandatory button */
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAsk { #tarteaucitronRoot #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAsk {
display: none; display: none!important;
} }
/* remove icon from the banner */ /* remove icon from the banner */
@ -94,6 +94,11 @@ button.tarteaucitron-toggle-group {
font-weight: initial; font-weight: initial;
text-shadow: 0px 0px 1px; text-shadow: 0px 0px 1px;
} }
/* fix padding if no cookies */
#tarteaucitronRoot #tarteaucitronServices li#tarteaucitronNoServicesTitle {
padding: 20px;
}
/***************/ /***************/