linaro-jekyll-theme 0.10.24 → 0.10.25

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/core/cookieconsent.scss +14 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6502dc8157a3fa8bdeb8b9de2b1035a956e1ea6c
4
- data.tar.gz: 64174f02c23a67e62da3724cced38eea501c87a9
3
+ metadata.gz: 0a161aedd2f3c0a9aa39208e1b323a028881cfb5
4
+ data.tar.gz: 2ba141a867cbf72391a5ac49e81f222555b213b4
5
5
  SHA512:
6
- metadata.gz: dae40f180f186d89287de21a34f600818bbbc799c607d23451d55290f00da20d403684e60faefabc88e3656efb31f4db519492423b0fc29e49ca8916ba5ad861
7
- data.tar.gz: d3255ebd238da59592ecfbf591445b2590bc6e9908adb5b5a218761bfeb42df351fcf88202ca15948b1ba488c8898b0f2f965098bf87ab2f8e55f42b7e67f80a
6
+ metadata.gz: f3113c73c80a2637a9dd8a3a852e71ae726adf649c18136ac7771bda46cf32e4d0f4c8d6c035078535f4b1b2a3c135dd57d3eaf95fe88eead2cb9f20687d82cd
7
+ data.tar.gz: 1ee9a1b80bb2bfaa2e68ad10d51340b96041dec816f5dbc4743aa1011442e626f9ec01a3ddd23ab1db5c06b08d6c920d636a604b0572a56c41b879ed3c381215
@@ -5,10 +5,19 @@
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
-
8
+ //Button
9
9
  a.cc-btn.cc-dismiss {
10
10
  border: 1px $brand-primary solid;
11
11
  background-color: $cookie-consent-bg;
12
+ padding: 2px;
13
+ }
14
+
15
+ //Message
16
+ .cc-floating .cc-message {
17
+ display: block;
18
+ margin-bottom: 6px;
19
+ font-size: 14px;
20
+ text-align: left;
12
21
  }
13
22
 
14
23
  // Learn More link
@@ -20,9 +29,12 @@ a.cc-link {
20
29
  .cc-window.cc-floating.cc-type-info.cc-theme-classic.cc-bottom.cc-right.cc-color-override-3938 {
21
30
  background-color: $navbar-inverse-bg !important;
22
31
  color: $navbar-base-text-color !important;
32
+ padding: 10px;
33
+ border-radius: 5px;
34
+ height: auto;
23
35
  }
24
36
 
25
- //Got It! Button
37
+ //Got It! Div around button
26
38
  .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
27
39
  text-align: right !important;
28
40
  display: block !important;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.24
4
+ version: 0.10.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby