bootstrap_builders 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5280143d0ccb8c246159e93b13d811e031badf9
4
- data.tar.gz: 43bc6c51c27f2e5321056839bc1bf042f85d852d
3
+ metadata.gz: bbc3d271fd85812e7184bfe1199208425d0defb3
4
+ data.tar.gz: 9cb7d1be252014ef25249a0ddacd0251978f0044
5
5
  SHA512:
6
- metadata.gz: b9e60e841fb407fafdd1d0db356426481a18da33111b5b96da6eb1c33490b44103d0bd817cc10d632b5411eafa4d935d56e58ca78bdbf64673a3f48140958883
7
- data.tar.gz: 822e327d729662e6a3fbfa9b21bbb4904d0202f20c8d5020fb1280d3612ed99992c2e26b80720429f5709aa5860f9ea82534b267a524049a05702f95bf552d48
6
+ metadata.gz: d415e61f0df2dbd8bb8b0ed46943784220621817e86c4d366ec145626a4e33ae7d998c70d0e122a7ed23c80e745b3984f826c2d7a00055b8508d57fca0fc220e
7
+ data.tar.gz: 5bce943d4bd31304bbf459c7104498b90ba8d8c9120e8d356079003f672e9748d8545fa62d7359ec19bfe646e80bd564c85622b4260a487e256de0a415b070a8
@@ -5,4 +5,5 @@
5
5
  @import "bootstrap_builders/responsive-classes/text-aligns";
6
6
  @import "bootstrap_builders/btn-xs";
7
7
  @import "bootstrap_builders/buttons";
8
+ @import "bootstrap_builders/panels";
8
9
  @import "bootstrap_builders/tabs";
@@ -0,0 +1,3 @@
1
+ .bb-panel .bb-table {
2
+ margin-bottom: 0 !important;
3
+ }
@@ -63,7 +63,7 @@ private
63
63
  @heading = @panel.add_ele(:div, classes: ["card-header", "clearfix"])
64
64
 
65
65
  if !@title || @title.to_s.strip.empty?
66
- @heading.add_ele(:h4, classes: ["pull-left"], str_html: " ") if controls?
66
+ @heading.add_ele(:div, classes: ["pull-left"], str_html: " ") if controls?
67
67
  else
68
68
  panel_title = @heading.add_ele(:div, classes: ["pull-left"])
69
69
 
@@ -1,3 +1,3 @@
1
1
  module BootstrapBuilders
2
- VERSION = "1.0.0".freeze
2
+ VERSION = "1.0.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_builders
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaspernj
@@ -61,6 +61,7 @@ files:
61
61
  - app/assets/stylesheets/bootstrap_builders/bootstrap-variables.scss
62
62
  - app/assets/stylesheets/bootstrap_builders/btn-xs.scss
63
63
  - app/assets/stylesheets/bootstrap_builders/buttons.scss
64
+ - app/assets/stylesheets/bootstrap_builders/panels.scss
64
65
  - app/assets/stylesheets/bootstrap_builders/responsive-classes/hiddens.scss
65
66
  - app/assets/stylesheets/bootstrap_builders/responsive-classes/text-aligns.scss
66
67
  - app/assets/stylesheets/bootstrap_builders/responsive-mixins.scss