jekyll-theme-prettydocs 0.0.6 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +0 -0
  3. data/README.md +59 -178
  4. data/_includes/footer.html +6 -6
  5. data/_includes/home.html +122 -0
  6. data/_includes/promo-block.html +29 -86
  7. data/_layouts/home.html +36 -53
  8. data/_layouts/page.html +51 -5
  9. data/assets/.DS_Store +0 -0
  10. data/assets/css/.DS_Store +0 -0
  11. data/assets/css/styles.css +1373 -1267
  12. data/assets/images/.DS_Store +0 -0
  13. data/assets/images/demo/.DS_Store +0 -0
  14. data/assets/images/demo/fontawesome-icons.png +0 -0
  15. data/assets/images/demo/instance-promo.jpg +0 -0
  16. data/assets/images/demo/theme-atom.png +0 -0
  17. data/assets/images/demo/theme-decibel.png +0 -0
  18. data/assets/images/demo/theme-delta.png +0 -0
  19. data/assets/images/demo/theme-devstudio.png +0 -0
  20. data/assets/images/demo/theme-instance.png +0 -0
  21. data/assets/images/demo/theme-onboard.png +0 -0
  22. data/assets/images/demo/theme-orbit.png +0 -0
  23. data/assets/images/demo/theme-pillar.png +0 -0
  24. data/assets/images/demo/theme-sphere.png +0 -0
  25. data/assets/images/demo/theme-startupkit.png +0 -0
  26. data/assets/images/demo/theme-tempo.png +0 -0
  27. data/assets/images/demo/theme-trades.png +0 -0
  28. data/assets/images/empty.gif +0 -0
  29. data/assets/images/untitled folder/.DS_Store +0 -0
  30. data/assets/images/untitled folder/bootstrap-template-for-schools-academy.png +0 -0
  31. data/assets/images/untitled folder/crowdfunding-landing-page-onboard.png +0 -0
  32. data/assets/images/untitled folder/free-bootstrap-portfolio-theme-for-developers.png +0 -0
  33. data/assets/images/untitled folder/free-bootstrap-theme-appkit-landing.png +0 -0
  34. data/assets/images/untitled folder/free-bootstrap-theme-for-developers-devaid.png +0 -0
  35. data/assets/images/untitled folder/free-bootstrap-theme-for-develpers-prettydocs.png +0 -0
  36. data/assets/images/untitled folder/free-bootstrap-theme-for-documentation-prettydedocs.png +0 -0
  37. data/assets/images/untitled folder/free-bootstrap-theme-for-startups-developers-appkit-landing.png +0 -0
  38. data/assets/images/untitled folder/html5-website-template-college-green.png +0 -0
  39. data/assets/images/untitled folder/html5-website-template-placeholder.png +0 -0
  40. data/assets/images/untitled folder/restaurant-landing-page-epicure.png +0 -0
  41. data/assets/images/untitled folder/wedding-invitation-landing-page-matrimony.png +0 -0
  42. data/assets/js/.DS_Store +0 -0
  43. data/assets/js/main.js +42 -46
  44. data/assets/plugins/.DS_Store +0 -0
  45. data/assets/plugins/bootstrap/css/bootstrap-grid.css +1912 -0
  46. data/assets/plugins/bootstrap/css/bootstrap-grid.css.map +0 -0
  47. data/assets/plugins/bootstrap/css/bootstrap-grid.min.css +7 -0
  48. data/assets/plugins/bootstrap/css/bootstrap-grid.min.css.map +0 -0
  49. data/assets/plugins/bootstrap/css/bootstrap-reboot.css +331 -0
  50. data/assets/plugins/bootstrap/css/bootstrap-reboot.css.map +0 -0
  51. data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css +8 -0
  52. data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css.map +0 -0
  53. data/assets/plugins/bootstrap/css/bootstrap.css +7946 -5683
  54. data/assets/plugins/bootstrap/css/bootstrap.css.map +0 -0
  55. data/assets/plugins/bootstrap/css/bootstrap.min.css +4 -3
  56. data/assets/plugins/bootstrap/css/bootstrap.min.css.map +0 -0
  57. data/assets/plugins/bootstrap/js/bootstrap.bundle.js +6461 -0
  58. data/assets/plugins/bootstrap/js/bootstrap.bundle.js.map +0 -0
  59. data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js +7 -0
  60. data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js.map +0 -0
  61. data/assets/plugins/bootstrap/js/bootstrap.js +3448 -1867
  62. data/assets/plugins/bootstrap/js/bootstrap.js.map +0 -0
  63. data/assets/plugins/bootstrap/js/bootstrap.min.js +6 -6
  64. data/assets/plugins/bootstrap/js/bootstrap.min.js.map +0 -0
  65. data/assets/plugins/jquery-3.3.1.min.js +2 -0
  66. data/assets/plugins/lightbox/Gruntfile.js +84 -83
  67. data/assets/plugins/lightbox/ISSUE_TEMPLATE.md +9 -0
  68. data/assets/plugins/lightbox/LICENSE +21 -0
  69. data/assets/plugins/lightbox/README.md +15 -10
  70. data/assets/plugins/lightbox/bower.json +29 -38
  71. data/assets/plugins/lightbox/dist/ekko-lightbox.css +2 -62
  72. data/assets/plugins/lightbox/dist/ekko-lightbox.js +668 -400
  73. data/assets/plugins/lightbox/dist/ekko-lightbox.js.map +1 -0
  74. data/assets/plugins/lightbox/dist/ekko-lightbox.min.js +2 -7
  75. data/assets/plugins/lightbox/dist/ekko-lightbox.min.js.map +1 -0
  76. data/assets/plugins/lightbox/ekko-lightbox.js +671 -0
  77. data/assets/plugins/lightbox/ekko-lightbox.less +139 -64
  78. data/assets/plugins/lightbox/examples/bs3.html +596 -0
  79. data/assets/plugins/lightbox/index.html +659 -0
  80. data/assets/plugins/lightbox/package.json +57 -46
  81. data/assets/plugins/lightbox/webpack.config.js +89 -0
  82. data/assets/plugins/lightbox/yarn.lock +6683 -0
  83. data/assets/plugins/prism/min/prism-min.js +0 -0
  84. data/assets/plugins/stickyfill/.editorconfig +9 -0
  85. data/assets/plugins/stickyfill/.gitignore +1 -0
  86. data/assets/plugins/stickyfill/Gruntfile.js +106 -0
  87. data/assets/plugins/stickyfill/LICENSE +21 -0
  88. data/assets/plugins/stickyfill/README.md +229 -0
  89. data/assets/plugins/stickyfill/dist/stickyfill.es6.js +507 -0
  90. data/assets/plugins/stickyfill/dist/stickyfill.js +520 -0
  91. data/assets/plugins/stickyfill/dist/stickyfill.min.js +7 -0
  92. data/assets/plugins/stickyfill/package-lock.json +2109 -0
  93. data/assets/plugins/stickyfill/package.json +32 -0
  94. data/assets/plugins/stickyfill/src/stickyfill.js +500 -0
  95. data/assets/plugins/stickyfill/test/index.html +941 -0
  96. data/assets/plugins/stickyfill/test/js/jquery-3.1.1.min.js +4 -0
  97. data/assets/plugins/stickyfill/types/index.d.ts +17 -0
  98. data/assets/plugins/stickyfill/yarn.lock +1475 -0
  99. data/assets/scss/.DS_Store +0 -0
  100. data/assets/{less/base.less → scss/_base.scss} +283 -307
  101. data/assets/{less/doc.less → scss/_doc.scss} +747 -747
  102. data/assets/{less/landing.less → scss/_landing.scss} +231 -244
  103. data/assets/scss/_mixins.scss +175 -0
  104. data/assets/scss/config.codekit3 +2243 -0
  105. data/assets/scss/styles.scss +45 -0
  106. metadata +76 -96
  107. data/_includes/blue-doc-wrapper.html +0 -293
  108. data/_includes/blue-header.html +0 -17
  109. data/_includes/card-charts.html +0 -10
  110. data/_includes/card-components.html +0 -10
  111. data/_includes/card-faqs.html +0 -10
  112. data/_includes/card-license.html +0 -10
  113. data/_includes/card-quick.html +0 -10
  114. data/_includes/card-showcase.html +0 -10
  115. data/_includes/cards-section.html +0 -47
  116. data/_includes/doc-wrapper.html +0 -170
  117. data/_includes/fb-root.html +0 -9
  118. data/_includes/green-doc-wrapper.html +0 -484
  119. data/_includes/green-header.html +0 -17
  120. data/_includes/header-home.html +0 -21
  121. data/_includes/header.html +0 -70
  122. data/_includes/icon-github.html +0 -1
  123. data/_includes/landing-header.html +0 -22
  124. data/_includes/orange-doc-wrapper.html +0 -65
  125. data/_includes/orange-header.html +0 -17
  126. data/_includes/pink-doc-wrapper.html +0 -281
  127. data/_includes/pink-header.html +0 -17
  128. data/_includes/purple-doc-wrapper.html +0 -138
  129. data/_includes/purple-header.html +0 -17
  130. data/_layouts/blue.html +0 -53
  131. data/_layouts/default.html +0 -53
  132. data/_layouts/green.html +0 -53
  133. data/_layouts/orange.html +0 -53
  134. data/_layouts/pink.html +0 -53
  135. data/_layouts/post.html +0 -5
  136. data/_layouts/purple.html +0 -53
  137. data/assets/images/demo/a-complete-example-of-page.png +0 -0
  138. data/assets/less/mixins.less +0 -185
  139. data/assets/less/styles.less +0 -13
  140. data/assets/less/theme-default.less +0 -115
  141. data/assets/plugins/bootstrap/css/bootstrap-theme.css +0 -587
  142. data/assets/plugins/bootstrap/css/bootstrap-theme.css.map +0 -0
  143. data/assets/plugins/bootstrap/css/bootstrap-theme.min.css +0 -6
  144. data/assets/plugins/bootstrap/css/bootstrap-theme.min.css.map +0 -0
  145. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  146. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg +0 -288
  147. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  148. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  149. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
  150. data/assets/plugins/bootstrap/js/npm.js +0 -13
  151. data/assets/plugins/font-awesome/HELP-US-OUT.txt +0 -7
  152. data/assets/plugins/font-awesome/css/font-awesome.css +0 -2199
  153. data/assets/plugins/font-awesome/css/font-awesome.min.css +0 -4
  154. data/assets/plugins/font-awesome/fonts/FontAwesome.otf +0 -0
  155. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  156. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.svg +0 -685
  157. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  158. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  159. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  160. data/assets/plugins/font-awesome/less/animated.less +0 -34
  161. data/assets/plugins/font-awesome/less/bordered-pulled.less +0 -25
  162. data/assets/plugins/font-awesome/less/core.less +0 -12
  163. data/assets/plugins/font-awesome/less/fixed-width.less +0 -6
  164. data/assets/plugins/font-awesome/less/font-awesome.less +0 -18
  165. data/assets/plugins/font-awesome/less/icons.less +0 -733
  166. data/assets/plugins/font-awesome/less/larger.less +0 -13
  167. data/assets/plugins/font-awesome/less/list.less +0 -19
  168. data/assets/plugins/font-awesome/less/mixins.less +0 -60
  169. data/assets/plugins/font-awesome/less/path.less +0 -15
  170. data/assets/plugins/font-awesome/less/rotated-flipped.less +0 -20
  171. data/assets/plugins/font-awesome/less/screen-reader.less +0 -5
  172. data/assets/plugins/font-awesome/less/stacked.less +0 -20
  173. data/assets/plugins/font-awesome/less/variables.less +0 -744
  174. data/assets/plugins/font-awesome/scss/_animated.scss +0 -34
  175. data/assets/plugins/font-awesome/scss/_bordered-pulled.scss +0 -25
  176. data/assets/plugins/font-awesome/scss/_core.scss +0 -12
  177. data/assets/plugins/font-awesome/scss/_fixed-width.scss +0 -6
  178. data/assets/plugins/font-awesome/scss/_icons.scss +0 -733
  179. data/assets/plugins/font-awesome/scss/_larger.scss +0 -13
  180. data/assets/plugins/font-awesome/scss/_list.scss +0 -19
  181. data/assets/plugins/font-awesome/scss/_mixins.scss +0 -60
  182. data/assets/plugins/font-awesome/scss/_path.scss +0 -15
  183. data/assets/plugins/font-awesome/scss/_rotated-flipped.scss +0 -20
  184. data/assets/plugins/font-awesome/scss/_screen-reader.scss +0 -5
  185. data/assets/plugins/font-awesome/scss/_stacked.scss +0 -20
  186. data/assets/plugins/font-awesome/scss/_variables.scss +0 -744
  187. data/assets/plugins/font-awesome/scss/font-awesome.scss +0 -18
  188. data/assets/plugins/jquery-1.12.3.min.js +0 -5
  189. data/assets/plugins/lightbox/LICENSE.txt +0 -339
  190. data/assets/plugins/lightbox/dist/ekko-lightbox.min.css +0 -6
  191. data/assets/plugins/lightbox/ekko-lightbox.coffee +0 -353
  192. data/assets/plugins/lightbox/examples/index.html +0 -559
  193. data/assets/plugins/lightbox/examples/remote/page1.html +0 -9
  194. data/assets/plugins/lightbox/examples/remote/page2.html +0 -9
  195. data/assets/plugins/lightbox/examples/remote/readme.md +0 -1
