saumur: fix double borders on wcs and authentic pages (#71821)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Agate 2022-12-01 10:25:47 +01:00
parent f8b4ed979b
commit f2ef74fb13
1 changed files with 2 additions and 5 deletions

View File

@ -208,7 +208,8 @@ div.link-cell {
// borderless cells in grid
.gru-content > #columns-wrapper > #columns {
body:not(.authentic-page):not(.wcs-page) #columns,
.form-content {
border: $widget-border;
background: white;
padding: $space-medium;
@ -216,7 +217,6 @@ div.link-cell {
border: none;
}
}
// communes selector
div#services-communes {
@ -226,9 +226,6 @@ div#services-communes {
}
// forms
.form-content {
@extend %cell;
}
.form-previous {
&::before {