vbax-becky_thatcher 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (187) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +8 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +39 -0
  6. data/Rakefile +2 -0
  7. data/bin/console +14 -0
  8. data/bin/setup +8 -0
  9. data/lib/vbax/becky_thatcher/engine.rb +14 -0
  10. data/lib/vbax/becky_thatcher/version.rb +5 -0
  11. data/lib/vbax/becky_thatcher.rb +8 -0
  12. data/lib/vbax/sass/becky_thatcher/bootstrap/_alert.scss +51 -0
  13. data/lib/vbax/sass/becky_thatcher/bootstrap/_badge.scss +47 -0
  14. data/lib/vbax/sass/becky_thatcher/bootstrap/_breadcrumb.scss +41 -0
  15. data/lib/vbax/sass/becky_thatcher/bootstrap/_button-group.scss +172 -0
  16. data/lib/vbax/sass/becky_thatcher/bootstrap/_buttons.scss +143 -0
  17. data/lib/vbax/sass/becky_thatcher/bootstrap/_card.scss +301 -0
  18. data/lib/vbax/sass/becky_thatcher/bootstrap/_carousel.scss +236 -0
  19. data/lib/vbax/sass/becky_thatcher/bootstrap/_close.scss +35 -0
  20. data/lib/vbax/sass/becky_thatcher/bootstrap/_code.scss +48 -0
  21. data/lib/vbax/sass/becky_thatcher/bootstrap/_custom-forms.scss +433 -0
  22. data/lib/vbax/sass/becky_thatcher/bootstrap/_dropdown.scss +166 -0
  23. data/lib/vbax/sass/becky_thatcher/bootstrap/_forms.scss +333 -0
  24. data/lib/vbax/sass/becky_thatcher/bootstrap/_functions.scss +86 -0
  25. data/lib/vbax/sass/becky_thatcher/bootstrap/_grid.scss +52 -0
  26. data/lib/vbax/sass/becky_thatcher/bootstrap/_images.scss +42 -0
  27. data/lib/vbax/sass/becky_thatcher/bootstrap/_input-group.scss +173 -0
  28. data/lib/vbax/sass/becky_thatcher/bootstrap/_jumbotron.scss +16 -0
  29. data/lib/vbax/sass/becky_thatcher/bootstrap/_list-group.scss +115 -0
  30. data/lib/vbax/sass/becky_thatcher/bootstrap/_media.scss +8 -0
  31. data/lib/vbax/sass/becky_thatcher/bootstrap/_mixins.scss +41 -0
  32. data/lib/vbax/sass/becky_thatcher/bootstrap/_modal.scss +180 -0
  33. data/lib/vbax/sass/becky_thatcher/bootstrap/_nav.scss +118 -0
  34. data/lib/vbax/sass/becky_thatcher/bootstrap/_navbar.scss +299 -0
  35. data/lib/vbax/sass/becky_thatcher/bootstrap/_pagination.scss +78 -0
  36. data/lib/vbax/sass/becky_thatcher/bootstrap/_popover.scss +183 -0
  37. data/lib/vbax/sass/becky_thatcher/bootstrap/_print.scss +141 -0
  38. data/lib/vbax/sass/becky_thatcher/bootstrap/_progress.scss +34 -0
  39. data/lib/vbax/sass/becky_thatcher/bootstrap/_reboot.scss +483 -0
  40. data/lib/vbax/sass/becky_thatcher/bootstrap/_root.scss +19 -0
  41. data/lib/vbax/sass/becky_thatcher/bootstrap/_tables.scss +187 -0
  42. data/lib/vbax/sass/becky_thatcher/bootstrap/_tooltip.scss +115 -0
  43. data/lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss +22 -0
  44. data/lib/vbax/sass/becky_thatcher/bootstrap/_type.scss +125 -0
  45. data/lib/vbax/sass/becky_thatcher/bootstrap/_utilities.scss +15 -0
  46. data/lib/vbax/sass/becky_thatcher/bootstrap/_variables.scss +952 -0
  47. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_alert.scss +13 -0
  48. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_background-variant.scss +21 -0
  49. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_badge.scss +12 -0
  50. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_border-radius.scss +35 -0
  51. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_box-shadow.scss +5 -0
  52. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_breakpoints.scss +123 -0
  53. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_buttons.scss +109 -0
  54. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_caret.scss +66 -0
  55. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_clearfix.scss +7 -0
  56. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_float.scss +11 -0
  57. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_forms.scss +147 -0
  58. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_gradients.scss +45 -0
  59. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid-framework.scss +67 -0
  60. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid.scss +52 -0
  61. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_hover.scss +37 -0
  62. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_image.scss +36 -0
  63. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_list-group.scss +21 -0
  64. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_lists.scss +7 -0
  65. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_nav-divider.scss +10 -0
  66. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_pagination.scss +22 -0
  67. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_reset-text.scss +17 -0
  68. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_resize.scss +6 -0
  69. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_screen-reader.scss +33 -0
  70. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_size.scss +6 -0
  71. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_table-row.scss +30 -0
  72. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-emphasis.scss +14 -0
  73. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-hide.scss +13 -0
  74. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-truncate.scss +8 -0
  75. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_transition.scss +13 -0
  76. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_visibility.scss +7 -0
  77. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_align.scss +8 -0
  78. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_background.scss +19 -0
  79. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_borders.scss +59 -0
  80. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_clearfix.scss +3 -0
  81. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_display.scss +38 -0
  82. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_embed.scss +52 -0
  83. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_flex.scss +51 -0
  84. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_float.scss +9 -0
  85. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_position.scss +37 -0
  86. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_screenreaders.scss +11 -0
  87. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_shadows.scss +6 -0
  88. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_sizing.scss +12 -0
  89. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_spacing.scss +51 -0
  90. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_text.scss +58 -0
  91. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_visibility.scss +11 -0
  92. data/lib/vbax/sass/becky_thatcher/custom/_alerts.scss +89 -0
  93. data/lib/vbax/sass/becky_thatcher/custom/_avatars.scss +51 -0
  94. data/lib/vbax/sass/becky_thatcher/custom/_badge.scss +25 -0
  95. data/lib/vbax/sass/becky_thatcher/custom/_buttons.scss +281 -0
  96. data/lib/vbax/sass/becky_thatcher/custom/_card.scss +223 -0
  97. data/lib/vbax/sass/becky_thatcher/custom/_checkboxes-radio.scss +154 -0
  98. data/lib/vbax/sass/becky_thatcher/custom/_close.scss +29 -0
  99. data/lib/vbax/sass/becky_thatcher/custom/_custom-forms.scss +186 -0
  100. data/lib/vbax/sass/becky_thatcher/custom/_dropdown.scss +361 -0
  101. data/lib/vbax/sass/becky_thatcher/custom/_example-pages.scss +319 -0
  102. data/lib/vbax/sass/becky_thatcher/custom/_fixed-plugin.scss +335 -0
  103. data/lib/vbax/sass/becky_thatcher/custom/_footer.scss +109 -0
  104. data/lib/vbax/sass/becky_thatcher/custom/_forms.scss +146 -0
  105. data/lib/vbax/sass/becky_thatcher/custom/_functions.scss +23 -0
  106. data/lib/vbax/sass/becky_thatcher/custom/_global.scss +172 -0
  107. data/lib/vbax/sass/becky_thatcher/custom/_grid.scss +5 -0
  108. data/lib/vbax/sass/becky_thatcher/custom/_icons.scss +92 -0
  109. data/lib/vbax/sass/becky_thatcher/custom/_images.scss +7 -0
  110. data/lib/vbax/sass/becky_thatcher/custom/_info-areas.scss +170 -0
  111. data/lib/vbax/sass/becky_thatcher/custom/_input-group.scss +342 -0
  112. data/lib/vbax/sass/becky_thatcher/custom/_misc.scss +215 -0
  113. data/lib/vbax/sass/becky_thatcher/custom/_mixins.scss +15 -0
  114. data/lib/vbax/sass/becky_thatcher/custom/_modal.scss +257 -0
  115. data/lib/vbax/sass/becky_thatcher/custom/_nav.scss +85 -0
  116. data/lib/vbax/sass/becky_thatcher/custom/_navbar.scss +480 -0
  117. data/lib/vbax/sass/becky_thatcher/custom/_pagination.scss +141 -0
  118. data/lib/vbax/sass/becky_thatcher/custom/_pills.scss +169 -0
  119. data/lib/vbax/sass/becky_thatcher/custom/_popover.scss +14 -0
  120. data/lib/vbax/sass/becky_thatcher/custom/_progress.scss +103 -0
  121. data/lib/vbax/sass/becky_thatcher/custom/_reboot.scss +18 -0
  122. data/lib/vbax/sass/becky_thatcher/custom/_rtl.scss +268 -0
  123. data/lib/vbax/sass/becky_thatcher/custom/_sidebar-and-main-panel.scss +912 -0
  124. data/lib/vbax/sass/becky_thatcher/custom/_tables.scss +248 -0
  125. data/lib/vbax/sass/becky_thatcher/custom/_tabs.scss +110 -0
  126. data/lib/vbax/sass/becky_thatcher/custom/_timeline.scss +251 -0
  127. data/lib/vbax/sass/becky_thatcher/custom/_type.scss +166 -0
  128. data/lib/vbax/sass/becky_thatcher/custom/_utilities.scss +9 -0
  129. data/lib/vbax/sass/becky_thatcher/custom/_variables.scss +997 -0
  130. data/lib/vbax/sass/becky_thatcher/custom/_white-content.scss +491 -0
  131. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-animation-on-hover.scss +7 -0
  132. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-chart.scss +84 -0
  133. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-collapse.scss +51 -0
  134. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-contributions.scss +55 -0
  135. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-lock.scss +18 -0
  136. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-map.scss +3 -0
  137. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-plain.scss +16 -0
  138. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-pricing.scss +190 -0
  139. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-profile.scss +49 -0
  140. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-register.scss +79 -0
  141. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats-mini.scss +53 -0
  142. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats.scss +80 -0
  143. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-subcategories.scss +3 -0
  144. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-task.scss +31 -0
  145. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-testimonials.scss +46 -0
  146. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-user.scss +77 -0
  147. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-wizard.scss +21 -0
  148. data/lib/vbax/sass/becky_thatcher/custom/mixins/_alert.scss +14 -0
  149. data/lib/vbax/sass/becky_thatcher/custom/mixins/_background-variant.scss +18 -0
  150. data/lib/vbax/sass/becky_thatcher/custom/mixins/_badges.scss +15 -0
  151. data/lib/vbax/sass/becky_thatcher/custom/mixins/_buttons.scss +343 -0
  152. data/lib/vbax/sass/becky_thatcher/custom/mixins/_dropdown.scss +26 -0
  153. data/lib/vbax/sass/becky_thatcher/custom/mixins/_forms.scss +127 -0
  154. data/lib/vbax/sass/becky_thatcher/custom/mixins/_icon.scss +4 -0
  155. data/lib/vbax/sass/becky_thatcher/custom/mixins/_inputs.scss +234 -0
  156. data/lib/vbax/sass/becky_thatcher/custom/mixins/_modals.scss +15 -0
  157. data/lib/vbax/sass/becky_thatcher/custom/mixins/_page-header.scss +7 -0
  158. data/lib/vbax/sass/becky_thatcher/custom/mixins/_popovers.scss +41 -0
  159. data/lib/vbax/sass/becky_thatcher/custom/mixins/_vendor-prefixes.scss +202 -0
  160. data/lib/vbax/sass/becky_thatcher/custom/mixins/_wizard.scss +26 -0
  161. data/lib/vbax/sass/becky_thatcher/custom/mixins/opacity.scss +8 -0
  162. data/lib/vbax/sass/becky_thatcher/custom/utilities/_backgrounds.scss +42 -0
  163. data/lib/vbax/sass/becky_thatcher/custom/utilities/_floating.scss +54 -0
  164. data/lib/vbax/sass/becky_thatcher/custom/utilities/_helper.scss +62 -0
  165. data/lib/vbax/sass/becky_thatcher/custom/utilities/_position.scss +19 -0
  166. data/lib/vbax/sass/becky_thatcher/custom/utilities/_shadows.scss +10 -0
  167. data/lib/vbax/sass/becky_thatcher/custom/utilities/_sizing.scss +5 -0
  168. data/lib/vbax/sass/becky_thatcher/custom/utilities/_spacing.scss +105 -0
  169. data/lib/vbax/sass/becky_thatcher/custom/utilities/_text.scss +40 -0
  170. data/lib/vbax/sass/becky_thatcher/custom/utilities/_transform.scss +8 -0
  171. data/lib/vbax/sass/becky_thatcher/custom/vendor/_icons.scss +415 -0
  172. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-animate-bootstrap-notify.scss +227 -0
  173. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-select.scss +358 -0
  174. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-switch.scss +316 -0
  175. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-card-wizard.scss +315 -0
  176. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datatables.net.scss +135 -0
  177. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datetimepicker.scss +527 -0
  178. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-fullcalendar.scss +1528 -0
  179. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jasny-fileupload.scss +116 -0
  180. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jquery.jvectormap.scss +136 -0
  181. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-nouislider.scss +373 -0
  182. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-perfect-scrollbar.scss +116 -0
  183. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-sweetalert2.scss +711 -0
  184. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-tagsinput.scss +79 -0
  185. data/lib/vbax/sass/becky_thatcher.scss +144 -0
  186. data/vbax-becky_thatcher.gemspec +41 -0
  187. metadata +257 -0
