diff --git a/view/base/web/css/export.less b/view/base/web/css/export.less index 7165ab3..df90e80 100644 --- a/view/base/web/css/export.less +++ b/view/base/web/css/export.less @@ -3,20 +3,25 @@ * See LICENSE bundled with this library for license details. */ +// +// Common +// _____________________________________________ + .customer-privacy-export-personal-data { - .fieldset { - .legend { - font-weight: 600; - text-transform: capitalize; - } + .fieldset { + .legend { + font-weight: 600; + text-transform: capitalize; } - .items { - .item { - .label { - font-weight: 600; - text-decoration: underline; - text-transform: capitalize; - } - } + } + + .items { + .item { + .label { + font-weight: 600; + text-decoration: underline; + text-transform: capitalize; + } } + } } diff --git a/view/frontend/web/css/source/_module.less b/view/frontend/web/css/source/_module.less index efe51c5..c2791cc 100644 --- a/view/frontend/web/css/source/_module.less +++ b/view/frontend/web/css/source/_module.less @@ -49,7 +49,7 @@ .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) { .enhanced-privacy-popup { .popup { - &.content{ + &.content { margin: 0; padding: 10px; width: auto;