Skip to content

Commit 9f1a322

Browse files
authored
Changed indent to meet the standard
1 parent c874bf5 commit 9f1a322

File tree

1 file changed

+12
-12
lines changed
  • app/design/frontend/Magento/luma/Magento_Newsletter/web/css/source

1 file changed

+12
-12
lines changed

app/design/frontend/Magento/luma/Magento_Newsletter/web/css/source/_module.less

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,18 @@
8787
// _____________________________________________
8888

8989
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
90-
.block{
91-
&.newsletter {
92-
input {
93-
font-size: 12px;
94-
padding-left: 30px;
95-
}
96-
97-
.field {
98-
.control:before{
99-
font-size: 13px;
90+
.block {
91+
&.newsletter {
92+
input {
93+
font-size: 12px;
94+
padding-left: 30px;
95+
}
96+
97+
.field {
98+
.control:before {
99+
font-size: 13px;
100+
}
101+
}
100102
}
101-
}
102103
}
103-
}
104104
}

0 commit comments

Comments
 (0)