Some CSS fix
This commit is contained in:
parent
3b097efceb
commit
9807d3c68f
|
|
@ -5,6 +5,23 @@
|
||||||
|
|
||||||
#tarteaucitronContentWrapper {display:unset;}
|
#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
|
* Reset CSS
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue