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,19 @@
1
+ @each $size, $value in $spacers {
2
+ .top-#{$size} {
3
+ top: $value;
4
+ }
5
+ .right-#{$size} {
6
+ right: $value;
7
+ }
8
+ .bottom-#{$size} {
9
+ bottom: $value;
10
+ }
11
+ .left-#{$size} {
12
+ left: $value;
13
+ }
14
+ }
15
+
16
+ .center {
17
+ left: 50%;
18
+ transform: translateX(-50%);
19
+ }
@@ -0,0 +1,10 @@
1
+ [class*="shadow"] {
2
+ @if $enable-transitions {
3
+ transition: $transition-base;
4
+ }
5
+ }
6
+
7
+ .shadow-sm--hover:hover { box-shadow: $box-shadow-sm !important; }
8
+ .shadow--hover:hover { box-shadow: $box-shadow !important; }
9
+ .shadow-lg--hover:hover { box-shadow: $box-shadow-lg !important; }
10
+ .shadow-none--hover:hover { box-shadow: none !important; }
@@ -0,0 +1,5 @@
1
+ // Height values in vh
2
+
3
+ .h-100vh {
4
+ height: 100vh !important;
5
+ }
@@ -0,0 +1,105 @@
1
+ // Spacing columns vertically
2
+
3
+ .row.row-grid > [class*="col-"] + [class*="col-"] {
4
+ margin-top: 3rem;
5
+ }
6
+
7
+ @include media-breakpoint-up(xl) {
8
+ .row.row-grid > [class*="col-lg-"] + [class*="col-lg-"] {
9
+ margin-top: 0;
10
+ }
11
+ }
12
+ @include media-breakpoint-up(lg) {
13
+ .row.row-grid > [class*="col-md-"] + [class*="col-md-"] {
14
+ margin-top: 0;
15
+ }
16
+ }
17
+ @include media-breakpoint-up(md) {
18
+ .row.row-grid > [class*="col-sm-"] + [class*="col-sm-"] {
19
+ margin-top: 0;
20
+ }
21
+ }
22
+
23
+ .row-grid + .row-grid {
24
+ margin-top: 3rem;
25
+ }
26
+
27
+ // Negative margins and paddings
28
+
29
+ @include media-breakpoint-up(lg){
30
+ [class*="mt--"],
31
+ [class*="mr--"],
32
+ [class*="mb--"],
33
+ [class*="ml--"] {
34
+ position: relative;
35
+ z-index: 5;
36
+ }
37
+
38
+
39
+ // Large negative margins in pixels
40
+
41
+ .mt--100 {
42
+ margin-top: -100px !important;
43
+ }
44
+ .mr--100 {
45
+ margin-right: -100px !important;
46
+ }
47
+ .mb--100 {
48
+ margin-bottom: -100px !important;
49
+ }
50
+ .ml--100 {
51
+ margin-left: -100px !important;
52
+ }
53
+ .mt--150 {
54
+ margin-top: -150px !important;
55
+ }
56
+ .mb--150 {
57
+ margin-bottom: -150px !important;
58
+ }
59
+ .mt--200 {
60
+ margin-top: -200px !important;
61
+ }
62
+ .mb--200 {
63
+ margin-bottom: -200px !important;
64
+ }
65
+ .mt--300 {
66
+ margin-top: -300px !important;
67
+ }
68
+ .mb--300 {
69
+ margin-bottom: -300px !important;
70
+ }
71
+
72
+
73
+ // Large margins in pixels
74
+
75
+ .pt-100 {
76
+ padding-top: 100px !important;
77
+ }
78
+ .pb-100 {
79
+ padding-bottom: 100px !important;
80
+ }
81
+ .pt-150 {
82
+ padding-top: 150px !important;
83
+ }
84
+ .pb-150 {
85
+ padding-bottom: 150px !important;
86
+ }
87
+ .pt-200 {
88
+ padding-top: 200px !important;
89
+ }
90
+ .pb-200 {
91
+ padding-bottom: 200px !important;
92
+ }
93
+ .pt-250 {
94
+ padding-top: 250px !important;
95
+ }
96
+ .pb-250 {
97
+ padding-bottom: 250px !important;
98
+ }
99
+ .pt-300 {
100
+ padding-top: 300px!important;
101
+ }
102
+ .pb-300 {
103
+ padding-bottom: 300px!important;
104
+ }
105
+ }
@@ -0,0 +1,40 @@
1
+ // Weight and italics
2
+
3
+ .font-weight-300 { font-weight: 300 !important; }
4
+ .font-weight-400 { font-weight: 400 !important; }
5
+ .font-weight-500 { font-weight: 500 !important; }
6
+ .font-weight-600 { font-weight: 600 !important; }
7
+ .font-weight-700 { font-weight: 700 !important; }
8
+ .font-weight-800 { font-weight: 800 !important; }
9
+ .font-weight-900 { font-weight: 900 !important; }
10
+
11
+
12
+ // Text decorations
13
+
14
+ .text-underline { text-decoration: underline; }
15
+ .text-through { text-decoration: line-through; }
16
+
17
+
18
+ // Line heights
19
+
20
+ .lh-100 { line-height: 1; }
21
+ .lh-110 { line-height: 1.1; }
22
+ .lh-120 { line-height: 1.2; }
23
+ .lh-130 { line-height: 1.3; }
24
+ .lh-140 { line-height: 1.4; }
25
+ .lh-150 { line-height: 1.5; }
26
+ .lh-160 { line-height: 1.6; }
27
+ .lh-170 { line-height: 1.7; }
28
+ .lh-180 { line-height: 1.8; }
29
+
30
+ //Contextual colors
31
+
32
+ .text-muted { color: $text-muted !important; }
33
+
34
+
35
+
36
+ // Letter spacings
37
+
38
+ .ls-1 { letter-spacing: .0625rem; }
39
+ .ls-15 { letter-spacing: .09375rem; }
40
+ .ls-2 { letter-spacing: 0.125rem; }
@@ -0,0 +1,8 @@
1
+ @include media-breakpoint-up(xl) {
2
+ .transform-perspective-right {
3
+ transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
4
+ }
5
+ .transform-perspective-left{
6
+ transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg)
7
+ }
8
+ }
@@ -0,0 +1,415 @@
1
+ /*------------------------
2
+ icons
3
+ -------------------------*/
4
+ .tim-icons {
5
+ display: inline-block;
6
+ font: normal normal normal 1em/1 'nucleo';
7
+ vertical-align: middle;
8
+ speak: none;
9
+ text-transform: none;
10
+ /* Better Font Rendering */
11
+ -webkit-font-smoothing: antialiased;
12
+ -moz-osx-font-smoothing: grayscale;
13
+ }
14
+ .icon-alert-circle-exc::before {
15
+ content: "\ea02";
16
+ }
17
+
18
+ .icon-align-center::before {
19
+ content: "\ea03";
20
+ }
21
+
22
+ .icon-align-left-2::before {
23
+ content: "\ea04";
24
+ }
25
+
26
+ .icon-app::before {
27
+ content: "\ea05";
28
+ }
29
+
30
+ .icon-atom::before {
31
+ content: "\ea06";
32
+ }
33
+
34
+ .icon-attach-87::before {
35
+ content: "\ea07";
36
+ }
37
+
38
+ .icon-badge::before {
39
+ content: "\ea08";
40
+ }
41
+
42
+ .icon-bag-16::before {
43
+ content: "\ea09";
44
+ }
45
+
46
+ .icon-bank::before {
47
+ content: "\ea0a";
48
+ }
49
+
50
+ .icon-basket-simple::before {
51
+ content: "\ea0b";
52
+ }
53
+
54
+ .icon-bell-55::before {
55
+ content: "\ea0c";
56
+ }
57
+
58
+ .icon-bold::before {
59
+ content: "\ea0d";
60
+ }
61
+
62
+ .icon-book-bookmark::before {
63
+ content: "\ea0e";
64
+ }
65
+
66
+ .icon-bulb-63::before {
67
+ content: "\ea0f";
68
+ }
69
+
70
+ .icon-bullet-list-67::before {
71
+ content: "\ea10";
72
+ }
73
+
74
+ .icon-bus-front-12::before {
75
+ content: "\ea11";
76
+ }
77
+
78
+ .icon-button-pause::before {
79
+ content: "\ea12";
80
+ }
81
+
82
+ .icon-button-power::before {
83
+ content: "\ea13";
84
+ }
85
+
86
+ .icon-calendar-60::before {
87
+ content: "\ea14";
88
+ }
89
+
90
+ .icon-camera-18::before {
91
+ content: "\ea15";
92
+ }
93
+
94
+ .icon-caps-small::before {
95
+ content: "\ea16";
96
+ }
97
+
98
+ .icon-cart::before {
99
+ content: "\ea17";
100
+ }
101
+
102
+ .icon-chart-bar-32::before {
103
+ content: "\ea18";
104
+ }
105
+
106
+ .icon-chart-pie-36::before {
107
+ content: "\ea19";
108
+ }
109
+
110
+ .icon-chat-33::before {
111
+ content: "\ea1a";
112
+ }
113
+
114
+ .icon-check-2::before {
115
+ content: "\ea1b";
116
+ }
117
+
118
+ .icon-cloud-download-93::before {
119
+ content: "\ea1c";
120
+ }
121
+
122
+ .icon-cloud-upload-94::before {
123
+ content: "\ea1d";
124
+ }
125
+
126
+ .icon-coins::before {
127
+ content: "\ea1e";
128
+ }
129
+
130
+ .icon-compass-05::before {
131
+ content: "\ea1f";
132
+ }
133
+
134
+ .icon-controller::before {
135
+ content: "\ea20";
136
+ }
137
+
138
+ .icon-credit-card::before {
139
+ content: "\ea21";
140
+ }
141
+
142
+ .icon-delivery-fast::before {
143
+ content: "\ea22";
144
+ }
145
+
146
+ .icon-double-left::before {
147
+ content: "\ea23";
148
+ }
149
+
150
+ .icon-double-right::before {
151
+ content: "\ea24";
152
+ }
153
+
154
+ .icon-email-85::before {
155
+ content: "\ea25";
156
+ }
157
+
158
+ .icon-gift-2::before {
159
+ content: "\ea26";
160
+ }
161
+
162
+ .icon-globe-2::before {
163
+ content: "\ea27";
164
+ }
165
+
166
+ .icon-headphones::before {
167
+ content: "\ea28";
168
+ }
169
+
170
+ .icon-heart-2::before {
171
+ content: "\ea29";
172
+ }
173
+
174
+ .icon-html5::before {
175
+ content: "\ea2a";
176
+ }
177
+
178
+ .icon-image-02::before {
179
+ content: "\ea2b";
180
+ }
181
+
182
+ .icon-istanbul::before {
183
+ content: "\ea2c";
184
+ }
185
+
186
+ .icon-key-25::before {
187
+ content: "\ea2d";
188
+ }
189
+
190
+ .icon-laptop::before {
191
+ content: "\ea2e";
192
+ }
193
+
194
+ .icon-light-3::before {
195
+ content: "\ea2f";
196
+ }
197
+
198
+ .icon-link-72::before {
199
+ content: "\ea30";
200
+ }
201
+
202
+ .icon-lock-circle::before {
203
+ content: "\ea31";
204
+ }
205
+
206
+ .icon-map-big::before {
207
+ content: "\ea32";
208
+ }
209
+
210
+ .icon-minimal-down::before {
211
+ content: "\ea33";
212
+ }
213
+
214
+ .icon-minimal-left::before {
215
+ content: "\ea34";
216
+ }
217
+
218
+ .icon-minimal-right::before {
219
+ content: "\ea35";
220
+ }
221
+
222
+ .icon-minimal-up::before {
223
+ content: "\ea36";
224
+ }
225
+
226
+ .icon-mobile::before {
227
+ content: "\ea37";
228
+ }
229
+
230
+ .icon-molecule-40::before {
231
+ content: "\ea38";
232
+ }
233
+
234
+ .icon-money-coins::before {
235
+ content: "\ea39";
236
+ }
237
+
238
+ .icon-notes::before {
239
+ content: "\ea3a";
240
+ }
241
+
242
+ .icon-palette::before {
243
+ content: "\ea3b";
244
+ }
245
+
246
+ .icon-paper::before {
247
+ content: "\ea3c";
248
+ }
249
+
250
+ .icon-pencil::before {
251
+ content: "\ea3d";
252
+ }
253
+
254
+ .icon-pin::before {
255
+ content: "\ea3e";
256
+ }
257
+
258
+ .icon-planet::before {
259
+ content: "\ea3f";
260
+ }
261
+
262
+ .icon-puzzle-10::before {
263
+ content: "\ea40";
264
+ }
265
+
266
+ .icon-satisfied::before {
267
+ content: "\ea41";
268
+ }
269
+
270
+ .icon-scissors::before {
271
+ content: "\ea42";
272
+ }
273
+
274
+ .icon-send::before {
275
+ content: "\ea43";
276
+ }
277
+
278
+ .icon-settings-gear-63::before {
279
+ content: "\ea44";
280
+ }
281
+
282
+ .icon-settings::before {
283
+ content: "\ea45";
284
+ }
285
+
286
+ .icon-simple-add::before {
287
+ content: "\ea46";
288
+ }
289
+
290
+ .icon-simple-delete::before {
291
+ content: "\ea47";
292
+ }
293
+
294
+ .icon-simple-remove::before {
295
+ content: "\ea48";
296
+ }
297
+
298
+ .icon-single-02::before {
299
+ content: "\ea49";
300
+ }
301
+
302
+ .icon-single-copy-04::before {
303
+ content: "\ea4a";
304
+ }
305
+
306
+ .icon-sound-wave::before {
307
+ content: "\ea4b";
308
+ }
309
+
310
+ .icon-spaceship::before {
311
+ content: "\ea4c";
312
+ }
313
+
314
+ .icon-square-pin::before {
315
+ content: "\ea4d";
316
+ }
317
+
318
+ .icon-support-17::before {
319
+ content: "\ea4e";
320
+ }
321
+
322
+ .icon-tablet-2::before {
323
+ content: "\ea4f";
324
+ }
325
+
326
+ .icon-tag::before {
327
+ content: "\ea50";
328
+ }
329
+
330
+ .icon-tap-02::before {
331
+ content: "\ea51";
332
+ }
333
+
334
+ .icon-tie-bow::before {
335
+ content: "\ea52";
336
+ }
337
+
338
+ .icon-time-alarm::before {
339
+ content: "\ea53";
340
+ }
341
+
342
+ .icon-trash-simple::before {
343
+ content: "\ea54";
344
+ }
345
+
346
+ .icon-triangle-right-17::before {
347
+ content: "\ea55";
348
+ }
349
+
350
+ .icon-trophy::before {
351
+ content: "\ea56";
352
+ }
353
+
354
+ .icon-tv-2::before {
355
+ content: "\ea57";
356
+ }
357
+
358
+ .icon-upload::before {
359
+ content: "\ea58";
360
+ }
361
+
362
+ .icon-user-run::before {
363
+ content: "\ea59";
364
+ }
365
+
366
+ .icon-vector::before {
367
+ content: "\ea5a";
368
+ }
369
+
370
+ .icon-video-66::before {
371
+ content: "\ea5b";
372
+ }
373
+
374
+ .icon-volume-98::before {
375
+ content: "\ea5c";
376
+ }
377
+
378
+ .icon-wallet-43::before {
379
+ content: "\ea5d";
380
+ }
381
+
382
+ .icon-watch-time::before {
383
+ content: "\ea5e";
384
+ }
385
+
386
+ .icon-wifi::before {
387
+ content: "\ea5f";
388
+ }
389
+
390
+ .icon-world::before {
391
+ content: "\ea60";
392
+ }
393
+
394
+ .icon-zoom-split::before {
395
+ content: "\ea61";
396
+ }
397
+
398
+ .icon-refresh-01::before {
399
+ content: "\ea62";
400
+ }
401
+
402
+ .icon-refresh-02::before {
403
+ content: "\ea63";
404
+ }
405
+
406
+ .icon-shape-star::before {
407
+ content: "\ea64";
408
+ }
409
+
410
+ .icon-components::before {
411
+ content: "\ea65";
412
+ }
413
+ .popo-1060{
414
+ z-index: 1060;
415
+ };