leplessistrevise: fix background glitch on summary page (#71606) #35

Merged
pmarillonnet merged 1 commits from wip/71606-leplessistrevise-form-history-glitch into main 2022-11-28 09:09:17 +01:00
2 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,6 @@ div.wcs-form-cell {
}
div#rub_service {
background: darken(white, 3%);
border-radius: $cell-border-radius;
h3 { color: $primary-color; }
&.form-content--body {

View File

@ -16,6 +16,7 @@ $border-radius: 0px;
$mobile-limit: 1250px;
$width: 1200px;
$mobile-width: 100%;
$form-background: darken(white, 3%);
$show-site-title: true;