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 +4 -4
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/fix_addon.sass +9 -3
- data/lib/ui_bibz/infos.rb +1 -1
- data/structure.md +22 -18
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 920798b8a2a9b5808968344bd6a65a67c555e5f4
|
4
|
+
data.tar.gz: 7f33dba7e149daa5caf9d32119d88df80f829043
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94b9da277ced5d3bd2be7300381858f793aefb6ee7be2143f94f3467d969456535915fd9f77c16e5f4d1bf84c4cf9b1316975e4327895ad4c596092d8f404f07
|
7
|
+
data.tar.gz: b4a827d713b9750adaf72587e8a1ad5813bc614c8b8d6b152f9addbbed288a6dbc478e11534983fe437a0c3bc8b76314706a2348e87c09e01ffd696209df2895
|
data/Gemfile.lock
CHANGED
@@ -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
|
192
|
-
|
193
|
-
|
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
|
data/lib/ui_bibz/infos.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
module UiBibz
|
2
2
|
NAME = "Ui Bibz"
|
3
|
-
VERSION = "2.0.
|
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"
|
data/structure.md
CHANGED
@@ -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
|