Skip to content

Commit

Permalink
Cookies accept button styled
Browse files Browse the repository at this point in the history
  • Loading branch information
epicX67 committed Aug 7, 2021
1 parent 0a6ab93 commit 94bb68b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
19 changes: 19 additions & 0 deletions css/main_custom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/main_custom.css.map

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions css/main_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4561,3 +4561,21 @@ div[style="width:100%;text-align:center;margin-top:10px;background-color:rgba(0,
font-family: $mainFont !important;
}
}

// Privacy Cookies button
#ot-sdk-btn-floating {
top: unset;
bottom: 175px !important;
right: 329px !important;
left: unset;
transform: scale(0.95);

.ot-floating-button__front {
background-color: transparent !important;
box-shadow: none !important;
}

.ot-floating-button__back {
background: transparent !important;
}
}

0 comments on commit 94bb68b

Please sign in to comment.