@@ -0,0 +1,342 @@
1
+ .form-group.has-danger .error,
2
+ .input-group.has-danger .error {
3
+ color: $danger-states;
4
+ }
5
+
6
+
7
+ .form-group.has-success .error,
8
+ .input-group.has-success .error {
9
+ color: $success;
10
+ }
11
+
12
+ @include form-control-lg-padding($padding-lg-vertical, $padding-input-horizontal);
13
+ @include input-base-padding($padding-input-vertical, $padding-input-horizontal);
14
+
15
+ .form-group.no-border,
16
+ .input-group.no-border{
17
+ .form-control,
18
+ .form-control + .input-group-prepend .input-group-text,
19
+ .form-control + .input-group-append .input-group-text{
20
+
21
+ background-color: lighten($black,1%);
22
+ border: medium none;
23
+ &:focus,
24
+ &:active,
25
+ &:active{
26
+ border: medium none;
27
+ background-color: lighten($black,2%);
28
+ }
29
+ }
30
+
31
+ .form-control{
32
+ &:focus{
33
+ & + .input-group-prepend .input-group-text,
34
+ & + .input-group-append .input-group-text{
35
+ background-color: lighten($black,2%);
36
+ }
37
+ }
38
+ }
39
+
40
+ .input-group-prepend .input-group-text,
41
+ .input-group-append .input-group-text{
42
+ background-color: lighten($black,1%);;
43
+ border: none;
44
+ }
45
+ }
46
+
47
+ .has-error{
48
+ .form-control-feedback, .control-label{
49
+ color: $danger-states;
50
+ }
51
+ }
52
+ .has-success{
53
+ .form-control-feedback, .control-label{
54
+ color: $success;
55
+ }
56
+ }
57
+
58
+ .input-group-append .input-group-text,
59
+ .input-group-prepend .input-group-text {
60
+ background-color: transparent;
61
+ border: 1px solid lighten($black,5%);
62
+ border-radius: $border-radius-lg;
63
+ color: $white;
64
+
65
+ & i{
66
+ opacity: .5;
67
+ }
68
+
69
+ @include transition-input-focus-color();
70
+
71
+ .has-danger.input-group-focus &{
72
+ background-color: $transparent-bg;
73
+ }
74
+
75
+ .has-success &{
76
+ background-color: $transparent-bg;
77
+ }
78
+ .has-danger .form-control:focus + &{
79
+ color: $danger-states;
80
+ }
81
+ .has-success .form-control:focus + &{
82
+ color: $success;
83
+ }
84
+
85
+ & + .form-control,
86
+ & ~ .form-control{
87
+ @include input-size($padding-base-vertical - 1, $padding-base-horizontal);
88
+ padding-left: 18px;
89
+ }
90
+
91
+ i{
92
+ width: 17px;
93
+ }
94
+ }
95
+
96
+ .input-group-append,
97
+ .input-group-prepend .input-group-text,
98
+ .input-group-prepend .input-group-text {
99
+ background-color: transparent;
100
+ border: 1px solid lighten($black,5%);
101
+ border-radius: $border-radius-lg;
102
+ color: $white;
103
+ margin: 0;
104
+ }
105
+
106
+ .input-group-append .input-group-text{
107
+ border-left: none;
108
+ }
109
+ .input-group-prepend .input-group-text{
110
+ border-right: none;
111
+ }
112
+
113
+ .input-group-focus{
114
+ .input-group-prepend .input-group-text,
115
+ .input-group-append .input-group-text{
116
+ background-color: $white;
117
+ border-color: $primary;
118
+ background-color: $transparent-bg;
119
+ border-color: $primary;
120
+ }
121
+
122
+ &.no-border{
123
+ .input-group-prepend .input-group-text,
124
+ .input-group-append .input-group-text{
125
+ background-color: lighten($black,2%);
126
+ }
127
+ }
128
+ }
129
+
130
+ .input-group,
131
+ .form-group{
132
+ margin-bottom: 10px;
133
+ position: relative;
134
+
135
+ .form-control-static{
136
+ margin-top: 9px;
137
+ }
138
+ }
139
+
140
+ .input-group[disabled]{
141
+ .input-group-prepend .input-group-text,
142
+ .input-group-append .input-group-text{
143
+ background-color: $light-gray;
144
+ }
145
+ }
146
+
147
+ .input-group .form-control:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child){
148
+ border-radius: $border-radius-lg;
149
+ border-top-left-radius: 0;
150
+ border-bottom-left-radius: 0;
151
+ border-left: 0 none;
152
+ }
153
+
154
+ .input-group .form-control:first-child,
155
+ .input-group-btn:first-child > .dropdown-toggle,
156
+ .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
157
+ border-right: 0 none;
158
+ }
159
+ .input-group .form-control:last-child,
160
+ .input-group-btn:last-child > .dropdown-toggle,
161
+ .input-group-btn:first-child > .btn:not(:first-child) {
162
+ border-left: 0 none;
163
+ }
164
+ .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
165
+ background-color: $black-states;
166
+ color: $default;
167
+ cursor: not-allowed;
168
+ }
169
+
170
+ .input-group-btn .btn{
171
+ border-width: $border-thin;
172
+ padding: $padding-btn-vertical $padding-base-horizontal;
173
+ }
174
+ .input-group-btn .btn-default:not(.btn-fill){
175
+ border-color: $medium-gray;
176
+ }
177
+
178
+ .input-group-btn:last-child > .btn{
179
+ margin-left: 0;
180
+ }
181
+
182
+ textarea.form-control{
183
+ max-width: 100%;
184
+ max-height: 80px;
185
+ padding: 10px 10px 0 0;
186
+ resize: none;
187
+ border: none;
188
+ border-bottom: 1px solid lighten($black,5%);
189
+ border-radius: 0;
190
+ line-height: 2;
191
+
192
+ &:focus,
193
+ &:active{
194
+ border-left: none;
195
+ border-top: none;
196
+ border-right: none;
197
+ }
198
+ }
199
+
200
+ .has-success,
201
+ .has-danger{
202
+
203
+ &.form-group .form-control,
204
+ &.form-group.no-border .form-control{
205
+ padding-right: $input-padding-horizontal + 21;
206
+ }
207
+ }
208
+
209
+ .form.form-newsletter .form-group{
210
+ float: left;
211
+ width: 78%;
212
+ margin-right: 2%;
213
+ margin-top: 9px;
214
+ }
215
+
216
+ .input-group .input-group-btn{
217
+ padding: 0 12px;
218
+ }
219
+
220
+ // Input files - hide actual input - requires specific markup in the sample.
221
+ .form-group input[type=file] {
222
+ opacity: 0;
223
+ position: absolute;
224
+ top: 0;
225
+ right: 0;
226
+ bottom: 0;
227
+ left: 0;
228
+ width: 100%;
229
+ height: 100%;
230
+ z-index: 100;
231
+ }
232
+
233
+ .form-text{
234
+ font-size: $font-size-sm;
235
+ color: rgba($white,0.8);
236
+ }
237
+
238
+ .form-control-lg{
239
+ padding: 0;
240
+ font-size: inherit;
241
+ line-height: 0;
242
+ border-radius: 0;
243
+
244
+ .form-control {
245
+ height: calc(2.875rem + 2px);
246
+ }
247
+ }
248
+
249
+ .form-horizontal{
250
+ .col-form-label,
251
+ .label-on-right{
252
+ padding: 10px 5px 0 15px;
253
+ text-align: right;
254
+ max-width: 180px;
255
+ }
256
+
257
+ .checkbox-radios{
258
+ margin-bottom: 15px;
259
+
260
+ .form-check:first-child{
261
+ margin-top: 8px;
262
+ }
263
+ }
264
+
265
+ .label-on-right{
266
+ text-align: left;
267
+ padding: 10px 15px 0 5px;
268
+ }
269
+
270
+ .form-check-inline{
271
+ margin-top: 6px;
272
+ .form-check-label{
273
+ margin-right: 1.5rem;
274
+ }
275
+ }
276
+ }
277
+
278
+ .search-bar{
279
+ margin-left: $margin-lg-vertical;
280
+ .btn{
281
+ margin: 0;
282
+ }
283
+ &.input-group{
284
+ border-radius: 25px;
285
+ z-index: 4;
286
+ margin-bottom: 0;
287
+ height: 43px;
288
+ .input-group-addon{
289
+ padding: 10px;
290
+ background: transparent;
291
+ border: none;
292
+ color: rgba(255, 255, 255, 0.7);
293
+
294
+ }
295
+
296
+ i{
297
+ font-size: 20px;
298
+ color: white;
299
+ margin-top: 0 !important;
300
+ }
301
+ input{
302
+ background: transparent;
303
+ border:none !important;
304
+ border-radius: 0;
305
+ padding: 12px !important;
306
+ font-size: 12px;
307
+ opacity: 0.5;
308
+ &:focus{
309
+ background: transparent;
310
+ }
311
+ }
312
+ .form-control{
313
+ opacity: 1;
314
+ color: $white;
315
+ &::placeholder{
316
+ color: white;
317
+ }
318
+ }
319
+ }
320
+ }
321
+
322
+ .modal-search .modal-dialog{
323
+ max-width: 1000px;
324
+ margin: 20px auto;
325
+ .form-control{
326
+ border: none;
327
+ color: $black;
328
+ &::placeholder{
329
+ color: $black;
330
+ }
331
+ }
332
+ }
333
+
334
+ .input-group-prepend{
335
+ margin-right: 0;
336
+ }
337
+ .input-group-prepend,
338
+ .input-group-append {
339
+ .tim-icons {
340
+ font-size: $font-paragraph;
341
+ }
342
+ }
@@ -0,0 +1,215 @@
1
+
2
+ /* Animations */
3
+ .nav-pills .nav-link,
4
+ .navbar,
5
+ .nav-tabs .nav-link,
6
+ .sidebar .nav a,
7
+ .sidebar .nav a i,
8
+ .sidebar .nav p,
9
+ .navbar-collapse .navbar-nav .nav-link,
10
+ .animation-transition-general,
11
+ .tag,
12
+ .tag [data-role="remove"],
13
+ .animation-transition-general{
14
+ @include transitions($general-transition-time, $transition-ease);
15
+ }
16
+
17
+ //transition for dropdown caret
18
+ .bootstrap-switch-label:before,
19
+ .caret{
20
+ @include transitions($fast-transition-time, $transition-ease);
21
+ }
22
+
23
+ .dropdown-toggle[aria-expanded="true"]:after,
24
+ a[data-toggle="collapse"][aria-expanded="true"] .caret,
25
+ .card-collapse .card a[data-toggle="collapse"][aria-expanded="true"] i,
26
+ .card-collapse .card a[data-toggle="collapse"].expanded i{
27
+ @include rotate-180();
28
+ }
29
+
30
+ .caret{
31
+ width: 0;
32
+ height: 0;
33
+ vertical-align: middle;
34
+ border-top: 4px dashed;
35
+ border-right: 4px solid transparent;
36
+ border-left: 4px solid transparent;
37
+ margin-top: -5px;
38
+ position: absolute;
39
+ top: 30px;
40
+ margin-left: 5px;
41
+ }
42
+
43
+ .pull-left{
44
+ float: left;
45
+ }
46
+ .pull-right{
47
+ float: right;
48
+ }
49
+
50
+
51
+ // card user profile page
52
+
53
+ .card {
54
+ form {
55
+ label + .form-control {
56
+ margin-bottom: 20px;
57
+ }
58
+ }
59
+ }
60
+
61
+ // offline documentation
62
+
63
+ .offline-doc {
64
+ .page-header:before {
65
+ background: rgba(0,0,0,.75);
66
+ }
67
+
68
+ .navbar {
69
+ border: none;
70
+ }
71
+
72
+ .footer {
73
+ position: absolute;
74
+ width: 100%;
75
+ background: transparent;
76
+ bottom: 0;
77
+ color: $white;
78
+ padding: 0.9375rem 0;
79
+ }
80
+ }
81
+
82
+
83
+ .card {
84
+ .map-title {
85
+ color: $white;
86
+ }
87
+
88
+ .table {
89
+ tr td {
90
+ p.title {
91
+ padding-top: 7px;
92
+ margin-bottom: 0;
93
+ }
94
+ }
95
+ }
96
+
97
+
98
+ &.card-chart {
99
+ .gmnoprint,
100
+ .gm-style-cc {
101
+ display: none !important;
102
+ }
103
+ }
104
+ }
105
+
106
+ // documentation
107
+
108
+ .bd-docs {
109
+
110
+ h1,h2,h3,h4,h5,h6,p,ul li,ol li{
111
+ color:#2c2c2c;
112
+ }
113
+
114
+
115
+ .bd-content>table>thead>tr>th {
116
+ color: $black;
117
+
118
+ }
119
+
120
+ .blockquote, .blockquote p, .card p{
121
+ color: rgba($white,0.8);
122
+ }
123
+ .bd-example {
124
+ background: linear-gradient(#1e1e2f,#1e1e24);
125
+
126
+ }
127
+
128
+ .navbar {
129
+ border-top: none;
130
+
131
+ .navbar-nav .nav-link {
132
+ color: rgba(255,255,255,.8) !important;
133
+ }
134
+ }
135
+
136
+ .bd-example {
137
+
138
+ .btn{
139
+ margin: 4px 0;
140
+ }
141
+ .btn .badge {
142
+ display: inline-block;
143
+ }
144
+
145
+ .tim-icons{
146
+ color: $white;
147
+ }
148
+
149
+ .popover .popover-header {
150
+ color: hsla(0,0%,71%,.6);
151
+ }
152
+
153
+
154
+ .popover-body {
155
+ p {
156
+ color: $gray-900;
157
+ }
158
+ }
159
+
160
+ &.tooltip-demo p{
161
+ color: rgba($white,.8);
162
+ }
163
+ }
164
+
165
+ .card.card-body,
166
+ .card .card-body {
167
+ color: hsla(0,0%,100%,.8);
168
+ }
169
+
170
+ label,
171
+ .form-check {
172
+ color: hsla(0,0%,100%,.8);
173
+ }
174
+
175
+ .form-check + .btn {
176
+ margin-top: 20px;
177
+ }
178
+
179
+ .bd-example,
180
+ table {
181
+ thead th {
182
+ color: hsla(0,0%,100%,.8);
183
+ }
184
+
185
+ h1, h2, h3, h4, h5, h6,
186
+ .h1, .h2, .h3, .h4, .h5, .h6 {
187
+ color: hsla(0,0%,100%,.8);
188
+ }
189
+
190
+ .datepicker{
191
+ thead th, table thead th,.tim-icons{
192
+ color: $primary;
193
+ }
194
+
195
+ }
196
+
197
+ .picker-switch .tim-icons{
198
+ color: $primary;
199
+ }
200
+ }
201
+
202
+ .footer {
203
+ .container-fluid > nav {
204
+ display: inline-block;
205
+ }
206
+ }
207
+ }
208
+ .modal.show .modal-dialog {
209
+ -webkit-transform: translate(0,30%);
210
+ transform: translate(0,30%);
211
+ }
212
+
213
+ code {
214
+ color: $pink;
215
+ }
@@ -0,0 +1,15 @@
1
+ @import "mixins/alert.scss";
2
+ @import "mixins/badges.scss";
3
+ @import "mixins/background-variant.scss";
4
+ @import "mixins/buttons.scss";
5
+ @import "mixins/forms.scss";
6
+ @import "mixins/icon.scss";
7
+ @import "mixins/modals.scss";
8
+ @import "mixins/popovers.scss";
9
+ @import "mixins/page-header.scss";
10
+ @import "mixins/vendor-prefixes.scss";
11
+ @import "mixins/opacity.scss";
12
+ @import "mixins/modals.scss";
13
+ @import "mixins/inputs.scss";
14
+ @import "mixins/dropdown.scss";
15
+ @import "mixins/wizard.scss";