Skip to content

Commit

Permalink
Black & white theme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
portalzine committed Nov 29, 2020
1 parent 90bab0f commit 8aeae01
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions cf-black-white/css/cf.black.white.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,13 @@
margin-right: 0.3em; }
.klaro .cookie-modal .cm-footer .cm-btn-accept {
background: gray;
color: black; }
border-color: gray !important;
color: white; }
.klaro .cookie-modal .cm-footer .cm-btn-accept::before {
font-family: "Font Awesome 5 Free" !important;
content: "";
text-align: center;
color: black;
color: white;
margin-right: 0.3em; }
.klaro .cookie-modal .cm-footer .cm-btn-accept-all {
background: black;
Expand Down
Binary file modified cf-black-white/preview/cf-bw-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cf-black-white/preview/cf-bw-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion cf-black-white/scss/cf.black.white.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $bg-green-text : white;
$bg-red : white;
$bg-red-text : black;
$bg-orange : gray;
$bg-orange-text : black;
$bg-orange-text : white;
$bg-blue : blue;
$bg-blue-text : blue;

Expand Down Expand Up @@ -306,6 +306,7 @@ $button-font-awesome-decline : '\f3ed'; //'\f132';

.cm-btn-accept{
background: $bg-orange;
border-color: $bg-orange!important;
color: $bg-orange-text;
@if $button-font-awesome == 1 {
&::before{
Expand Down
Binary file modified cf-white/preview/cf-white-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cf-white/preview/cf-white-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions testdrive/assets/my.scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ document.addEventListener('consentWindowOpen', function (e) {

document.addEventListener("DOMContentLoaded", function(e) {

var cm_target = document.getElementById( "klaro" );
var cm_visible = false;
var cm_target = document.getElementById( "klaro" ),
cm_visible = false;

var observer = new MutationObserver(function(mutationRecords) {

Expand Down

0 comments on commit 8aeae01

Please sign in to comment.