immosquare-cookies 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa16a8e126e3520bd40009d23cd94dc44f2d8e82b0143d60534eb7f3c3e7eed3
|
4
|
+
data.tar.gz: fbfb85cede2197974faa8e0c34e20f1655f6c0f109c47e09c05d3699f95edbcd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 531140a05767bee9e46e036b31036860433e2c4eb3c23d70c437ba4936231db353290185a6183f42681a61b48e5e06c7d65299ac4f25f1b11ca38b573c1cbda6
|
7
|
+
data.tar.gz: 767f4d192677b456d416526c63d7ad511353a1fc893ac49b4eddf015176a229577581554b0137f3c7d87969480229b56db061a1d6a0c46486842612ac21337d8
|
@@ -21,21 +21,24 @@
|
|
21
21
|
}
|
22
22
|
}
|
23
23
|
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
24
|
+
& {
|
25
|
+
position: fixed;
|
26
|
+
z-index: 1000000;
|
27
|
+
left: 0;
|
28
|
+
bottom: 0;
|
29
|
+
width: 100%;
|
30
|
+
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
31
|
+
height: var(--immmosquare-cookies-height);
|
32
|
+
min-height: 200px;
|
33
|
+
color: var(--immosquare-cookies-color);
|
34
|
+
background-color: var(--immosquare-cookies-bg-color);
|
35
|
+
border-top: 1px solid var(--immosquare-cookies-border-color);
|
36
|
+
display: flex;
|
37
|
+
justify-content: center;
|
38
|
+
align-items: var(--immosquare-cookies-border-align);
|
39
|
+
padding: 1rem 3rem;
|
40
|
+
}
|
41
|
+
|
39
42
|
#immosquare-cookies-title {
|
40
43
|
font-size: 1.5rem;
|
41
44
|
font-weight: bold;
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: immosquare-cookies
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
autorequire:
|
7
|
+
- immosquare
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
12
|
description: Immosquare Cookies Consent Banner allows Rails developers to effortlessly
|
14
13
|
integrate a GDPR-compliant cookie consent prompt into their web applications. With
|
@@ -27,15 +26,15 @@ files:
|
|
27
26
|
- config/locales/immosquare-cookies.fr.yml
|
28
27
|
- config/locales/immosquare-cookies.it.yml
|
29
28
|
- config/locales/immosquare-cookies.nl.yml
|
29
|
+
- config/locales/immosquare-cookies.zh-TW.yml
|
30
30
|
- config/locales/immosquare-cookies.zh.yml
|
31
31
|
- lib/immosquare-cookies.rb
|
32
32
|
- lib/immosquare-cookies/engine.rb
|
33
33
|
- lib/immosquare-cookies/version.rb
|
34
|
-
homepage: https://github.com/
|
34
|
+
homepage: https://github.com/immosquare/immosquare-cookies
|
35
35
|
licenses:
|
36
36
|
- MIT
|
37
37
|
metadata: {}
|
38
|
-
post_install_message:
|
39
38
|
rdoc_options: []
|
40
39
|
require_paths:
|
41
40
|
- lib
|
@@ -50,8 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
49
|
- !ruby/object:Gem::Version
|
51
50
|
version: '0'
|
52
51
|
requirements: []
|
53
|
-
rubygems_version: 3.
|
54
|
-
signing_key:
|
52
|
+
rubygems_version: 3.6.9
|
55
53
|
specification_version: 4
|
56
54
|
summary: A customizable cookie consent banner for Rails applications.
|
57
55
|
test_files: []
|