Skip to content

Commit

Permalink
less code style
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Dec 26, 2020
1 parent efd110b commit f130841
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
31 changes: 18 additions & 13 deletions view/base/web/css/export.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}
2 changes: 1 addition & 1 deletion view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f130841

Please sign in to comment.