vbax-template_go 0.3.0 → 0.4.0

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
  SHA256:
3
- metadata.gz: 76295c414cd022182a90edde92acddcfd4b14a46eff09b3e05774262461ae21d
4
- data.tar.gz: 970f127d231bdf3d62a557ebd46e5b5ab7a746d0772a9c4f83e4780064d18f7d
3
+ metadata.gz: 53a286cf9815bf63b706766ed86306e4a65626cf36e969b61ae4bd8064cf524c
4
+ data.tar.gz: c099d21799607c6a20270e0d584460c4bcdc154d7695d686c6237ca3f8b1184a
5
5
  SHA512:
6
- metadata.gz: 2786cab18d297c8a1de906c057ae293d4f6702dde2b5439434836974e60de77d2b3f959ec26275adc0e9ad610c0b1423c19ec7f42cc67f16e64dcdcc8bbb33f2
7
- data.tar.gz: 56cc9449a69cc4d820725e9ea29a93fd5ad102f48632a4ff13f61e81b53429a4c33abf5768c19e653f7f696ffb21159573b1dbb7611f1e73caf7a10a38494489
6
+ metadata.gz: d63b5a31aeb628917a0446843046f4999860c02bd66fd3bab0bdd536d100c25e34155774d135dca21554812fad344ca316cbbb4c86ba6503cec3d2033d16108e
7
+ data.tar.gz: 0f75a12fcfb55797573de9def6fe67a76a83a0ebfc570b70101dd19fe4a36f1a5e4edc6c891e7d7b1024bb4017120b8b51ef8021b42a0cb8303a91f7393c0e46
@@ -48,7 +48,7 @@
48
48
  // Responsive
49
49
  //
50
50
  // Mobile View for Navbar
51
- @include media-breakpoint-down(md) {
51
+ @include media-breakpoint-down(lg) {
52
52
 
53
53
  .navbar-logo-dark {
54
54
  display: block!important;
@@ -10,7 +10,7 @@ header {
10
10
  z-index: 100;
11
11
  border-bottom: $border-width solid transparent;
12
12
 
13
- @include media-breakpoint-up(lg) {
13
+ @include media-breakpoint-up(xl) {
14
14
  &[class*="-dark"] {
15
15
  border-color: rgba($canalplus, .1);
16
16
 
@@ -30,7 +30,7 @@ header {
30
30
 
31
31
 
32
32
 
33
- @include media-breakpoint-down(md) {
33
+ @include media-breakpoint-down(lg) {
34
34
  @include border-radius;
35
35
  margin: ($grid-gutter-width / 2);
36
36
  // padding: 0;
@@ -1,7 +1,7 @@
1
1
  module Vbax
2
2
  module TemplateGo
3
3
  class Engine < ::Rails::Engine
4
- initializer 'template_go.sass' do |app|
4
+ initializer 'coquille-caraibe-go.sass' do |app|
5
5
  # Set the sass load paths
6
6
  app.config.sass.load_paths << File.join(config.root, "lib","vbax", "sass")
7
7
 
@@ -1,5 +1,5 @@
1
1
  module Vbax
2
2
  module TemplateGo
3
- VERSION = "0.3.0"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vbax-template_go
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - v baxter
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-29 00:00:00.000000000 Z
11
+ date: 2019-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,7 @@ files:
52
52
  - Rakefile
53
53
  - bin/console
54
54
  - bin/setup
55
- - lib/vbax/sass/template_go.scss
55
+ - lib/vbax/sass/coquille-caraibe-go.scss
56
56
  - lib/vbax/sass/template_go/components/_accordion.scss
57
57
  - lib/vbax/sass/template_go/components/_badges.scss
58
58
  - lib/vbax/sass/template_go/components/_blog.scss