File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed
view/frontend/web/css/source Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change 3
3
* See LICENSE bundled with this library for license details.
4
4
*/
5
5
6
-
7
6
//
8
7
// Common
9
8
// _____________________________________________
13
12
& .action-danger {
14
13
color : @color-red9 ;
15
14
}
15
+
16
16
& .primary.primary-danger {
17
17
background : @color-red9 ;
18
18
border : 1px solid @color-red9 ;
19
+
19
20
& :hover {
20
21
background : @color-red11 ;
21
22
border : 1px solid @color-red11 ;
22
23
}
23
24
}
24
25
}
25
26
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
-
41
27
.enhanced-privacy-popup {
42
28
position : absolute ;
43
29
right : 0 ;
44
30
bottom : 0 ;
45
31
left : 0 ;
46
32
background : @color-gray-light01 ;
47
33
overflow : hidden ;
34
+
48
35
.popup {
49
- & .content {
36
+ & .content {
50
37
margin : auto ;
51
38
padding : 10px 0 ;
52
39
width : @screen__m ;
70
57
}
71
58
}
72
59
}
73
-
74
-
You can’t perform that action at this time.
0 commit comments