diff --git a/view/frontend/web/css/source/_module.less b/view/frontend/web/css/source/_module.less index a24e8f4..efe51c5 100644 --- a/view/frontend/web/css/source/_module.less +++ b/view/frontend/web/css/source/_module.less @@ -3,7 +3,6 @@ * See LICENSE bundled with this library for license details. */ - // // Common // _____________________________________________ @@ -13,9 +12,11 @@ &.action-danger { color: @color-red9; } + &.primary.primary-danger { background: @color-red9; border: 1px solid @color-red9; + &:hover { background: @color-red11; border: 1px solid @color-red11; @@ -23,21 +24,6 @@ } } -/** -* This file is part of the Flurrybox EnhancedPrivacy package. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade Flurrybox EnhancedPrivacy -* to newer versions in the future. -* -* @copyright Copyright (c) 2018 Flurrybox, Ltd. (https://flurrybox.com/) -* @license GNU General Public License ("GPL") v3.0 -* -* For the full copyright and license information, please view the LICENSE -* file that was distributed with this source code. -*/ - .enhanced-privacy-popup { position: absolute; right: 0; @@ -45,8 +31,9 @@ left: 0; background: @color-gray-light01; overflow: hidden; + .popup { - &.content{ + &.content { margin: auto; padding: 10px 0; width: @screen__m; @@ -70,5 +57,3 @@ } } } - -