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 33 * See LICENSE bundled with this library for license details.
44 */
55
6-
76//
87// Common
98// _____________________________________________
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 ;
7057 }
7158 }
7259}
73-
74-
You can’t perform that action at this time.
0 commit comments