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,190 @@
1
+ .card-pricing {
2
+ position: relative;
3
+ z-index: 1;
4
+ box-shadow: none;
5
+ min-height: 400px;
6
+
7
+ .card-body {
8
+ overflow: hidden;
9
+ padding: 0;
10
+
11
+ .card-title {
12
+ position: relative;
13
+ font-size: 5em;
14
+ font-weight: 900;
15
+ color: $black;
16
+ text-transform: lowercase;
17
+ margin-left: -5px;
18
+ z-index: 1;
19
+
20
+ &.card-title-right {
21
+ text-align: right;
22
+ margin-right: -5px;
23
+ }
24
+ }
25
+
26
+ img {
27
+ position: absolute;
28
+ border-radius: $border-radius-sm;
29
+ top: 0;
30
+ left: 0;
31
+ width: 100%;
32
+ z-index: 0;
33
+ }
34
+
35
+ .card-prices{
36
+ .text-on-front{
37
+ position: relative;
38
+ z-index: 2;
39
+ color: rgba($white, 0.9);
40
+ font-size: 3.6em;
41
+ font-weight: 900;
42
+ text-align: center;
43
+ span{
44
+
45
+ font-size: 0.7em;
46
+ }
47
+ }
48
+
49
+ .text-on-back{
50
+ position: relative;
51
+ z-index: 1;
52
+ font-size: 9.5em;
53
+ text-align: center;
54
+ margin-top: -160px;
55
+ font-weight: 900;
56
+ color: rgba($default-states,0.1);
57
+ }
58
+
59
+ .plan{
60
+ font-weight: 600;
61
+ font-size: 0.8em;
62
+ margin-top: -80px;
63
+ text-align: center;
64
+ color: rgba($white,0.9);
65
+ }
66
+ }
67
+ }
68
+
69
+ ul{
70
+ list-style: none;
71
+ padding: 0;
72
+ max-width: 240px;
73
+ margin: 80px auto 40px;
74
+
75
+ li{
76
+ color: rgba($white, 0.9);
77
+ background: $transparent-bg;
78
+ text-align: center;
79
+ font-size: 1.2em;
80
+ font-weight: $font-weight-bold;
81
+ padding: 5px 0;
82
+ border: none;
83
+
84
+ }
85
+ }
86
+ &.card-white{
87
+ background: $white;
88
+ .card-body{
89
+ .card-title{
90
+ color:white;
91
+ }
92
+ }
93
+ .card-body .card-prices{
94
+ .text-on-front, .plan {
95
+ color: $default-states;
96
+ span{
97
+ color: $default-states;
98
+ }
99
+ }
100
+ }
101
+
102
+ ul li{
103
+
104
+ color: $default-states;
105
+ }
106
+
107
+ .list-group-item{
108
+ background: $transparent-bg;
109
+ }
110
+ }
111
+
112
+ &.card-primary{
113
+ .card-body .card-prices{
114
+ .text-on-back{
115
+ color: rgba($primary,0.1);
116
+ }
117
+ }
118
+ }
119
+
120
+ &.card-info{
121
+ .text-on-back{
122
+ color: rgba($info,0.1);
123
+ }
124
+ }
125
+
126
+ &.card-success{
127
+ .card-body .card-prices{
128
+ .text-on-back{
129
+ color: rgba($success,0.1);
130
+ }
131
+ }
132
+ }
133
+
134
+ &.card-warning{
135
+ .card-body .card-prices{
136
+ .text-on-back{
137
+ color: rgba($warning,0.1);
138
+ }
139
+ }
140
+ }
141
+
142
+ &.card-danger{
143
+ .card-body .card-prices{
144
+ .text-on-back{
145
+ color: rgba($danger,0.1);
146
+ }
147
+ }
148
+ }
149
+
150
+ &.card-raised{
151
+ z-index: 3;
152
+ box-shadow: 0px 0px 40px 15px rgba($default-states,0.3);
153
+ padding: 20px 0;
154
+ margin-top: -20px;
155
+ border-radius: $border-radius-sm;
156
+ img{
157
+ border-radius: $border-radius-sm;
158
+ }
159
+ }
160
+ }
161
+
162
+ @include media-breakpoint-up(md){
163
+ .pricing-page {
164
+ [class*="col-"]{
165
+ &:first-child{
166
+ padding-right: 0;
167
+ .card:not(.card-raised){
168
+ border-top-right-radius: 0;
169
+ border-bottom-right-radius: 0;
170
+ }
171
+ }
172
+ &:not(:first-child):not(:last-child) {
173
+ padding: 0;
174
+ .card:not(.card-raised){
175
+ border-radius: 0;
176
+ img{
177
+ border-radius: 0;
178
+ }
179
+ }
180
+ }
181
+ &:last-child {
182
+ padding-left: 0;
183
+ .card:not(.card-raised){
184
+ border-top-left-radius: 0;
185
+ border-bottom-left-radius: 0;
186
+ }
187
+ }
188
+ }
189
+ }
190
+ }
@@ -0,0 +1,49 @@
1
+ %card-profile{
2
+ margin-top: 30px;
3
+ text-align: center;
4
+
5
+ .card-body .card-title{
6
+ margin-top: 0;
7
+ }
8
+
9
+ [class*=col-]{
10
+ .card-description{
11
+ margin-bottom: 0;
12
+
13
+ & + .card-footer{
14
+ margin-top: 8px;
15
+ }
16
+ }
17
+
18
+
19
+ }
20
+
21
+ .card-header-avatar{
22
+ max-width: 130px;
23
+ max-height: 130px;
24
+ margin: -60px auto 0;
25
+
26
+ img{
27
+ border-radius: 50% !important;
28
+ }
29
+
30
+ & + .card-body{
31
+ margin-top: 15px;
32
+ }
33
+ }
34
+
35
+ &.card-plain{
36
+ .card-header-avatar{
37
+ margin-top: 0;
38
+ }
39
+ }
40
+ .card-body{
41
+ .card-avatar{
42
+ margin: 0 auto 30px;
43
+ }
44
+ }
45
+ }
46
+
47
+ .card-profile{
48
+ @extend %card-profile;
49
+ }
@@ -0,0 +1,79 @@
1
+ .card-register {
2
+ overflow: hidden;
3
+
4
+ .header {
5
+ margin-left: 20px;
6
+ margin-right: 20px;
7
+ padding: 30px 0;
8
+ }
9
+
10
+ .text-divider {
11
+ margin-top: 30px;
12
+ margin-bottom: 0px;
13
+ text-align: center;
14
+ }
15
+
16
+ .content {
17
+ padding: 0px 30px;
18
+ }
19
+
20
+ .form-check {
21
+ margin-top: 20px;
22
+ margin-left: 20px;
23
+
24
+ label:not(.form-check-label){
25
+ padding-left: 38px;
26
+ }
27
+ }
28
+
29
+ .card-header {
30
+ padding: 0 0 50px;
31
+ overflow: hidden;
32
+
33
+ .card-title {
34
+ position: relative;
35
+ font-size: 5em;
36
+ font-weight: 900;
37
+ color: $black;
38
+ text-transform: lowercase;
39
+ margin-left: -5px;
40
+ z-index: 1;
41
+ }
42
+ }
43
+
44
+ .card-img {
45
+ position: absolute;
46
+ left: 0;
47
+ top: -15%;
48
+ width: 70%;
49
+ }
50
+
51
+ .social-line {
52
+ margin-top: 20px;
53
+ text-align: center;
54
+
55
+ .btn.btn-icon ,
56
+ .btn.btn-icon .btn-icon {
57
+ margin-left: 5px;
58
+ margin-right: 5px;
59
+ box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
60
+ }
61
+ }
62
+
63
+ .card-footer {
64
+ margin-bottom: 10px;
65
+ margin-top: 24px;
66
+ }
67
+
68
+ &.card-white{
69
+ .card-header .card-title{
70
+ color: $white;
71
+ }
72
+ }
73
+ }
74
+
75
+ @include media-breakpoint-down(md){
76
+ .card.card-register .card-img {
77
+ width: 95%;
78
+ }
79
+ }
@@ -0,0 +1,53 @@
1
+ .card-stats-mini {
2
+ &.card-background::after {
3
+ background-image: linear-gradient(to right, #434343 0%, black 100%);
4
+ opacity: .94;
5
+ }
6
+
7
+ .card-body {
8
+ &::after {
9
+ clear: both;
10
+ content: '';
11
+ display: block;
12
+ }
13
+ }
14
+
15
+ .card-footer {
16
+ border-top: 1px solid $opacity-2;
17
+ margin: 0 15px;
18
+ }
19
+
20
+ &.card-background {
21
+ .card-body {
22
+ min-height: auto;
23
+ padding-top: 15px;
24
+ padding-bottom: 15px;
25
+ }
26
+ }
27
+
28
+ .card-title {
29
+ margin-top: 0;
30
+ margin-bottom: 5px;
31
+ }
32
+
33
+ .info-area {
34
+ text-align: left;
35
+ width: 40%;
36
+ float: left;
37
+ padding: 15px 0;
38
+
39
+ .icon > i {
40
+ font-size: 2em;
41
+ }
42
+ }
43
+
44
+ .chart-area {
45
+ float: left;
46
+ width: 60%;
47
+ }
48
+
49
+ .stats {
50
+ text-align: left;
51
+ color: $white-color;
52
+ }
53
+ }
@@ -0,0 +1,80 @@
1
+ %card-stats {
2
+ hr {
3
+ margin: 5px 15px;
4
+ }
5
+ }
6
+
7
+ .card-stats {
8
+ @extend %card-stats;
9
+
10
+ .info-icon {
11
+ height: 50px;
12
+ width: 50px;
13
+ border-radius: 50%;
14
+ @include diagonal-gradient($primary,$primary-states);
15
+
16
+ i {
17
+ color: $white;
18
+ font-size: 1.7em;
19
+ padding: 14px 13px;
20
+
21
+ }
22
+
23
+ &.icon-danger {
24
+ @include diagonal-gradient($danger,$danger-states);
25
+ }
26
+
27
+ &.icon-warning {
28
+ @include diagonal-gradient($warning,$warning-states);
29
+ }
30
+
31
+ &.icon-success {
32
+ @include diagonal-gradient($success,$success-states);
33
+ }
34
+
35
+ &.icon-info {
36
+ @include diagonal-gradient($info,$info-states);
37
+ }
38
+
39
+ &.icon-primary {
40
+ @include diagonal-gradient($primary,$primary-states);
41
+ }
42
+ }
43
+
44
+ .numbers{
45
+ text-align: right;
46
+ .card-title{
47
+ margin-top: 0;
48
+ }
49
+ .card-category{
50
+ margin-bottom: 0;
51
+ color: $dark-gray;
52
+ }
53
+ }
54
+
55
+ .card-footer{
56
+ padding: 0;
57
+ }
58
+
59
+ hr{
60
+ border-color: lighten($black,5%);
61
+ }
62
+
63
+ .stats{
64
+ color: rgba($white, 0.6);
65
+ margin: 10px 15px;
66
+ font-size: 0.9em;
67
+ }
68
+
69
+ &.card-white {
70
+ hr{
71
+ border-color: rgba(43, 53, 83, 0.2)
72
+ }
73
+ }
74
+ }
75
+
76
+ @include media-breakpoint-down(sm){
77
+ .card-stats [class*="col-"] .statistics::after {
78
+ display: none;
79
+ }
80
+ }
@@ -0,0 +1,3 @@
1
+ .card-subcategories .card-body{
2
+ padding-bottom: 30px;
3
+ }
@@ -0,0 +1,31 @@
1
+ .card-tasks {
2
+ height: 473px;
3
+
4
+ .table-full-width {
5
+ max-height: 410px;
6
+ position: relative;
7
+ }
8
+
9
+ .card-header {
10
+ .title {
11
+ margin-right: 20px;
12
+ font-weight: $font-weight-normal;
13
+ }
14
+
15
+ .dropdown {
16
+ float: right;
17
+ color: darken($white, 20%);
18
+ }
19
+
20
+ }
21
+
22
+ .card-body {
23
+ i {
24
+ color: $dark-gray;
25
+ font-size: 1.4em;
26
+ &:hover {
27
+ color: $white;
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,46 @@
1
+ .card-testimonial{
2
+ @extend %card-profile;
3
+
4
+ .card-body{
5
+ padding-top: 25px;
6
+ }
7
+
8
+ .card-description + .card-title{
9
+ margin-top: 20px;
10
+ }
11
+
12
+ .card-footer{
13
+ margin-top: 0;
14
+ margin-bottom: 2.5rem;
15
+ }
16
+ .card-description{
17
+ & + .card-title{
18
+ margin-top: 30px;
19
+ }
20
+ }
21
+ .icon{
22
+ i{
23
+ font-size: 32px;
24
+ }
25
+
26
+ &.icon-primary i{
27
+ color: $primary;
28
+ }
29
+
30
+ &.icon-info i{
31
+ color: $info;
32
+ }
33
+
34
+ &.icon-danger i{
35
+ color: $danger;
36
+ }
37
+
38
+ &.icon-warning i{
39
+ color: $warning;
40
+ }
41
+
42
+ &.icon-success i{
43
+ color: $success;
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,77 @@
1
+ .card-user{
2
+ overflow: hidden;
3
+ .image{
4
+ height: 120px;
5
+ }
6
+
7
+ .author{
8
+ text-align: center;
9
+ text-transform: none;
10
+ margin-top: 25px;
11
+
12
+ a + p.description{
13
+ margin-top: -7px;
14
+ }
15
+
16
+ .block{
17
+ position: absolute;
18
+ height: 100px;
19
+ width: 250px;
20
+ &.block-one{
21
+ @include linear-gradient-right(rgba($primary,0.6), rgba($primary,0));
22
+ @include nc-rotate(150deg,10);
23
+ margin-top: -90px;
24
+ margin-left: -50px;
25
+ }
26
+
27
+ &.block-two{
28
+ @include linear-gradient-right(rgba($primary,0.6), rgba($primary,0));
29
+ @include nc-rotate(30deg,10);
30
+ margin-top: -40px;
31
+ margin-left: -100px;
32
+ }
33
+
34
+ &.block-three{
35
+ @include linear-gradient-right(rgba($primary,0.6), rgba($primary,0));
36
+ @include nc-rotate(170deg,10);
37
+ margin-top: -70px;
38
+ right: -45px;
39
+
40
+ }
41
+
42
+ &.block-four{
43
+ @include linear-gradient-right(rgba($primary,0.6), rgba($primary,0));
44
+ @include nc-rotate(150deg,10);
45
+ margin-top: -25px;
46
+ right: -45px;
47
+
48
+ }
49
+ }
50
+ }
51
+
52
+ .avatar{
53
+ width: 124px;
54
+ height: 124px;
55
+ border: 5px solid lighten($black,5%);
56
+ border-bottom-color: $transparent-bg;
57
+ background-color: $transparent-bg;
58
+ position: relative;
59
+ }
60
+
61
+ .card-body{
62
+ min-height: 240px;
63
+ }
64
+
65
+ hr{
66
+ margin: 5px 15px;
67
+ }
68
+
69
+ .button-container{
70
+ margin-bottom: 6px;
71
+ text-align: center;
72
+ }
73
+
74
+ .card-description {
75
+ margin-top: 30px;
76
+ }
77
+ }
@@ -0,0 +1,21 @@
1
+ .card-wizard{
2
+ .card-header{
3
+ padding-bottom: 10px;
4
+ }
5
+ }
6
+
7
+ @include media-breakpoint-down(xs){
8
+
9
+ .card-wizard .card-footer .pull-left {
10
+ padding-left: 0;
11
+ float: none;
12
+ text-align: center;
13
+ }
14
+
15
+ .card-wizard .card-footer .pull-right {
16
+ padding-right: 0;
17
+ float: none;
18
+ text-align: center;
19
+ }
20
+
21
+ }
@@ -0,0 +1,14 @@
1
+ @mixin alert-variant($background, $border, $color) {
2
+ color: color-yiq($background);
3
+ // @include gradient-bg($background);
4
+ background-color: lighten($background, 5%);
5
+ border-color: $border;
6
+
7
+ hr {
8
+ border-top-color: darken($border, 5%);
9
+ }
10
+
11
+ .alert-link {
12
+ color: darken($color, 10%);
13
+ }
14
+ }
@@ -0,0 +1,18 @@
1
+ // Contextual backgrounds
2
+ @mixin bg-variant($parent, $color) {
3
+ #{$parent} {
4
+ background-color: $color !important;
5
+ }
6
+ a#{$parent},
7
+ button#{$parent} {
8
+ @include hover-focus {
9
+ background-color: darken($color, 10%) !important;
10
+ }
11
+ }
12
+ }
13
+
14
+ @mixin bg-gradient-variant($parent, $color) {
15
+ #{$parent} {
16
+ background: linear-gradient(87deg, $color 0, adjust-hue($color, 25%) 100%) !important;
17
+ }
18
+ }
@@ -0,0 +1,15 @@
1
+ @mixin badge-variant($bg) {
2
+ color: color-yiq($bg);
3
+ background-color: $bg;
4
+
5
+ &[href] {
6
+ @include hover-focus {
7
+ color: color-yiq($bg);
8
+ text-decoration: none;
9
+ background-color: darken($bg, 3%);
10
+ }
11
+ }
12
+ .tagsinput-remove-link{
13
+ color: $white;
14
+ }
15
+ }