bootstrap-bookingsync-sass 0.0.6 → 0.0.7

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: 490e5a2374260a96c17d68005af163a284118995
4
- data.tar.gz: efe6eccf077df2f4d392de962d9d31551db12ed0
3
+ metadata.gz: e7f7f079cee950bf3a9201d174d040771d03a081
4
+ data.tar.gz: 3368eb3735fd00e1f0cfcd96d203b0caa789b29a
5
5
  SHA512:
6
- metadata.gz: 6c7b4706cb592ce0004decd962c1daaefa900ed57033d608e3b0570910c1164da1d89051769c56dc9cc22a711b8b35cb25370a28d9fb528cc0381c4386938298
7
- data.tar.gz: 93d63948b83f989e796101b742b1b3d6f118000cd4e3219963c55e90e351b3cbe8b1046b9ee7fe8fede2ab0dfb03a31b7effc8b3d9e7e599afb403da2ba09df5
6
+ metadata.gz: dbedb266952547487a5fb890d17b2c8df83edeaddcbb5e19f0ce73a052ca4ae08836caf43a2ebf9b2528d84793becb84c2ad50efdef4d0ebbb3f644c78c1024b
7
+ data.tar.gz: e94e6e9b290b66b4833880de6e461802dba7ef1335b667727ae046fb9c52e051898dd039cdbd4331ec82843cbb81e12296a7a77f759d1deb1319bc3f157561d6
@@ -91,9 +91,4 @@ body {
91
91
  visibility: visible;
92
92
  }
93
93
  }
94
-
95
- body.accounts.index .navbar.navbar-fixed-top,
96
- body.accounts.index #container {
97
- margin-left: 0;
98
- }
99
94
  }
@@ -302,7 +302,6 @@ h1, h2, h3, h4, h5, h6,
302
302
  margin-bottom: auto;
303
303
  }
304
304
 
305
- // @import "bookingsync-theme-forms";
306
305
  @media (max-width: $screen-xs-max) {
307
306
  .navbar-form {
308
307
  border-top: none;
@@ -2,8 +2,9 @@
2
2
  * Copyright 2015 BookingSync SAS.
3
3
  * Licensed under MIT (https://github.com/BookingSync/bootstrap-bookingsync-sass/blob/master/LICENSE)
4
4
  */
5
- $bootstrap-bookingsync-sass-asset-helper: false !default;
5
+ @import 'bootstrap/variables';
6
6
 
7
+ $bootstrap-bookingsync-sass-asset-helper: false !default;
7
8
 
8
9
  $heading-gray: #292c33;
9
10
  $darkblue: #1e3264;
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module BookingSync
3
- VERSION = '0.0.6'
3
+ VERSION = '0.0.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-bookingsync-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastien Grosjean
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-18 00:00:00.000000000 Z
11
+ date: 2015-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass