bootstrap-bookingsync-sass 0.0.8 → 0.0.9

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: 09ec0afebb5064ee97bfe62817f5a1e31dcc162f
4
- data.tar.gz: ae389a2e843c908c16a736689a1fcc88ab82cb10
3
+ metadata.gz: 48e11ed440880d63f99c001a57cb00b0934d8811
4
+ data.tar.gz: 5700c166dfab3a57bb9b5707ec9d0e7fda99eedc
5
5
  SHA512:
6
- metadata.gz: a90d2b54718723aa8186a60254e34c6e9b8905f626e9036501ff06c0850ba2656b707cc9edde183a538196b2825b6aecab3bd300d9d7e39cf78397cef11f9884
7
- data.tar.gz: 71a5d1c8eba57c2774727d7948014c8f7cc181494d5ae0efc03fddcf798cd748f4a23e8352654e8e6f8653b325c0ac5f017c928768211283fe4e5513af4a14e4
6
+ metadata.gz: 259dba92f6ae27c8190a5f9db98b2dca66be23a43a11f80b4dd79a58c1c9d699a97c830beb62e09b7c4873e01446e6efe63a94153557d9bbbda6ba3d53d3f43f
7
+ data.tar.gz: ef0e50b7a909f085fd0d9cf4eca1b3363a1a34135682f615a9c5d3e804eb05ab2896bb7127a20f1b18f4153a7efad1468e22fc839ac16e68a8482cbc784e446d
@@ -287,10 +287,18 @@ h1, h2, h3, h4, h5, h6,
287
287
  .flex-col {
288
288
  display: flex;
289
289
  flex-direction: column;
290
+
291
+ &.collapse {
292
+ display: none;
293
+ }
290
294
  }
291
295
 
292
296
  .flex-row {
293
297
  display: flex;
298
+
299
+ &.collapse {
300
+ display: none;
301
+ }
294
302
  }
295
303
 
296
304
  .flex-1 {
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module BookingSync
3
- VERSION = '0.0.8'
3
+ VERSION = '0.0.9'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-bookingsync-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastien Grosjean