immosquare-cookies 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1bf896fb46db5da30f92767ff7c6711cdbdc019cf225ca8d1e534caff36d1d6
|
4
|
+
data.tar.gz: 71f50fba90f9601705106e35dcd8e68aa0714af97956f75b8c4092294604fda6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea4497ba20a707febf0e179d0a9f93219afbc3a6205835a26eb4158fe75c8a1706fe911e08f04c5e3a4e22220e65f06bf7881db860b9b3868f8f5318ffd821ac
|
7
|
+
data.tar.gz: 866b68d156918579c66eb3d2b39d8d3ba996f9e4dc80e5d614c1da499a8f145c69121f5e719ae896e370aa852ab9155ea006b8163565f86e23e4864eb73be5c6
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#immosquare-cookies-container {
|
2
2
|
--immmosquare-cookies-height: 33vh;
|
3
|
-
--immosquare-cookies-bg-color: #
|
3
|
+
--immosquare-cookies-bg-color: #f1f1f1f0;
|
4
4
|
--immosquare-cookies-border-color: #cccccc;
|
5
5
|
--immosquare-cookies-border-align: center;
|
6
6
|
--immosquare-cookies-btn-color: white;
|
@@ -25,6 +25,7 @@
|
|
25
25
|
left: 0;
|
26
26
|
bottom: 0;
|
27
27
|
width: 100%;
|
28
|
+
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
28
29
|
height: var(--immmosquare-cookies-height);
|
29
30
|
min-height: 200px;
|
30
31
|
background-color: var(--immosquare-cookies-bg-color);
|