linaro-jekyll-theme 0.7.0 → 0.7.1

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
  SHA1:
3
- metadata.gz: e116a54649a185e45963b66d110f6000c3762c30
4
- data.tar.gz: c5aef412c7ba9fa945018e52e9b72d662c7d01ec
3
+ metadata.gz: 5bbb9d4bfd08a6ae390fd5a94365e5ff307d9394
4
+ data.tar.gz: 6ec9d3441412667f41373a15142982679af7614c
5
5
  SHA512:
6
- metadata.gz: 7c2aa240c9b20c13c89e585b751af73123d4160d4ed8addfe03329d32710fddab8ab491f5ca862d8ab0fd02a14b9bb34f65bb8ba2c9533f4e6628d691c6efc0b
7
- data.tar.gz: a6c58873b3a82b2c2721be7857620bdadbf1663336055b4a9179448771dcbaad12d8658400bc5352ef78bdb6b6fbd4367dccf97ecbd2b9005355951beefd7ab4
6
+ metadata.gz: 6bcb4d658568bc0388841596be9c9f47caa5c741c2150cfc8d8efb278ec6d230a486c28b31a25fe57b87e95ae06ea9de749c60d26f7e84254b25d99c6bcc6d68
7
+ data.tar.gz: 9834c5c6f47719b270dfc545e6a9ced7a7160a9aba4bc9048af0618b3ab52350b5ae6e840f2836b24c93e9e6c07cf50fa8aa917288efb02e23ddf662e1dfa8d1
@@ -81,6 +81,6 @@ div.row.footer-strip > div > div.pull-right > ul a:hover{
81
81
 
82
82
  .footer-logo {
83
83
  display:block;
84
- max-width: 50%;
84
+ max-width: 100px;
85
85
  height: auto;
86
86
  }
@@ -267,7 +267,7 @@ a.cc-link {
267
267
  margin:0;
268
268
  border-radius: 0;
269
269
  color: inherit;
270
- background-color: inherit;
270
+ background-color: $brand-primary;
271
271
  }
272
272
 
273
273
  #contact-thanks h3 {
@@ -294,3 +294,28 @@ a.btn.btn-social-icon:hover {
294
294
  color: $brand-primary;
295
295
  transition: color 1s ease;
296
296
  }
297
+
298
+ .specification-button{
299
+ background-color: white;
300
+ border: 2px solid #000;
301
+ border-radius: 0px;
302
+ font-weight: normal;
303
+ color: #000;
304
+ transition: all 1s ease;
305
+ padding: 6px;
306
+ }
307
+ .specification-button:hover{
308
+ background-color: $brand-primary;
309
+ color: white;
310
+ transition: all 1s ease;
311
+ }
312
+ .specification-button:active, .specification-button:focus{
313
+ background-color: $brand-primary;
314
+ color: white;
315
+ transition: all 1s ease;
316
+ }
317
+
318
+ .coloured-bp{
319
+ color: $brand-primary;
320
+ font-size:12px;
321
+ }
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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby