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

pull/35/head
Paul Marillonnet 7 months ago
parent fe0cc8e208
commit 7f84ab7e92

@ -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 {

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

Loading…
Cancel
Save