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,172 @@
1
+ // Nucleo icons
2
+
3
+ .section-nucleo-icons .icons-container {
4
+ position: relative;
5
+ max-width: 100%;
6
+ height: 360px;
7
+ margin: 0 auto;
8
+ z-index: 1;
9
+ }
10
+
11
+ .section-nucleo-icons {
12
+
13
+ --icon-size: 5rem;
14
+ --icon-sm-size: 3.75rem;
15
+ --gutter: 7rem;
16
+
17
+ .icons-container {
18
+ i {
19
+ position: absolute;
20
+ display: inline-flex;
21
+ align-items: center;
22
+ justify-content: center;
23
+ border-radius: 50%;
24
+ background: $white;
25
+ z-index: 1;
26
+ transform: translate(-50%, -50%);
27
+ @include box-shadow($box-shadow);
28
+ transition: all .2s cubic-bezier(.25,.65,.9,.75);
29
+
30
+ &.icon {
31
+ width: var(--icon-size);
32
+ height: var(--icon-size);
33
+ font-size: 1.7em;
34
+ }
35
+
36
+ &.icon-sm {
37
+ width: var(--icon-sm-size);
38
+ height: var(--icon-sm-size);
39
+ font-size: 1.5em;
40
+ }
41
+
42
+ &:nth-child(1) {
43
+ font-size: 42px;
44
+ color: theme-color("warning");
45
+ z-index: 2;
46
+ }
47
+ }
48
+
49
+ &:not(.on-screen) {
50
+ i {
51
+ transform: translate(-50%, -50%);
52
+ left: 50%;
53
+ top: 50%;
54
+
55
+ &:not(:nth-child(1)) {
56
+ opacity: 0;
57
+ }
58
+ }
59
+ }
60
+
61
+ &.on-screen {
62
+
63
+ i {
64
+ opacity: 1;
65
+
66
+ &:nth-child(1) {
67
+ left: 50%;
68
+ top: 50%;
69
+ font-size: 42px;
70
+ color: theme-color("warning");
71
+ }
72
+
73
+ &:nth-child(2) {
74
+ left: calc(50% + (var(--gutter) * 1.7));
75
+ top: 50%;
76
+ }
77
+
78
+ &:nth-child(3) {
79
+ left: calc(50% + var(--gutter));
80
+ top: calc(50% + var(--gutter));
81
+ }
82
+
83
+ &:nth-child(4) {
84
+ left: calc(50% + var(--gutter));
85
+ top: calc(50% - var(--gutter));
86
+ }
87
+
88
+ &:nth-child(5) {
89
+ left: calc(50% + (var(--gutter) * 4));
90
+ top: 50%;
91
+ }
92
+
93
+ &:nth-child(6) {
94
+ left: calc(50% + (var(--gutter) * 2.7));
95
+ top: calc(50% + (var(--gutter) * 1.5));
96
+ }
97
+
98
+ &:nth-child(7) {
99
+ left: calc(50% + (var(--gutter) * 2.7));
100
+ top: calc(50% - (var(--gutter) * 1.5));
101
+ }
102
+
103
+ &:nth-child(8) {
104
+ left: calc(50% - (var(--gutter) * 1.7));
105
+ top: 50%;
106
+ }
107
+
108
+ &:nth-child(9) {
109
+ left: calc(50% - var(--gutter));
110
+ top: calc(50% + var(--gutter));
111
+ }
112
+
113
+ &:nth-child(10) {
114
+ left: calc(50% - var(--gutter));
115
+ top: calc(50% - var(--gutter));
116
+ }
117
+
118
+ &:nth-child(11) {
119
+ left: calc(50% - (var(--gutter) * 4));
120
+ top: 50%;
121
+ }
122
+
123
+ &:nth-child(12) {
124
+ left: calc(50% - (var(--gutter) * 2.7));
125
+ top: calc(50% + (var(--gutter) * 1.5));
126
+ }
127
+
128
+ &:nth-child(13) {
129
+ left: calc(50% - (var(--gutter) * 2.7));
130
+ top: calc(50% - (var(--gutter) * 1.5));
131
+ }
132
+ }
133
+
134
+ }
135
+ }
136
+ }
137
+
138
+
139
+ // Blurable sections
140
+
141
+ .blur--hover {
142
+ position: relative;
143
+
144
+ .blur-item {
145
+ transition: 1s cubic-bezier(.19,1,.22,1);
146
+ will-change: transform;
147
+ filter: blur(0);
148
+ opacity: 1;
149
+ }
150
+
151
+ .blur-hidden {
152
+ position: absolute;
153
+ top: calc(50% + 7px);
154
+ left: 50%;
155
+ transform: translate(-50%, -50%);
156
+ opacity: 0;
157
+ transition: $transition-base;
158
+ z-index: 100;
159
+ }
160
+ &:hover {
161
+ .blur-item {
162
+ opacity: .8;
163
+ filter: blur(10px);
164
+ transform: scale(.95);
165
+ z-index: 1;
166
+ }
167
+ .blur-hidden {
168
+ opacity: 1;
169
+ top: 50%;
170
+ }
171
+ }
172
+ }
@@ -0,0 +1,5 @@
1
+ @include media-breakpoint-up(xl) {
2
+ .container-lg {
3
+ max-width: 1160px;
4
+ }
5
+ }
@@ -0,0 +1,92 @@
1
+ .icon {
2
+ width: $icon-size;
3
+ height: $icon-size;
4
+
5
+ i, svg {
6
+ font-size: $icon-size - .75;
7
+ }
8
+ }
9
+
10
+ .icon + .icon-text {
11
+ padding-left: 1rem;
12
+ width: calc(100% - #{$icon-size} - 1);
13
+ }
14
+
15
+ .icon-xl {
16
+ width: $icon-size-xl;
17
+ height: $icon-size-xl;
18
+
19
+ i, svg {
20
+ font-size: $icon-size-xl - .75;
21
+ }
22
+ }
23
+
24
+ .icon-xl + .icon-text {
25
+ width: calc(100% - $icon-size-xl - 1);
26
+ }
27
+
28
+ .icon-lg {
29
+ width: $icon-size-lg;
30
+ height: $icon-size-lg;
31
+
32
+ i, svg {
33
+ font-size: $icon-size-lg - .75;
34
+ }
35
+ }
36
+
37
+ .icon-lg + .icon-text {
38
+ width: calc(100% - $icon-size-lg - 1);
39
+ }
40
+
41
+ .icon-sm {
42
+ width: $icon-size-sm;
43
+ height: $icon-size-sm;
44
+
45
+ i, svg {
46
+ font-size: $icon-size-sm - .75;
47
+ }
48
+ }
49
+
50
+ .icon-sm + .icon-text {
51
+ width: calc(100% - $icon-size-sm - 1);
52
+ }
53
+
54
+
55
+ // Icons included in shapes
56
+ .icon-shape {
57
+ padding: 12px;
58
+ text-align: center;
59
+ display: inline-flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ border-radius: 50%;
63
+
64
+
65
+ i, svg {
66
+ font-size: 1.25rem;
67
+ }
68
+
69
+ &.icon-lg {
70
+ i, svg {
71
+ font-size: 1.625rem;
72
+ }
73
+ }
74
+
75
+ &.icon-sm {
76
+ i, svg {
77
+ font-size: .875rem;
78
+ }
79
+ }
80
+
81
+ svg {
82
+ width: 30px;
83
+ height: 30px;
84
+ }
85
+
86
+ }
87
+
88
+ @each $color, $value in $theme-colors {
89
+ .icon-shape-#{$color} {
90
+ @include icon-shape-variant(theme-color($color));
91
+ }
92
+ }
@@ -0,0 +1,7 @@
1
+ img{
2
+ max-width: 100%;
3
+ border-radius: $border-radius-sm;
4
+ }
5
+ .img-raised{
6
+ box-shadow: $box-shadow-raised;
7
+ }
@@ -0,0 +1,170 @@
1
+ .info{
2
+ &.info-hover{
3
+ .info-title{
4
+ transition: color .4s;
5
+ }
6
+
7
+ &:hover{
8
+ .icon{
9
+ @include transform-translate-y(-.5rem);
10
+
11
+ &.icon-primary{
12
+ &.icon-circle{
13
+ box-shadow: 0px 15px 30px 0px rgba(249, 99, 50, 0.3);
14
+ }
15
+ }
16
+ &.icon-info{
17
+ &.icon-circle{
18
+ box-shadow: 0px 15px 35px 0px rgba(44, 168, 255, 0.3);
19
+ }
20
+ }
21
+ &.icon-success{
22
+ &.icon-circle{
23
+ box-shadow: 0px 15px 35px 0px rgba(24, 206, 15, 0.3);
24
+ }
25
+ }
26
+ &.icon-warning{
27
+ &.icon-circle{
28
+ box-shadow: 0px 15px 35px 0px rgba(255, 178, 54, 0.3);
29
+ }
30
+ }
31
+ &.icon-danger{
32
+ &.icon-circle{
33
+ box-shadow: 0px 15px 35px 0px rgba(255, 54, 54, 0.3);
34
+ }
35
+ }
36
+
37
+ &.icon-info + .info-title{
38
+ color: $info;
39
+ }
40
+
41
+ &.icon-warning + .info-title{
42
+ color: $warning;
43
+ }
44
+
45
+ &.icon-danger + .info-title{
46
+ color: $danger;
47
+ }
48
+
49
+ &.icon-primary + .info-title{
50
+ color: $primary;
51
+ }
52
+
53
+ &.icon-success + .info-title{
54
+ color: $success;
55
+ }
56
+ }
57
+ }
58
+ }
59
+
60
+ .icon{
61
+ color: $default;
62
+ transition: transform .4s, box-shadow .4s;
63
+
64
+ > i{
65
+ font-size: 2.3em;
66
+ }
67
+
68
+ &.icon-circle{
69
+ max-width: 70px;
70
+ width: 70px;
71
+ height: 70px;
72
+ margin: 0 auto;
73
+ border-radius: 50%;
74
+ box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
75
+ font-size: $font-size-xs;
76
+ background-color: $white;
77
+ position: relative;
78
+
79
+ i{
80
+ line-height: 2.6em;
81
+ }
82
+ }
83
+ }
84
+
85
+ .info-title{
86
+ margin: $margin-base-vertical 0 5px;
87
+ padding: 0 15px;
88
+ color: $black;
89
+ font-weight: $font-weight-bold;
90
+ }
91
+ p{
92
+ color: $default;
93
+ padding: 0 15px;
94
+ font-size: 1.1em;
95
+ }
96
+ }
97
+
98
+ .info-horizontal{
99
+ text-align: left !important;
100
+
101
+ .icon{
102
+ float: left;
103
+ margin-top: 23px;
104
+ margin-right: 10px;
105
+
106
+ >i{
107
+ font-size: 2em;
108
+ }
109
+
110
+ &.icon-circle{
111
+ width: 65px;
112
+ height: 65px;
113
+ max-width: 65px;
114
+ margin-top: 8px;
115
+
116
+ i{
117
+ display: table;
118
+ margin: 0 auto;
119
+ line-height: 3.5;
120
+ font-size: 1.9em;
121
+ }
122
+ }
123
+ }
124
+ .description{
125
+ overflow: hidden;
126
+ }
127
+
128
+ }
129
+
130
+ .icon{
131
+ &.icon-primary{
132
+ color: $brand-primary;
133
+
134
+ &.icon-circle{
135
+ box-shadow: 0px 9px 30px -6px rgba($primary, .5);
136
+ }
137
+ }
138
+ &.icon-info{
139
+ color: $brand-info;
140
+
141
+ &.icon-circle{
142
+ box-shadow: 0px 9px 30px -6px rgba($info, .5);
143
+ }
144
+ }
145
+ &.icon-success{
146
+ color: $brand-success;
147
+
148
+ &.icon-circle{
149
+ box-shadow: 0px 9px 30px -6px rgba($success, .5);
150
+ }
151
+ }
152
+ &.icon-warning{
153
+ color: $brand-warning;
154
+
155
+ &.icon-circle{
156
+ box-shadow: 0px 9px 30px -6px rgba($warning, .5);
157
+ }
158
+ }
159
+ &.icon-danger{
160
+ color: $brand-danger;
161
+
162
+ &.icon-circle{
163
+ box-shadow: 0px 9px 30px -6px rgba($danger, .5);
164
+ }
165
+ }
166
+
167
+ &.icon-white{
168
+ color: $white;
169
+ }
170
+ }