Skip to content

Commit

Permalink
Updated CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Selbin committed Aug 2, 2021
1 parent 3f0054a commit 77188c8
Show file tree
Hide file tree
Showing 8 changed files with 8,193 additions and 597 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To get started, **apiKey** can be obtained from iGrant.io enterprise dashboard.

```html
<!-- Latest Version -->
<script src="https://cdn.jsdelivr.net/gh/L3-iGrant/cookie-mgmnt/build/cookieconsent.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/L3-iGrant/cookie-mgmnt/dist/cookieconsent.min.js" type="text/javascript"></script>
<script>
var config = {
"apiKey": "",
Expand All @@ -59,7 +59,7 @@ If you don't have an API key, there is manual configuration mode where basic con

```html
<!-- Latest Version -->
<script src="https://cdn.jsdelivr.net/gh/L3-iGrant/cookie-mgmnt/build/cookieconsent.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/L3-iGrant/cookie-mgmnt/dist/cookieconsent.min.js" type="text/javascript"></script>
<script>
var config = {
"onConsent": function (cookieType) {},
Expand Down
1 change: 0 additions & 1 deletion build/cookieconsent.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion dist/cookieconsent.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"less": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion src/lib/html/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { IAB_VENDORS_URL } from "../config/api";
* Bottom banner html code
*/
export const BottomBannerHTML =
'<div style=" position:fixed; z-index:9999999999;">' +
'<div class="cookie-mgt" style=" position:fixed; z-index:9999999999;">' +
'<div class="sidebar" id="sidebar">' +
'<div id="gn-menu" class="gn-menu-main" >' +
'<a class="gn-icon-menu" id="cookieConsentAlwaysOnButton"></a>' +
Expand Down
Loading

0 comments on commit 77188c8

Please sign in to comment.