Some CSS fix

This commit is contained in:
Amauri CHAMPEAUX 2021-03-27 19:46:17 +01:00
parent 3b097efceb
commit 9807d3c68f
1 changed files with 17 additions and 0 deletions

View File

@ -5,6 +5,23 @@
#tarteaucitronContentWrapper {display:unset;}
/** 27032021 **/
button.tarteaucitron-toggle-group {
display: block;
}
span.tarteaucitronH3 {
font-weight: 700!important;
}
#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
font-weight: 500!important;
font-size: 14px;
margin-top: 7px;
}
.tarteaucitronLine {
border-left: 0px solid transparent!important;
}
/*****/
/***
* Reset CSS
*/