saumur: remove tracking code cell description (#73538)

This commit is contained in:
Agate 2023-01-18 10:49:54 +01:00
parent 5907e96178
commit edaf19ba9b
1 changed files with 7 additions and 1 deletions

View File

@ -3,8 +3,8 @@ $banner-height: 300px;
%button {
box-shadow: none;
text-transform: uppercase;
&:hover {
text-transform: uppercase;
box-shadow: none;
}
}
@ -205,6 +205,12 @@ body:not(.authentic-page):not(.wcs-page) #columns,
border: none;
}
}
// tracking code cell
.tracking-code-input-cell {
p {
display: none;
}
}
// communes selector
div#services-communes {