linaro-jekyll-theme 0.10.5 → 0.10.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/core/cookieconsent.scss +1 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de7d226b3ab9e199f21cfead88120fcf842028d6
|
4
|
+
data.tar.gz: 18c55cdcd396c2bd3f1c4e21bdc560e22dab2d4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c7ad462cf4facbf1c4be7459ecb3d88020ab4aa2e44b29c8dd4063b8941b10082090e73492866c7391bc7ae50af6d644b9e73499ee218f08f846575eb0bfeaf
|
7
|
+
data.tar.gz: 17c1ee60fe8fcbb91c3a7d9e7c121b746b803c50d020611b50642a7da810e805cd9f8fb8dba0dae5a6cc0202d5b5d65acef0060c97eb3bff1138f87e8f395d3f
|
@@ -5,9 +5,6 @@
|
|
5
5
|
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
|
6
6
|
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
|
7
7
|
|
8
|
-
span#cookieconsent:desc{
|
9
|
-
color: $navbar-base-text-color !important;
|
10
|
-
}
|
11
8
|
|
12
9
|
a.cc-btn.cc-dismiss {
|
13
10
|
border: 1px $brand-primary solid;
|
@@ -20,4 +17,5 @@ a.cc-link {
|
|
20
17
|
|
21
18
|
.cc-window.cc-floating.cc-type-info.cc-theme-block.cc-bottom.cc-left.cc-color-override-3938 {
|
22
19
|
background-color: $navbar-inverse-bg !important;
|
20
|
+
color: $navbar-base-text-color !important;
|
23
21
|
}
|