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 +4 -4
- data/_sass/core/footer.scss +1 -1
- data/_sass/core/theme.scss +26 -1
- 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: 5bbb9d4bfd08a6ae390fd5a94365e5ff307d9394
|
4
|
+
data.tar.gz: 6ec9d3441412667f41373a15142982679af7614c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bcb4d658568bc0388841596be9c9f47caa5c741c2150cfc8d8efb278ec6d230a486c28b31a25fe57b87e95ae06ea9de749c60d26f7e84254b25d99c6bcc6d68
|
7
|
+
data.tar.gz: 9834c5c6f47719b270dfc545e6a9ced7a7160a9aba4bc9048af0618b3ab52350b5ae6e840f2836b24c93e9e6c07cf50fa8aa917288efb02e23ddf662e1dfa8d1
|
data/_sass/core/footer.scss
CHANGED
data/_sass/core/theme.scss
CHANGED
@@ -267,7 +267,7 @@ a.cc-link {
|
|
267
267
|
margin:0;
|
268
268
|
border-radius: 0;
|
269
269
|
color: inherit;
|
270
|
-
background-color:
|
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
|
+
}
|