@@ -1,244 +1,231 @@
1
- /* ======= Landing Page ======= */
2
- .landing-page {
3
- .header {
4
- background: @text-color;
5
- color: rgba(256, 256, 256, 0.85);
6
- padding: 60px 0;
7
- a {
8
- color: #fff;
9
- }
10
- }
11
- .branding {
12
- text-transform: uppercase;
13
- margin-bottom: 20px;
14
- .logo {
15
- font-size: 38px;
16
- margin-top: 0;
17
- margin-bottom: 0;
18
- }
19
- .text-bold {
20
- font-weight: 800;
21
- color: #fff;
22
- }
23
- .icon {
24
- font-size: 32px;
25
- color: @color-primary;
26
- }
27
- }
28
-
29
- .tagline {
30
- font-weight: 600;
31
- font-size: 20px;
32
- p {
33
- margin-bottom: 5px;
34
- }
35
- .text-highlight{
36
- color: darken(@color-primary, 20%);
37
- }
38
- }
39
-
40
- .fa-heart {
41
- color: @color-pink;
42
- }
43
-
44
- .cta-container {
45
- margin-top: 30px;
46
- }
47
-
48
- .social-container {
49
- margin-top: 30px;
50
- .twitter-tweet {
51
- display: inline-block;
52
- margin-right: 5px;
53
- position: relative;
54
- top:5px;
55
- }
56
- .fab-like{
57
- display: inline-block;
58
- }
59
- }
60
-
61
- }
62
-
63
- .cards-section {
64
- padding: 60px 0;
65
- background: @smoky-grey;
66
-
67
- .title {
68
- margin-top: 0;
69
- margin-bottom: 15px;
70
- font-size: 24px;
71
- font-weight: 600;
72
- }
73
- .intro {
74
- margin: 0 auto;
75
- max-width: 800px;
76
- margin-bottom: 60px;
77
- color: @text-color-secondary;
78
- }
79
- .cards-wrapper {
80
- max-width: 860px;
81
- margin-left: auto;
82
- margin-right: auto;
83
- }
84
- .item {
85
- margin-bottom: 30px;
86
-
87
- .icon-holder {
88
- margin-bottom: 15px;
89
- }
90
- .icon {
91
- font-size: 36px;
92
- }
93
- .title {
94
- font-size: 16px;
95
- font-weight: 600;
96
- }
97
- .intro {
98
- margin-bottom: 15px;
99
- }
100
-
101
- }
102
- .item-inner {
103
- padding: 45px 30px;
104
- background:#fff;
105
- position: relative;
106
- border: 1px solid @divider;
107
- .border-radius(4px);
108
-
109
- .link {
110
- position:absolute;
111
- width:100%;
112
- height:100%;
113
- top:0;
114
- left: 0;
115
- z-index: 1;
116
- background-image: url("../images/empty.gif"); /* for IE8 */
117
- }
118
-
119
- &:hover {
120
- background: @smoky-white;
121
- }
122
-
123
- }
124
-
125
- .item-primary {
126
- .item-inner {
127
- border-top: 3px solid @color-primary;
128
- &:hover {
129
- .title {
130
- color: darken(@color-primary, 15%);
131
- }
132
- }
133
- }
134
- .icon {
135
- color: @color-primary;
136
- }
137
-
138
- }
139
-
140
- .item-green {
141
- .item-inner {
142
- border-top: 3px solid @color-green;
143
- &:hover {
144
- .title {
145
- color: darken(@color-green, 15%);
146
- }
147
- }
148
- }
149
- .icon {
150
- color: @color-green;
151
- }
152
-
153
- }
154
-
155
- .item-blue {
156
- .item-inner {
157
- border-top: 3px solid @color-blue;
158
- &:hover {
159
- .title {
160
- color: darken(@color-blue, 15%);
161
- }
162
- }
163
- }
164
- .icon {
165
- color: @color-blue;
166
- }
167
- }
168
- .item-orange {
169
- .item-inner {
170
- border-top: 3px solid @color-orange;
171
- &:hover {
172
- .title {
173
- color: darken(@color-orange, 15%);
174
- }
175
- }
176
- }
177
- .icon {
178
- color: @color-orange;
179
- }
180
- }
181
- .item-red {
182
- .item-inner {
183
- border-top: 3px solid @color-red;
184
- &:hover {
185
- .title {
186
- color: darken(@color-red, 15%);
187
- }
188
- }
189
- }
190
- .icon {
191
- color: @color-red;
192
- }
193
- }
194
- .item-pink {
195
- .item-inner {
196
- border-top: 3px solid @color-pink;
197
- &:hover {
198
- .title {
199
- color: darken(@color-pink, 15%);
200
- }
201
- }
202
- }
203
- .icon {
204
- color: @color-pink;
205
- }
206
- }
207
-
208
- .item-purple {
209
- .item-inner {
210
- border-top: 3px solid @color-purple;
211
- &:hover {
212
- .title {
213
- color: darken(@color-purple, 15%);
214
- }
215
- }
216
- }
217
- .icon {
218
- color: @color-purple;
219
- }
220
- }
221
-
222
- }
223
-
224
- /* Extra small devices (phones, less than 768px) */
225
- @media (max-width: 767px) {
226
- .cards-section .item-inner {
227
- padding: 30px 15px;
228
- }
229
- }
230
-
231
- /* Small devices (tablets, 768px and up) */
232
- @media (min-width: 768px) {
233
-
234
- }
235
-
236
- /* Medium devices (desktops, 992px and up) */
237
- @media (min-width: 992px) {
238
-
239
- }
240
-
241
- /* Large devices (large desktops, 1200px and up) */
242
- @media (min-width: 1200px) {
243
-
244
- }
1
+ /* ======= Landing Page ======= */
2
+ .landing-page {
3
+ .header {
4
+ background: $text-color;
5
+ color: rgba(256, 256, 256, 0.85);
6
+ padding: 60px 0;
7
+ a {
8
+ color: #fff;
9
+ }
10
+ }
11
+ .branding {
12
+ text-transform: uppercase;
13
+ margin-bottom: 20px;
14
+ .logo {
15
+ font-size: 38px;
16
+ margin-top: 0;
17
+ margin-bottom: 0;
18
+ }
19
+ .text-bold {
20
+ font-weight: 800;
21
+ color: #fff;
22
+ }
23
+ .icon {
24
+ font-size: 32px;
25
+ color: $color-primary;
26
+ }
27
+ }
28
+
29
+ .tagline {
30
+ font-weight: 600;
31
+ font-size: 20px;
32
+ p {
33
+ margin-bottom: 5px;
34
+ }
35
+ .text-highlight{
36
+ color: darken($color-primary, 20%);
37
+ }
38
+ }
39
+
40
+ .fa-heart {
41
+ color: $color-pink;
42
+ }
43
+
44
+ .cta-container {
45
+ margin-top: 30px;
46
+ }
47
+
48
+ .social-container {
49
+ margin-top: 30px;
50
+ .twitter-tweet {
51
+ display: inline-block;
52
+ margin-right: 5px;
53
+ position: relative;
54
+ top:5px;
55
+ }
56
+ .fab-like{
57
+ display: inline-block;
58
+ }
59
+ }
60
+
61
+ }
62
+
63
+ .cards-section {
64
+ padding: 60px 0;
65
+ background: $smoky-grey;
66
+
67
+ .title {
68
+ margin-top: 0;
69
+ margin-bottom: 15px;
70
+ font-size: 24px;
71
+ font-weight: 600;
72
+ }
73
+ .intro {
74
+ margin: 0 auto;
75
+ max-width: 800px;
76
+ margin-bottom: 60px;
77
+ color: $text-color-secondary;
78
+ }
79
+ .cards-wrapper {
80
+ max-width: 860px;
81
+ margin-left: auto;
82
+ margin-right: auto;
83
+ }
84
+ .item {
85
+ margin-bottom: 30px;
86
+
87
+ .icon-holder {
88
+ margin-bottom: 15px;
89
+ }
90
+ .icon {
91
+ font-size: 36px;
92
+ }
93
+ .title {
94
+ font-size: 16px;
95
+ font-weight: 600;
96
+ }
97
+ .intro {
98
+ margin-bottom: 15px;
99
+ }
100
+
101
+ }
102
+ .item-inner {
103
+ padding: 45px 30px;
104
+ background:#fff;
105
+ position: relative;
106
+ border: 1px solid $divider;
107
+ @include border-radius(4px);
108
+ height: 100%;
109
+
110
+ .link {
111
+ position:absolute;
112
+ width:100%;
113
+ height:100%;
114
+ top:0;
115
+ left: 0;
116
+ z-index: 1;
117
+ background-image: url("../images/empty.gif"); /* for IE8 */
118
+ }
119
+
120
+ &:hover {
121
+ background: $smoky-white;
122
+ }
123
+
124
+ }
125
+
126
+ .item-primary {
127
+ .item-inner {
128
+ border-top: 3px solid $color-primary;
129
+ &:hover {
130
+ .title {
131
+ color: darken($color-primary, 15%);
132
+ }
133
+ }
134
+ }
135
+ .icon {
136
+ color: $color-primary;
137
+ }
138
+
139
+ }
140
+
141
+ .item-green {
142
+ .item-inner {
143
+ border-top: 3px solid $color-green;
144
+ &:hover {
145
+ .title {
146
+ color: darken($color-green, 15%);
147
+ }
148
+ }
149
+ }
150
+ .icon {
151
+ color: $color-green;
152
+ }
153
+
154
+ }
155
+
156
+ .item-blue {
157
+ .item-inner {
158
+ border-top: 3px solid $color-blue;
159
+ &:hover {
160
+ .title {
161
+ color: darken($color-blue, 15%);
162
+ }
163
+ }
164
+ }
165
+ .icon {
166
+ color: $color-blue;
167
+ }
168
+ }
169
+ .item-orange {
170
+ .item-inner {
171
+ border-top: 3px solid $color-orange;
172
+ &:hover {
173
+ .title {
174
+ color: darken($color-orange, 15%);
175
+ }
176
+ }
177
+ }
178
+ .icon {
179
+ color: $color-orange;
180
+ }
181
+ }
182
+ .item-red {
183
+ .item-inner {
184
+ border-top: 3px solid $color-red;
185
+ &:hover {
186
+ .title {
187
+ color: darken($color-red, 15%);
188
+ }
189
+ }
190
+ }
191
+ .icon {
192
+ color: $color-red;
193
+ }
194
+ }
195
+ .item-pink {
196
+ .item-inner {
197
+ border-top: 3px solid $color-pink;
198
+ &:hover {
199
+ .title {
200
+ color: darken($color-pink, 15%);
201
+ }
202
+ }
203
+ }
204
+ .icon {
205
+ color: $color-pink;
206
+ }
207
+ }
208
+
209
+ .item-purple {
210
+ .item-inner {
211
+ border-top: 3px solid $color-purple;
212
+ &:hover {
213
+ .title {
214
+ color: darken($color-purple, 15%);
215
+ }
216
+ }
217
+ }
218
+ .icon {
219
+ color: $color-purple;
220
+ }
221
+ }
222
+
223
+ }
224
+
225
+ // Small devices (landscape phones, less than 768px)
226
+ @media (max-width: 767.98px) {
227
+ .cards-section .item-inner {
228
+ padding: 30px 15px;
229
+ }
230
+ }
231
+