leplessistrevise: fix background glitch on summary page (#71606)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Paul Marillonnet 2022-11-23 14:22:07 +01:00
parent fe0cc8e208
commit 7f84ab7e92
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;