ui_bibz 2.0.4 → 2.0.5

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: 1cb9dce7aa2ef8c2bd4a852b17ed154d776f943f
4
- data.tar.gz: 19c40a98a242da199829683f02c3989d6889e20b
3
+ metadata.gz: 920798b8a2a9b5808968344bd6a65a67c555e5f4
4
+ data.tar.gz: 7f33dba7e149daa5caf9d32119d88df80f829043
5
5
  SHA512:
6
- metadata.gz: 862d47955a01025527d4039f3e25a18f52529da0f68ccb8f9666df9905b020b2644b804341c57f99fc3edbbaa4ed7fc6fca706b3eceb923de7bb05036626d14c
7
- data.tar.gz: 95925008dba0417ffb9191eec49cc46c581446743163af309e193932bd2a85bdc4573067ffa1e7e94b429d8a1893f9e250e788072e3aac9aa61b6150d1d61bed
6
+ metadata.gz: 94b9da277ced5d3bd2be7300381858f793aefb6ee7be2143f94f3467d969456535915fd9f77c16e5f4d1bf84c4cf9b1316975e4327895ad4c596092d8f404f07
7
+ data.tar.gz: b4a827d713b9750adaf72587e8a1ad5813bc614c8b8d6b152f9addbbed288a6dbc478e11534983fe437a0c3bc8b76314706a2348e87c09e01ffd696209df2895
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.0.4)
4
+ ui_bibz (2.0.5)
5
5
  bootstrap (= 4.1.1)
6
6
  font-awesome-sass (= 5.0.9)
7
7
  haml
@@ -188,9 +188,15 @@ $input-group-btn-border-color: $input-border-color
188
188
  .input-group-addon .glyph, .input-group-btn .btn .glyph
189
189
  padding: 0.4rem 0
190
190
 
191
- .input-group-sm .input-group-addon .glyph
192
- padding: 0.36rem 0 !important
193
- background-color: red
191
+ .input-group-sm
192
+ .input-group-addon .glyph,
193
+ .input-group-btn .btn .glyph
194
+ padding: 0.352rem 0 !important
195
+
196
+ .input-group-lg
197
+ .input-group-addon .glyph,
198
+ .input-group-btn .btn .glyph
199
+ padding: 0.5rem 0 !important
194
200
 
195
201
  .input-group-lg .input-group-addon .glyph
196
202
  padding: 0.5rem 0 !important
@@ -1,6 +1,6 @@
1
1
  module UiBibz
2
2
  NAME = "Ui Bibz"
3
- VERSION = "2.0.4"
3
+ VERSION = "2.0.5"
4
4
  DESCRIPTION = "A Rails Interface Framework using Bootstrap."
5
5
  SUMMARY = "Create your project with Ui Bibz. Over a thirty reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more."
6
6
  LICENSE = "MIT"
@@ -1,31 +1,35 @@
1
1
  * Ui
2
2
  * Core
3
+ * Boxes
4
+ * card
5
+ * card_column
6
+ * card_deck
7
+ * card_group
8
+ * jumbotron
9
+ * Containers
10
+ * Panel
11
+ * Icons
12
+ * glyph
13
+ * star
14
+ * Layouts
15
+ * col
16
+ * container
17
+ * row
18
+ * Lists
19
+ * list
20
+ * list_group
3
21
  * Navigations
4
- * navbar
5
- * tabs
6
- * nav
7
22
  * breadcrumb
23
+ * link
24
+ * nav
25
+ * navbar
8
26
  * pagination
27
+ * tab group
9
28
  * toolbar
10
29
  * Notifications
11
30
  * alert
12
31
  * badge
13
32
  * progress_bar
14
- * Icons
15
- * glyph
16
- * star
17
- * Boxes
18
- * jumbotron
19
- * card
20
- * card_deck
21
- * card_column
22
- * card_group
23
- * Lists
24
- * list_group
25
- * Layouts
26
- * container
27
- * row
28
- * col
29
33
  * Forms
30
34
  * buttons
31
35
  * button
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ui_bibz
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams