vbax-becky_thatcher 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +8 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +39 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/vbax/becky_thatcher/engine.rb +14 -0
- data/lib/vbax/becky_thatcher/version.rb +5 -0
- data/lib/vbax/becky_thatcher.rb +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_alert.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_badge.scss +47 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_breadcrumb.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_button-group.scss +172 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_buttons.scss +143 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_card.scss +301 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_carousel.scss +236 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_close.scss +35 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_code.scss +48 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_custom-forms.scss +433 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_dropdown.scss +166 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_forms.scss +333 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_functions.scss +86 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_grid.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_images.scss +42 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_input-group.scss +173 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_jumbotron.scss +16 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_list-group.scss +115 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_media.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_mixins.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_modal.scss +180 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_nav.scss +118 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_navbar.scss +299 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_pagination.scss +78 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_popover.scss +183 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_print.scss +141 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_progress.scss +34 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_reboot.scss +483 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_root.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_tables.scss +187 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_tooltip.scss +115 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss +22 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_type.scss +125 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_utilities.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_variables.scss +952 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_alert.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_background-variant.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_badge.scss +12 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_border-radius.scss +35 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_box-shadow.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_breakpoints.scss +123 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_buttons.scss +109 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_caret.scss +66 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_clearfix.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_float.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_forms.scss +147 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_gradients.scss +45 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid-framework.scss +67 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_hover.scss +37 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_image.scss +36 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_list-group.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_lists.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_nav-divider.scss +10 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_pagination.scss +22 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_reset-text.scss +17 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_resize.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_screen-reader.scss +33 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_size.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_table-row.scss +30 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-emphasis.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-hide.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-truncate.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_transition.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_visibility.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_align.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_background.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_borders.scss +59 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_clearfix.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_display.scss +38 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_embed.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_flex.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_float.scss +9 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_position.scss +37 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_screenreaders.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_shadows.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_sizing.scss +12 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_spacing.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_text.scss +58 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_visibility.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/custom/_alerts.scss +89 -0
- data/lib/vbax/sass/becky_thatcher/custom/_avatars.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/custom/_badge.scss +25 -0
- data/lib/vbax/sass/becky_thatcher/custom/_buttons.scss +281 -0
- data/lib/vbax/sass/becky_thatcher/custom/_card.scss +223 -0
- data/lib/vbax/sass/becky_thatcher/custom/_checkboxes-radio.scss +154 -0
- data/lib/vbax/sass/becky_thatcher/custom/_close.scss +29 -0
- data/lib/vbax/sass/becky_thatcher/custom/_custom-forms.scss +186 -0
- data/lib/vbax/sass/becky_thatcher/custom/_dropdown.scss +361 -0
- data/lib/vbax/sass/becky_thatcher/custom/_example-pages.scss +319 -0
- data/lib/vbax/sass/becky_thatcher/custom/_fixed-plugin.scss +335 -0
- data/lib/vbax/sass/becky_thatcher/custom/_footer.scss +109 -0
- data/lib/vbax/sass/becky_thatcher/custom/_forms.scss +146 -0
- data/lib/vbax/sass/becky_thatcher/custom/_functions.scss +23 -0
- data/lib/vbax/sass/becky_thatcher/custom/_global.scss +172 -0
- data/lib/vbax/sass/becky_thatcher/custom/_grid.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/custom/_icons.scss +92 -0
- data/lib/vbax/sass/becky_thatcher/custom/_images.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/_info-areas.scss +170 -0
- data/lib/vbax/sass/becky_thatcher/custom/_input-group.scss +342 -0
- data/lib/vbax/sass/becky_thatcher/custom/_misc.scss +215 -0
- data/lib/vbax/sass/becky_thatcher/custom/_mixins.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/_modal.scss +257 -0
- data/lib/vbax/sass/becky_thatcher/custom/_nav.scss +85 -0
- data/lib/vbax/sass/becky_thatcher/custom/_navbar.scss +480 -0
- data/lib/vbax/sass/becky_thatcher/custom/_pagination.scss +141 -0
- data/lib/vbax/sass/becky_thatcher/custom/_pills.scss +169 -0
- data/lib/vbax/sass/becky_thatcher/custom/_popover.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/custom/_progress.scss +103 -0
- data/lib/vbax/sass/becky_thatcher/custom/_reboot.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/_rtl.scss +268 -0
- data/lib/vbax/sass/becky_thatcher/custom/_sidebar-and-main-panel.scss +912 -0
- data/lib/vbax/sass/becky_thatcher/custom/_tables.scss +248 -0
- data/lib/vbax/sass/becky_thatcher/custom/_tabs.scss +110 -0
- data/lib/vbax/sass/becky_thatcher/custom/_timeline.scss +251 -0
- data/lib/vbax/sass/becky_thatcher/custom/_type.scss +166 -0
- data/lib/vbax/sass/becky_thatcher/custom/_utilities.scss +9 -0
- data/lib/vbax/sass/becky_thatcher/custom/_variables.scss +997 -0
- data/lib/vbax/sass/becky_thatcher/custom/_white-content.scss +491 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-animation-on-hover.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-chart.scss +84 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-collapse.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-contributions.scss +55 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-lock.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-map.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-plain.scss +16 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-pricing.scss +190 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-profile.scss +49 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-register.scss +79 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats-mini.scss +53 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats.scss +80 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-subcategories.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-task.scss +31 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-testimonials.scss +46 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-user.scss +77 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-wizard.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_alert.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_background-variant.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_badges.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_buttons.scss +343 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_dropdown.scss +26 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_forms.scss +127 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_icon.scss +4 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_inputs.scss +234 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_modals.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_page-header.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_popovers.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_vendor-prefixes.scss +202 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_wizard.scss +26 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/opacity.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_backgrounds.scss +42 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_floating.scss +54 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_helper.scss +62 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_position.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_shadows.scss +10 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_sizing.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_spacing.scss +105 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_text.scss +40 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_transform.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_icons.scss +415 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-animate-bootstrap-notify.scss +227 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-select.scss +358 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-switch.scss +316 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-card-wizard.scss +315 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datatables.net.scss +135 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datetimepicker.scss +527 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-fullcalendar.scss +1528 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jasny-fileupload.scss +116 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jquery.jvectormap.scss +136 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-nouislider.scss +373 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-perfect-scrollbar.scss +116 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-sweetalert2.scss +711 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-tagsinput.scss +79 -0
- data/lib/vbax/sass/becky_thatcher.scss +144 -0
- data/vbax-becky_thatcher.gemspec +41 -0
- metadata +257 -0
@@ -0,0 +1,79 @@
|
|
1
|
+
/*
|
2
|
+
* bootstrap-tagsinput v0.8.0
|
3
|
+
*
|
4
|
+
*/
|
5
|
+
|
6
|
+
.bootstrap-tagsinput {
|
7
|
+
display: inline-block;
|
8
|
+
padding: 4px 6px;
|
9
|
+
max-width: 100%;
|
10
|
+
line-height: 22px;
|
11
|
+
|
12
|
+
input{
|
13
|
+
border: none;
|
14
|
+
color: $dark-gray;
|
15
|
+
box-shadow: none;
|
16
|
+
outline: none;
|
17
|
+
background-color: transparent;
|
18
|
+
margin: 0;
|
19
|
+
width: 74px;
|
20
|
+
max-width: inherit;
|
21
|
+
|
22
|
+
&:focus{
|
23
|
+
border: none;
|
24
|
+
box-shadow: none;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
|
28
|
+
&.form-control input::-moz-placeholder{
|
29
|
+
color: #777;
|
30
|
+
opacity: 1;
|
31
|
+
}
|
32
|
+
|
33
|
+
&.form-control input:-ms-input-placeholder,
|
34
|
+
&.form-control input::-webkit-input-placeholder{
|
35
|
+
color: #777;
|
36
|
+
}
|
37
|
+
|
38
|
+
.badge{
|
39
|
+
cursor: pointer;
|
40
|
+
margin: 5px 3px 5px 0;
|
41
|
+
position: relative;
|
42
|
+
padding: 3px 8px;
|
43
|
+
border-radius: 12px;
|
44
|
+
font-weight: 500;
|
45
|
+
font-size: 0.75em;
|
46
|
+
text-transform: uppercase;
|
47
|
+
display: inline-block;
|
48
|
+
line-height: 1.5em;
|
49
|
+
padding-left: 0.8em;
|
50
|
+
|
51
|
+
&:hover{
|
52
|
+
padding-right: 22px;
|
53
|
+
|
54
|
+
[data-role="remove"]{
|
55
|
+
opacity: 1;
|
56
|
+
padding-right: 4px;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
|
60
|
+
[data-role="remove"]{
|
61
|
+
cursor: pointer;
|
62
|
+
position: absolute;
|
63
|
+
top: 3px;
|
64
|
+
right: 0px;
|
65
|
+
opacity: 0;
|
66
|
+
background-color: transparent;
|
67
|
+
}
|
68
|
+
|
69
|
+
[data-role="remove"]{
|
70
|
+
&:after{
|
71
|
+
font-family: 'Nucleo';
|
72
|
+
content: "\ea48";
|
73
|
+
padding: 0px 2px;
|
74
|
+
}
|
75
|
+
}
|
76
|
+
}
|
77
|
+
|
78
|
+
|
79
|
+
}
|
@@ -0,0 +1,144 @@
|
|
1
|
+
/*!
|
2
|
+
|
3
|
+
=========================================================
|
4
|
+
* Black Dashboard Pro - v1.0.0
|
5
|
+
=========================================================
|
6
|
+
|
7
|
+
* Product Page: https://www.creative-tim.com/product/becky_thatcher-pro
|
8
|
+
* Copyright 2018 Creative Tim (http://www.creative-tim.com)
|
9
|
+
|
10
|
+
|
11
|
+
=========================================================
|
12
|
+
|
13
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
*/
|
16
|
+
|
17
|
+
// Core
|
18
|
+
|
19
|
+
@import "becky_thatcher/custom/functions";
|
20
|
+
@import "becky_thatcher/bootstrap/functions";
|
21
|
+
|
22
|
+
@import "becky_thatcher/custom/variables";
|
23
|
+
@import "becky_thatcher/bootstrap/variables";
|
24
|
+
|
25
|
+
@import "becky_thatcher/custom/mixins";
|
26
|
+
@import "becky_thatcher/bootstrap/mixins";
|
27
|
+
|
28
|
+
// Bootstrap components
|
29
|
+
|
30
|
+
@import "becky_thatcher/bootstrap/root";
|
31
|
+
@import "becky_thatcher/bootstrap/reboot";
|
32
|
+
@import "becky_thatcher/bootstrap/type";
|
33
|
+
@import "becky_thatcher/bootstrap/images";
|
34
|
+
@import "becky_thatcher/bootstrap/code";
|
35
|
+
@import "becky_thatcher/bootstrap/grid";
|
36
|
+
@import "becky_thatcher/bootstrap/tables";
|
37
|
+
@import "becky_thatcher/bootstrap/forms";
|
38
|
+
@import "becky_thatcher/bootstrap/buttons";
|
39
|
+
@import "becky_thatcher/bootstrap/transitions";
|
40
|
+
@import "becky_thatcher/bootstrap/dropdown";
|
41
|
+
@import "becky_thatcher/bootstrap/button-group";
|
42
|
+
@import "becky_thatcher/bootstrap/input-group";
|
43
|
+
@import "becky_thatcher/bootstrap/custom-forms";
|
44
|
+
@import "becky_thatcher/bootstrap/nav";
|
45
|
+
@import "becky_thatcher/bootstrap/navbar";
|
46
|
+
@import "becky_thatcher/bootstrap/card";
|
47
|
+
@import "becky_thatcher/bootstrap/breadcrumb";
|
48
|
+
@import "becky_thatcher/bootstrap/pagination";
|
49
|
+
@import "becky_thatcher/bootstrap/badge";
|
50
|
+
@import "becky_thatcher/bootstrap/jumbotron";
|
51
|
+
@import "becky_thatcher/bootstrap/alert";
|
52
|
+
@import "becky_thatcher/bootstrap/progress";
|
53
|
+
@import "becky_thatcher/bootstrap/media";
|
54
|
+
@import "becky_thatcher/bootstrap/list-group";
|
55
|
+
@import "becky_thatcher/bootstrap/close";
|
56
|
+
@import "becky_thatcher/bootstrap/modal";
|
57
|
+
@import "becky_thatcher/bootstrap/tooltip";
|
58
|
+
@import "becky_thatcher/bootstrap/popover";
|
59
|
+
@import "becky_thatcher/bootstrap/carousel";
|
60
|
+
@import "becky_thatcher/bootstrap/utilities";
|
61
|
+
@import "becky_thatcher/bootstrap/print";
|
62
|
+
|
63
|
+
// Custom components
|
64
|
+
|
65
|
+
@import "becky_thatcher/custom/reboot.scss";
|
66
|
+
@import "becky_thatcher/custom/global.scss";
|
67
|
+
@import "becky_thatcher/custom/utilities.scss";
|
68
|
+
@import "becky_thatcher/custom/alerts.scss";
|
69
|
+
@import "becky_thatcher/custom/avatars.scss";
|
70
|
+
@import "becky_thatcher/custom/badge.scss";
|
71
|
+
@import "becky_thatcher/custom/buttons.scss";
|
72
|
+
@import "becky_thatcher/custom/close.scss";
|
73
|
+
@import "becky_thatcher/custom/custom-forms.scss";
|
74
|
+
@import "becky_thatcher/custom/dropdown.scss";
|
75
|
+
@import "becky_thatcher/custom/footer.scss";
|
76
|
+
@import "becky_thatcher/custom/forms.scss";
|
77
|
+
@import "becky_thatcher/custom/grid.scss";
|
78
|
+
@import "becky_thatcher/custom/icons.scss";
|
79
|
+
@import "becky_thatcher/custom/images.scss";
|
80
|
+
@import "becky_thatcher/custom/input-group.scss";
|
81
|
+
@import "becky_thatcher/custom/info-areas.scss";
|
82
|
+
@import "becky_thatcher/custom/modal.scss";
|
83
|
+
@import "becky_thatcher/custom/nav.scss";
|
84
|
+
@import "becky_thatcher/custom/navbar.scss";
|
85
|
+
@import "becky_thatcher/custom/pagination.scss";
|
86
|
+
@import "becky_thatcher/custom/tabs.scss";
|
87
|
+
@import "becky_thatcher/custom/pills.scss";
|
88
|
+
@import "becky_thatcher/custom/popover.scss";
|
89
|
+
@import "becky_thatcher/custom/progress.scss";
|
90
|
+
@import "becky_thatcher/custom/type.scss";
|
91
|
+
@import "becky_thatcher/custom/tables";
|
92
|
+
@import "becky_thatcher/custom/checkboxes-radio";
|
93
|
+
@import "becky_thatcher/custom/fixed-plugin";
|
94
|
+
@import "becky_thatcher/custom/sidebar-and-main-panel.scss";
|
95
|
+
@import "becky_thatcher/custom/misc.scss";
|
96
|
+
@import "becky_thatcher/custom/rtl.scss";
|
97
|
+
@import "becky_thatcher/custom/timeline.scss";
|
98
|
+
|
99
|
+
// Vendor / Plugins
|
100
|
+
|
101
|
+
@import "becky_thatcher/custom/vendor/plugin-datetimepicker.scss";
|
102
|
+
@import "becky_thatcher/custom/vendor/plugin-nouislider.scss";
|
103
|
+
@import "becky_thatcher/custom/vendor/plugin-fullcalendar.scss";
|
104
|
+
@import "becky_thatcher/custom/vendor/plugin-sweetalert2.scss";
|
105
|
+
@import "becky_thatcher/custom/vendor/plugin-bootstrap-switch.scss";
|
106
|
+
@import "becky_thatcher/custom/vendor/plugin-bootstrap-select.scss";
|
107
|
+
@import "becky_thatcher/custom/vendor/plugin-jasny-fileupload.scss";
|
108
|
+
@import "becky_thatcher/custom/vendor/plugin-tagsinput.scss";
|
109
|
+
@import "becky_thatcher/custom/vendor/plugin-perfect-scrollbar.scss";
|
110
|
+
@import "becky_thatcher/custom/vendor/plugin-jquery.jvectormap.scss";
|
111
|
+
@import "becky_thatcher/custom/vendor/plugin-datatables.net.scss";
|
112
|
+
@import "becky_thatcher/custom/vendor/plugin-animate-bootstrap-notify.scss";
|
113
|
+
@import "becky_thatcher/custom/vendor/plugin-card-wizard.scss";
|
114
|
+
|
115
|
+
// example pages and sections
|
116
|
+
|
117
|
+
@import "becky_thatcher/custom/example-pages.scss";
|
118
|
+
|
119
|
+
// light mode
|
120
|
+
|
121
|
+
@import "becky_thatcher/custom/white-content.scss";
|
122
|
+
|
123
|
+
// Cards
|
124
|
+
|
125
|
+
@import 'becky_thatcher/custom/card';
|
126
|
+
@import "becky_thatcher/custom/cards/card-chart";
|
127
|
+
@import "becky_thatcher/custom/cards/card-map";
|
128
|
+
@import "becky_thatcher/custom/cards/card-user";
|
129
|
+
@import "becky_thatcher/custom/cards/card-task";
|
130
|
+
@import "becky_thatcher/custom/cards/card-animation-on-hover";
|
131
|
+
@import "becky_thatcher/custom/cards/card-collapse";
|
132
|
+
@import "becky_thatcher/custom/cards/card-contributions";
|
133
|
+
@import "becky_thatcher/custom/cards/card-lock";
|
134
|
+
@import "becky_thatcher/custom/cards/card-pricing";
|
135
|
+
@import "becky_thatcher/custom/cards/card-profile";
|
136
|
+
@import "becky_thatcher/custom/cards/card-plain";
|
137
|
+
@import "becky_thatcher/custom/cards/card-register";
|
138
|
+
@import "becky_thatcher/custom/cards/card-stats";
|
139
|
+
@import "becky_thatcher/custom/cards/card-subcategories";
|
140
|
+
@import "becky_thatcher/custom/cards/card-testimonials";
|
141
|
+
@import "becky_thatcher/custom/cards/card-wizard";
|
142
|
+
|
143
|
+
// End vendor and other stuff
|
144
|
+
@import "becky_thatcher/custom/vendor/icons";
|
@@ -0,0 +1,41 @@
|
|
1
|
+
|
2
|
+
lib = File.expand_path("../lib", __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require "vbax/becky_thatcher/version"
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "vbax-becky_thatcher"
|
8
|
+
spec.version = Vbax::BeckyThatcher::VERSION
|
9
|
+
spec.authors = ["v baxter"]
|
10
|
+
spec.email = ["vincent.viricel@gmail.com"]
|
11
|
+
|
12
|
+
spec.summary = %q{test on front}
|
13
|
+
spec.description = %q{test on front}
|
14
|
+
# spec.homepage = "TODO: Put your gem's website or public repo URL here."
|
15
|
+
spec.license = "MIT"
|
16
|
+
|
17
|
+
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
18
|
+
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
19
|
+
# if spec.respond_to?(:metadata)
|
20
|
+
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
21
|
+
#
|
22
|
+
# spec.metadata["homepage_uri"] = spec.homepage
|
23
|
+
# spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
|
24
|
+
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
25
|
+
# else
|
26
|
+
# raise "RubyGems 2.0 or newer is required to protect against " \
|
27
|
+
# "public gem pushes."
|
28
|
+
# end
|
29
|
+
|
30
|
+
# Specify which files should be added to the gem when it is released.
|
31
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
32
|
+
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
33
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
34
|
+
end
|
35
|
+
spec.bindir = "exe"
|
36
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
37
|
+
spec.require_paths = ["lib"]
|
38
|
+
|
39
|
+
spec.add_development_dependency "bundler", "~> 2.0"
|
40
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
41
|
+
end
|
metadata
ADDED
@@ -0,0 +1,257 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: vbax-becky_thatcher
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- v baxter
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2019-04-14 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bundler
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '2.0'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '2.0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rake
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '10.0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '10.0'
|
41
|
+
description: test on front
|
42
|
+
email:
|
43
|
+
- vincent.viricel@gmail.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- ".gitignore"
|
49
|
+
- Gemfile
|
50
|
+
- LICENSE.txt
|
51
|
+
- README.md
|
52
|
+
- Rakefile
|
53
|
+
- bin/console
|
54
|
+
- bin/setup
|
55
|
+
- lib/vbax/becky_thatcher.rb
|
56
|
+
- lib/vbax/becky_thatcher/engine.rb
|
57
|
+
- lib/vbax/becky_thatcher/version.rb
|
58
|
+
- lib/vbax/sass/becky_thatcher.scss
|
59
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_alert.scss
|
60
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_badge.scss
|
61
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_breadcrumb.scss
|
62
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_button-group.scss
|
63
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_buttons.scss
|
64
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_card.scss
|
65
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_carousel.scss
|
66
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_close.scss
|
67
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_code.scss
|
68
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_custom-forms.scss
|
69
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_dropdown.scss
|
70
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_forms.scss
|
71
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_functions.scss
|
72
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_grid.scss
|
73
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_images.scss
|
74
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_input-group.scss
|
75
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_jumbotron.scss
|
76
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_list-group.scss
|
77
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_media.scss
|
78
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_mixins.scss
|
79
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_modal.scss
|
80
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_nav.scss
|
81
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_navbar.scss
|
82
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_pagination.scss
|
83
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_popover.scss
|
84
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_print.scss
|
85
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_progress.scss
|
86
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_reboot.scss
|
87
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_root.scss
|
88
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_tables.scss
|
89
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_tooltip.scss
|
90
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss
|
91
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_type.scss
|
92
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_utilities.scss
|
93
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/_variables.scss
|
94
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_alert.scss
|
95
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_background-variant.scss
|
96
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_badge.scss
|
97
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_border-radius.scss
|
98
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_box-shadow.scss
|
99
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_breakpoints.scss
|
100
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_buttons.scss
|
101
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_caret.scss
|
102
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_clearfix.scss
|
103
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_float.scss
|
104
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_forms.scss
|
105
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_gradients.scss
|
106
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid-framework.scss
|
107
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid.scss
|
108
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_hover.scss
|
109
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_image.scss
|
110
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_list-group.scss
|
111
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_lists.scss
|
112
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_nav-divider.scss
|
113
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_pagination.scss
|
114
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_reset-text.scss
|
115
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_resize.scss
|
116
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_screen-reader.scss
|
117
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_size.scss
|
118
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_table-row.scss
|
119
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-emphasis.scss
|
120
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-hide.scss
|
121
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-truncate.scss
|
122
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_transition.scss
|
123
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/mixins/_visibility.scss
|
124
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_align.scss
|
125
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_background.scss
|
126
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_borders.scss
|
127
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_clearfix.scss
|
128
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_display.scss
|
129
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_embed.scss
|
130
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_flex.scss
|
131
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_float.scss
|
132
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_position.scss
|
133
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_screenreaders.scss
|
134
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_shadows.scss
|
135
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_sizing.scss
|
136
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_spacing.scss
|
137
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_text.scss
|
138
|
+
- lib/vbax/sass/becky_thatcher/bootstrap/utilities/_visibility.scss
|
139
|
+
- lib/vbax/sass/becky_thatcher/custom/_alerts.scss
|
140
|
+
- lib/vbax/sass/becky_thatcher/custom/_avatars.scss
|
141
|
+
- lib/vbax/sass/becky_thatcher/custom/_badge.scss
|
142
|
+
- lib/vbax/sass/becky_thatcher/custom/_buttons.scss
|
143
|
+
- lib/vbax/sass/becky_thatcher/custom/_card.scss
|
144
|
+
- lib/vbax/sass/becky_thatcher/custom/_checkboxes-radio.scss
|
145
|
+
- lib/vbax/sass/becky_thatcher/custom/_close.scss
|
146
|
+
- lib/vbax/sass/becky_thatcher/custom/_custom-forms.scss
|
147
|
+
- lib/vbax/sass/becky_thatcher/custom/_dropdown.scss
|
148
|
+
- lib/vbax/sass/becky_thatcher/custom/_example-pages.scss
|
149
|
+
- lib/vbax/sass/becky_thatcher/custom/_fixed-plugin.scss
|
150
|
+
- lib/vbax/sass/becky_thatcher/custom/_footer.scss
|
151
|
+
- lib/vbax/sass/becky_thatcher/custom/_forms.scss
|
152
|
+
- lib/vbax/sass/becky_thatcher/custom/_functions.scss
|
153
|
+
- lib/vbax/sass/becky_thatcher/custom/_global.scss
|
154
|
+
- lib/vbax/sass/becky_thatcher/custom/_grid.scss
|
155
|
+
- lib/vbax/sass/becky_thatcher/custom/_icons.scss
|
156
|
+
- lib/vbax/sass/becky_thatcher/custom/_images.scss
|
157
|
+
- lib/vbax/sass/becky_thatcher/custom/_info-areas.scss
|
158
|
+
- lib/vbax/sass/becky_thatcher/custom/_input-group.scss
|
159
|
+
- lib/vbax/sass/becky_thatcher/custom/_misc.scss
|
160
|
+
- lib/vbax/sass/becky_thatcher/custom/_mixins.scss
|
161
|
+
- lib/vbax/sass/becky_thatcher/custom/_modal.scss
|
162
|
+
- lib/vbax/sass/becky_thatcher/custom/_nav.scss
|
163
|
+
- lib/vbax/sass/becky_thatcher/custom/_navbar.scss
|
164
|
+
- lib/vbax/sass/becky_thatcher/custom/_pagination.scss
|
165
|
+
- lib/vbax/sass/becky_thatcher/custom/_pills.scss
|
166
|
+
- lib/vbax/sass/becky_thatcher/custom/_popover.scss
|
167
|
+
- lib/vbax/sass/becky_thatcher/custom/_progress.scss
|
168
|
+
- lib/vbax/sass/becky_thatcher/custom/_reboot.scss
|
169
|
+
- lib/vbax/sass/becky_thatcher/custom/_rtl.scss
|
170
|
+
- lib/vbax/sass/becky_thatcher/custom/_sidebar-and-main-panel.scss
|
171
|
+
- lib/vbax/sass/becky_thatcher/custom/_tables.scss
|
172
|
+
- lib/vbax/sass/becky_thatcher/custom/_tabs.scss
|
173
|
+
- lib/vbax/sass/becky_thatcher/custom/_timeline.scss
|
174
|
+
- lib/vbax/sass/becky_thatcher/custom/_type.scss
|
175
|
+
- lib/vbax/sass/becky_thatcher/custom/_utilities.scss
|
176
|
+
- lib/vbax/sass/becky_thatcher/custom/_variables.scss
|
177
|
+
- lib/vbax/sass/becky_thatcher/custom/_white-content.scss
|
178
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-animation-on-hover.scss
|
179
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-chart.scss
|
180
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-collapse.scss
|
181
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-contributions.scss
|
182
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-lock.scss
|
183
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-map.scss
|
184
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-plain.scss
|
185
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-pricing.scss
|
186
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-profile.scss
|
187
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-register.scss
|
188
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-stats-mini.scss
|
189
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-stats.scss
|
190
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-subcategories.scss
|
191
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-task.scss
|
192
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-testimonials.scss
|
193
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-user.scss
|
194
|
+
- lib/vbax/sass/becky_thatcher/custom/cards/_card-wizard.scss
|
195
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_alert.scss
|
196
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_background-variant.scss
|
197
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_badges.scss
|
198
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_buttons.scss
|
199
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_dropdown.scss
|
200
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_forms.scss
|
201
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_icon.scss
|
202
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_inputs.scss
|
203
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_modals.scss
|
204
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_page-header.scss
|
205
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_popovers.scss
|
206
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_vendor-prefixes.scss
|
207
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/_wizard.scss
|
208
|
+
- lib/vbax/sass/becky_thatcher/custom/mixins/opacity.scss
|
209
|
+
- lib/vbax/sass/becky_thatcher/custom/utilities/_backgrounds.scss
|
210
|
+
- lib/vbax/sass/becky_thatcher/custom/utilities/_floating.scss
|
211
|
+
- lib/vbax/sass/becky_thatcher/custom/utilities/_helper.scss
|
212
|
+
- lib/vbax/sass/becky_thatcher/custom/utilities/_position.scss
|
213
|
+
- lib/vbax/sass/becky_thatcher/custom/utilities/_shadows.scss
|
214
|
+
- lib/vbax/sass/becky_thatcher/custom/utilities/_sizing.scss
|
215
|
+
- lib/vbax/sass/becky_thatcher/custom/utilities/_spacing.scss
|
216
|
+
- lib/vbax/sass/becky_thatcher/custom/utilities/_text.scss
|
217
|
+
- lib/vbax/sass/becky_thatcher/custom/utilities/_transform.scss
|
218
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_icons.scss
|
219
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-animate-bootstrap-notify.scss
|
220
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-select.scss
|
221
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-switch.scss
|
222
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-card-wizard.scss
|
223
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datatables.net.scss
|
224
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datetimepicker.scss
|
225
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-fullcalendar.scss
|
226
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jasny-fileupload.scss
|
227
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jquery.jvectormap.scss
|
228
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-nouislider.scss
|
229
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-perfect-scrollbar.scss
|
230
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-sweetalert2.scss
|
231
|
+
- lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-tagsinput.scss
|
232
|
+
- vbax-becky_thatcher.gemspec
|
233
|
+
homepage:
|
234
|
+
licenses:
|
235
|
+
- MIT
|
236
|
+
metadata: {}
|
237
|
+
post_install_message:
|
238
|
+
rdoc_options: []
|
239
|
+
require_paths:
|
240
|
+
- lib
|
241
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
242
|
+
requirements:
|
243
|
+
- - ">="
|
244
|
+
- !ruby/object:Gem::Version
|
245
|
+
version: '0'
|
246
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
247
|
+
requirements:
|
248
|
+
- - ">="
|
249
|
+
- !ruby/object:Gem::Version
|
250
|
+
version: '0'
|
251
|
+
requirements: []
|
252
|
+
rubyforge_project:
|
253
|
+
rubygems_version: 2.7.6
|
254
|
+
signing_key:
|
255
|
+
specification_version: 4
|
256
|
+
summary: test on front
|
257
|
+
test_files: []
|