Skip to content

Commit

Permalink
fix phpcs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Nov 7, 2020
1 parent e85f715 commit f2f4b1a
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* See LICENSE bundled with this library for license details.
*/


//
// Common
// _____________________________________________
Expand All @@ -13,40 +12,28 @@
&.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;
}
}
}

/**
* 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;
bottom: 0;
left: 0;
background: @color-gray-light01;
overflow: hidden;

.popup {
&.content{
&.content {
margin: auto;
padding: 10px 0;
width: @screen__m;
Expand All @@ -70,5 +57,3 @@
}
}
}


0 comments on commit f2f4b1a

Please sign in to comment.