Skip to content

Commit f2f4b1a

Browse files
committed
fix phpcs issues
1 parent e85f715 commit f2f4b1a

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

view/frontend/web/css/source/_module.less

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* See LICENSE bundled with this library for license details.
44
*/
55

6-
76
//
87
// Common
98
// _____________________________________________
@@ -13,40 +12,28 @@
1312
&.action-danger {
1413
color: @color-red9;
1514
}
15+
1616
&.primary.primary-danger {
1717
background: @color-red9;
1818
border: 1px solid @color-red9;
19+
1920
&:hover {
2021
background: @color-red11;
2122
border: 1px solid @color-red11;
2223
}
2324
}
2425
}
2526

26-
/**
27-
* This file is part of the Flurrybox EnhancedPrivacy package.
28-
*
29-
* DISCLAIMER
30-
*
31-
* Do not edit or add to this file if you wish to upgrade Flurrybox EnhancedPrivacy
32-
* to newer versions in the future.
33-
*
34-
* @copyright Copyright (c) 2018 Flurrybox, Ltd. (https://flurrybox.com/)
35-
* @license GNU General Public License ("GPL") v3.0
36-
*
37-
* For the full copyright and license information, please view the LICENSE
38-
* file that was distributed with this source code.
39-
*/
40-
4127
.enhanced-privacy-popup {
4228
position: absolute;
4329
right: 0;
4430
bottom: 0;
4531
left: 0;
4632
background: @color-gray-light01;
4733
overflow: hidden;
34+
4835
.popup {
49-
&.content{
36+
&.content {
5037
margin: auto;
5138
padding: 10px 0;
5239
width: @screen__m;
@@ -70,5 +57,3 @@
7057
}
7158
}
7259
}
73-
74-

0 commit comments

Comments
 (0)