linaro-jekyll-theme 0.1.2.64 → 0.1.2.65

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 428dcb2ac5e2c76b477047fbdecabae42ed691ef
4
- data.tar.gz: '04387095490b50e16b5692526e1e01a3f946e3eb'
3
+ metadata.gz: a59031364c599ff2939c5faf5ee6371bf83b2d39
4
+ data.tar.gz: abb2f377a1663cb60404cb31178e8a98ed8c914d
5
5
  SHA512:
6
- metadata.gz: d84747e601c0d068bfc24144ad1ab05dddad278b2021850b09351555f061829bdf92caca02351981125233d060d95f8d0703c370856db0d13c77430bea5c38f5
7
- data.tar.gz: 2d529a20bae914bcbd6f967fb758f03b83d862d68d7d9951a5ca193f5890085f0595ef3436c37a45b5fdee49434752e37ec6165d9a90b28f5814fb6d4a416be4
6
+ metadata.gz: f542c684881942fb4757210d44f29281b3a674ad97f25f89f9dc084e258db20c7b0dca7c0e708b373e64e704b01bc023f09368ee170e690c1cc26919b02c0e3c
7
+ data.tar.gz: e90dd6d77c3dd97bb3f58afde7a0312f4f88879680fb906a907f152d8635e607a77476bb83ae42e22c0092aa90638d3f7cff2770055b8337fe194d34ecf46ba5
data/_sass/core/nav.scss CHANGED
@@ -584,6 +584,9 @@ div#search_bar input {
584
584
  font-size: 26px;
585
585
  background-color: $navbar-inverse-bg;
586
586
  color: $navbar-base-text-color;
587
+ border-color: inherit;
588
+ -webkit-box-shadow: none;
589
+ box-shadow: none;
587
590
  }
588
591
 
589
592
  div#search_bar input:focus {
@@ -630,6 +633,42 @@ div#search_bar input:-ms-input-placeholder {
630
633
  }
631
634
 
632
635
 
636
+ //NavBar Subtle Animations
637
+ li.dropdown-submenu.sub-menu:hover > a:after {
638
+ margin-right:-6px;
639
+ margin-top: 8px;
640
+ transform: rotateZ(90deg);
641
+ border-left-color:#a5a5a5;
642
+ }
643
+
644
+ li.dropdown-submenu.sub-menu > a:after {
645
+ transition: all 100ms linear;
646
+ }
647
+
648
+ ul#navbar-buttons>li:hover > a > span.caret{
649
+ color: #a682b8;
650
+ opacity:0;
651
+ margin-top:-10px;
652
+
653
+ }
654
+
655
+ ul#navbar-buttons>li > a > span.caret{
656
+
657
+ -webkit-transition: all 150ms ease-in-out;
658
+ -moz-transition: all 150ms ease-in-out;
659
+ -o-transition: all 150ms ease-in-out;
660
+ transition: all 150ms ease-in-out;
661
+ display:inline-block !important;
662
+ }
663
+ li.dropdown.menu.open > a {
664
+ color: #a682b8 !important;
665
+
666
+ }
667
+
668
+ li.dropdown.menu.open > a > span.caret {
669
+ color: #a682b8;
670
+ opacity:0;
671
+ }
633
672
 
634
673
 
635
674
 
@@ -391,3 +391,54 @@ button#c-submit-button {
391
391
  outline: 0;
392
392
  }
393
393
 
394
+
395
+ //Mailchimp Style
396
+ input#mce-EMAIL {
397
+ border: 0!important;
398
+ border-radius: 0 !important;
399
+ margin-bottom: 10px;
400
+ outline: none;
401
+ border: none !important;
402
+ -webkit-box-shadow: none !important;
403
+ -moz-box-shadow: none !important;
404
+ box-shadow: none !important;
405
+ text-align:right;
406
+ }
407
+
408
+ input#mce-FNAME {
409
+ border: 0!important;
410
+ border-radius: 0 !important;
411
+ margin-bottom: 10px;
412
+ outline: none;
413
+ border: none !important;
414
+ -webkit-box-shadow: none !important;
415
+ -moz-box-shadow: none !important;
416
+ box-shadow: none !important;
417
+ }
418
+
419
+ input#mce-LNAME {
420
+ border: 0!important;
421
+ border-radius: 0 !important;
422
+ margin-bottom: 10px;
423
+ outline: none;
424
+ outline: none;
425
+ border: none !important;
426
+ -webkit-box-shadow: none !important;
427
+ -moz-box-shadow: none !important;
428
+ box-shadow: none !important;
429
+
430
+ }
431
+
432
+ button#mc-embedded-subscribe {
433
+ border:0;
434
+ border-radius:0;
435
+ background-color: $brand-primary;
436
+ color: white;
437
+ transition: all 200ms ease;
438
+ }
439
+
440
+ button#mc-embedded-subscribe:hover{
441
+ background-color: #252525;
442
+ color: white;
443
+ transition: all 200ms ease;
444
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.64
4
+ version: 0.1.2.65
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-06 00:00:00.000000000 Z
11
+ date: 2017-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll