jekyll-theme-opentoolbox 1.0.8 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (201) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +58 -31
  3. data/_includes/banner.html +4 -4
  4. data/_includes/callouts.html +10 -3
  5. data/_includes/contribute.html +19 -0
  6. data/_includes/credits.html +13 -0
  7. data/_includes/disqus.html +16 -16
  8. data/_includes/footer.html +7 -18
  9. data/_includes/gallery.html +24 -24
  10. data/_includes/google-analytics.html +7 -7
  11. data/_includes/header.html +11 -12
  12. data/_includes/icon.html +3 -0
  13. data/_includes/image-modal.html +18 -18
  14. data/_includes/important-message.html +5 -0
  15. data/_includes/latest-posts.html +14 -12
  16. data/_includes/menubar.html +20 -20
  17. data/_includes/notification.html +17 -16
  18. data/_includes/pagination.html +21 -23
  19. data/_includes/post-card.html +2 -2
  20. data/_includes/section-divider.html +5 -0
  21. data/_includes/setup.html +11 -0
  22. data/_includes/showcase.html +1 -1
  23. data/_includes/simple_banner.html +11 -0
  24. data/_includes/sponsors.html +43 -41
  25. data/_includes/subscribe.html +15 -5
  26. data/_includes/tabs.html +18 -17
  27. data/_includes/tag.html +2 -2
  28. data/_includes/toc.html +82 -82
  29. data/_includes/vimeo.html +2 -2
  30. data/_includes/youtube.html +7 -7
  31. data/_layouts/base.html +25 -0
  32. data/_layouts/blog.html +4 -3
  33. data/_layouts/default.html +34 -61
  34. data/_layouts/page.html +10 -10
  35. data/_layouts/post.html +50 -17
  36. data/_layouts/resource.html +1 -1
  37. data/_posts/2021-03-24-hello.md +1 -0
  38. data/_sass/_external.scss +1 -0
  39. data/_sass/_layout.scss +48 -36
  40. data/_sass/_main.scss +49 -22
  41. data/_sass/_showcase.scss +12 -12
  42. data/_sass/{syntax.scss → _syntax.scss} +209 -209
  43. data/_sass/_variables.scss +126 -0
  44. data/_sass/highlight/_dark.scss +71 -0
  45. data/_sass/highlight/_light.scss +259 -0
  46. data/assets/css/app.scss +8 -147
  47. data/blog/index.html +4 -2
  48. data/node_modules/bulma/CHANGELOG.md +1558 -1558
  49. data/node_modules/bulma/LICENSE +21 -21
  50. data/node_modules/bulma/README.md +134 -134
  51. data/node_modules/bulma/bulma.sass +10 -10
  52. data/node_modules/bulma/css/bulma-rtl.css +11810 -11810
  53. data/node_modules/bulma/css/bulma.css +11810 -11810
  54. data/node_modules/bulma/package.json +81 -81
  55. data/node_modules/bulma/sass/base/_all.sass +6 -6
  56. data/node_modules/bulma/sass/base/animations.sass +5 -5
  57. data/node_modules/bulma/sass/base/generic.sass +145 -145
  58. data/node_modules/bulma/sass/base/helpers.sass +1 -1
  59. data/node_modules/bulma/sass/base/minireset.sass +79 -79
  60. data/node_modules/bulma/sass/components/_all.sass +15 -15
  61. data/node_modules/bulma/sass/components/breadcrumb.sass +77 -77
  62. data/node_modules/bulma/sass/components/card.sass +103 -103
  63. data/node_modules/bulma/sass/components/dropdown.sass +83 -83
  64. data/node_modules/bulma/sass/components/level.sass +79 -79
  65. data/node_modules/bulma/sass/components/media.sass +59 -59
  66. data/node_modules/bulma/sass/components/menu.sass +59 -59
  67. data/node_modules/bulma/sass/components/message.sass +101 -101
  68. data/node_modules/bulma/sass/components/modal.sass +117 -117
  69. data/node_modules/bulma/sass/components/navbar.sass +446 -446
  70. data/node_modules/bulma/sass/components/pagination.sass +166 -166
  71. data/node_modules/bulma/sass/components/panel.sass +121 -121
  72. data/node_modules/bulma/sass/components/tabs.sass +176 -176
  73. data/node_modules/bulma/sass/elements/_all.sass +16 -16
  74. data/node_modules/bulma/sass/elements/box.sass +26 -26
  75. data/node_modules/bulma/sass/elements/button.sass +345 -345
  76. data/node_modules/bulma/sass/elements/container.sass +29 -29
  77. data/node_modules/bulma/sass/elements/content.sass +159 -159
  78. data/node_modules/bulma/sass/elements/form.sass +1 -1
  79. data/node_modules/bulma/sass/elements/icon.sass +46 -46
  80. data/node_modules/bulma/sass/elements/image.sass +73 -73
  81. data/node_modules/bulma/sass/elements/notification.sass +52 -52
  82. data/node_modules/bulma/sass/elements/other.sass +31 -31
  83. data/node_modules/bulma/sass/elements/progress.sass +73 -73
  84. data/node_modules/bulma/sass/elements/table.sass +133 -133
  85. data/node_modules/bulma/sass/elements/tag.sass +140 -140
  86. data/node_modules/bulma/sass/elements/title.sass +70 -70
  87. data/node_modules/bulma/sass/form/_all.sass +9 -9
  88. data/node_modules/bulma/sass/form/checkbox-radio.sass +22 -22
  89. data/node_modules/bulma/sass/form/file.sass +184 -184
  90. data/node_modules/bulma/sass/form/input-textarea.sass +66 -66
  91. data/node_modules/bulma/sass/form/select.sass +87 -87
  92. data/node_modules/bulma/sass/form/shared.sass +60 -60
  93. data/node_modules/bulma/sass/form/tools.sass +215 -215
  94. data/node_modules/bulma/sass/grid/_all.sass +5 -5
  95. data/node_modules/bulma/sass/grid/columns.sass +513 -513
  96. data/node_modules/bulma/sass/grid/tiles.sass +36 -36
  97. data/node_modules/bulma/sass/helpers/_all.sass +12 -12
  98. data/node_modules/bulma/sass/helpers/color.sass +39 -39
  99. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -35
  100. data/node_modules/bulma/sass/helpers/float.sass +10 -10
  101. data/node_modules/bulma/sass/helpers/other.sass +14 -14
  102. data/node_modules/bulma/sass/helpers/overflow.sass +2 -2
  103. data/node_modules/bulma/sass/helpers/position.sass +7 -7
  104. data/node_modules/bulma/sass/helpers/spacing.sass +31 -31
  105. data/node_modules/bulma/sass/helpers/typography.sass +103 -103
  106. data/node_modules/bulma/sass/helpers/visibility.sass +122 -122
  107. data/node_modules/bulma/sass/layout/_all.sass +6 -6
  108. data/node_modules/bulma/sass/layout/footer.sass +11 -11
  109. data/node_modules/bulma/sass/layout/hero.sass +153 -153
  110. data/node_modules/bulma/sass/layout/section.sass +17 -17
  111. data/node_modules/bulma/sass/utilities/_all.sass +9 -9
  112. data/node_modules/bulma/sass/utilities/animations.sass +1 -1
  113. data/node_modules/bulma/sass/utilities/controls.sass +49 -49
  114. data/node_modules/bulma/sass/utilities/derived-variables.sass +114 -114
  115. data/node_modules/bulma/sass/utilities/extends.sass +25 -25
  116. data/node_modules/bulma/sass/utilities/functions.sass +136 -136
  117. data/node_modules/bulma/sass/utilities/initial-variables.sass +78 -78
  118. data/node_modules/bulma/sass/utilities/mixins.sass +280 -280
  119. data/node_modules/bulma-block-list/LICENSE.txt +21 -21
  120. data/node_modules/bulma-block-list/README.md +31 -31
  121. data/node_modules/bulma-block-list/docs/Gemfile +2 -2
  122. data/node_modules/bulma-block-list/docs/_config.yml +15 -15
  123. data/node_modules/bulma-block-list/docs/_data/menu.yaml +19 -19
  124. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +108 -108
  125. data/node_modules/bulma-block-list/docs/_sass/_main.scss +19 -19
  126. data/node_modules/bulma-block-list/docs/assets/css/app.scss +6 -6
  127. data/node_modules/bulma-block-list/docs/index.html +260 -260
  128. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -1390
  129. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -21
  130. data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -130
  131. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -9
  132. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10854 -10854
  133. data/node_modules/bulma-block-list/node_modules/bulma/package.json +77 -77
  134. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -5
  135. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -142
  136. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -281
  137. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -79
  138. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -15
  139. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -75
  140. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -79
  141. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -81
  142. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -77
  143. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +39 -39
  144. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -50
  145. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -57
  146. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -99
  147. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -113
  148. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -441
  149. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -150
  150. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -119
  151. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -151
  152. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -15
  153. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -24
  154. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -323
  155. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -24
  156. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -155
  157. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -1
  158. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -21
  159. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -71
  160. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -43
  161. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -39
  162. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -67
  163. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -127
  164. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -128
  165. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -70
  166. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -8
  167. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -21
  168. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -180
  169. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -64
  170. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -85
  171. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -55
  172. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -205
  173. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -4
  174. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -504
  175. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -34
  176. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -5
  177. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -9
  178. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -145
  179. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -13
  180. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -8
  181. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -5
  182. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -50
  183. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -106
  184. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -110
  185. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -77
  186. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -261
  187. data/node_modules/bulma-block-list/package.json +56 -56
  188. data/node_modules/bulma-block-list/src/block-list.scss +108 -108
  189. data/node_modules/bulma-block-list/src/demo.scss +2 -2
  190. data/package-lock.json +28 -28
  191. data/package.json +20 -20
  192. metadata +16 -13
  193. data/_includes/hero.html +0 -11
  194. data/_includes/join.html +0 -30
  195. data/_includes/rating.html +0 -14
  196. data/_includes/review.html +0 -27
  197. data/_includes/share-buttons.html +0 -19
  198. data/_layouts/product-category.html +0 -42
  199. data/_layouts/product.html +0 -61
  200. data/_layouts/recipe.html +0 -98
  201. data/assets/css/highlight.css +0 -78
@@ -1,261 +1,261 @@
1
- @import "initial-variables"
2
-
3
- =clearfix
4
- &::after
5
- clear: both
6
- content: " "
7
- display: table
8
-
9
- =center($width, $height: 0)
10
- position: absolute
11
- @if $height != 0
12
- left: calc(50% - (#{$width} / 2))
13
- top: calc(50% - (#{$height} / 2))
14
- @else
15
- left: calc(50% - (#{$width} / 2))
16
- top: calc(50% - (#{$width} / 2))
17
-
18
- =fa($size, $dimensions)
19
- display: inline-block
20
- font-size: $size
21
- height: $dimensions
22
- line-height: $dimensions
23
- text-align: center
24
- vertical-align: top
25
- width: $dimensions
26
-
27
- =hamburger($dimensions)
28
- cursor: pointer
29
- display: block
30
- height: $dimensions
31
- position: relative
32
- width: $dimensions
33
- span
34
- background-color: currentColor
35
- display: block
36
- height: 1px
37
- left: calc(50% - 8px)
38
- position: absolute
39
- transform-origin: center
40
- transition-duration: $speed
41
- transition-property: background-color, opacity, transform
42
- transition-timing-function: $easing
43
- width: 16px
44
- &:nth-child(1)
45
- top: calc(50% - 6px)
46
- &:nth-child(2)
47
- top: calc(50% - 1px)
48
- &:nth-child(3)
49
- top: calc(50% + 4px)
50
- &:hover
51
- background-color: bulmaRgba(black, 0.05)
52
- // Modifers
53
- &.is-active
54
- span
55
- &:nth-child(1)
56
- transform: translateY(5px) rotate(45deg)
57
- &:nth-child(2)
58
- opacity: 0
59
- &:nth-child(3)
60
- transform: translateY(-5px) rotate(-45deg)
61
-
62
- =overflow-touch
63
- -webkit-overflow-scrolling: touch
64
-
65
- =placeholder
66
- $placeholders: ':-moz' ':-webkit-input' '-moz' '-ms-input'
67
- @each $placeholder in $placeholders
68
- &:#{$placeholder}-placeholder
69
- @content
70
-
71
- // Responsiveness
72
-
73
- =from($device)
74
- @media screen and (min-width: $device)
75
- @content
76
-
77
- =until($device)
78
- @media screen and (max-width: $device - 1px)
79
- @content
80
-
81
- =mobile
82
- @media screen and (max-width: $tablet - 1px)
83
- @content
84
-
85
- =tablet
86
- @media screen and (min-width: $tablet), print
87
- @content
88
-
89
- =tablet-only
90
- @media screen and (min-width: $tablet) and (max-width: $desktop - 1px)
91
- @content
92
-
93
- =touch
94
- @media screen and (max-width: $desktop - 1px)
95
- @content
96
-
97
- =desktop
98
- @media screen and (min-width: $desktop)
99
- @content
100
-
101
- =desktop-only
102
- @if $widescreen-enabled
103
- @media screen and (min-width: $desktop) and (max-width: $widescreen - 1px)
104
- @content
105
-
106
- =until-widescreen
107
- @if $widescreen-enabled
108
- @media screen and (max-width: $widescreen - 1px)
109
- @content
110
-
111
- =widescreen
112
- @if $widescreen-enabled
113
- @media screen and (min-width: $widescreen)
114
- @content
115
-
116
- =widescreen-only
117
- @if $widescreen-enabled and $fullhd-enabled
118
- @media screen and (min-width: $widescreen) and (max-width: $fullhd - 1px)
119
- @content
120
-
121
- =until-fullhd
122
- @if $fullhd-enabled
123
- @media screen and (max-width: $fullhd - 1px)
124
- @content
125
-
126
- =fullhd
127
- @if $fullhd-enabled
128
- @media screen and (min-width: $fullhd)
129
- @content
130
-
131
- // Placeholders
132
-
133
- =unselectable
134
- -webkit-touch-callout: none
135
- -webkit-user-select: none
136
- -moz-user-select: none
137
- -ms-user-select: none
138
- user-select: none
139
-
140
- %unselectable
141
- +unselectable
142
-
143
- =arrow($color: transparent)
144
- border: 3px solid $color
145
- border-radius: 2px
146
- border-right: 0
147
- border-top: 0
148
- content: " "
149
- display: block
150
- height: 0.625em
151
- margin-top: -0.4375em
152
- pointer-events: none
153
- position: absolute
154
- top: 50%
155
- transform: rotate(-45deg)
156
- transform-origin: center
157
- width: 0.625em
158
-
159
- %arrow
160
- +arrow
161
-
162
- =block($spacing: $block-spacing)
163
- &:not(:last-child)
164
- margin-bottom: $spacing
165
-
166
- %block
167
- +block
168
-
169
- =delete
170
- @extend %unselectable
171
- -moz-appearance: none
172
- -webkit-appearance: none
173
- background-color: bulmaRgba($scheme-invert, 0.2)
174
- border: none
175
- border-radius: $radius-rounded
176
- cursor: pointer
177
- pointer-events: auto
178
- display: inline-block
179
- flex-grow: 0
180
- flex-shrink: 0
181
- font-size: 0
182
- height: 20px
183
- max-height: 20px
184
- max-width: 20px
185
- min-height: 20px
186
- min-width: 20px
187
- outline: none
188
- position: relative
189
- vertical-align: top
190
- width: 20px
191
- &::before,
192
- &::after
193
- background-color: $scheme-main
194
- content: ""
195
- display: block
196
- left: 50%
197
- position: absolute
198
- top: 50%
199
- transform: translateX(-50%) translateY(-50%) rotate(45deg)
200
- transform-origin: center center
201
- &::before
202
- height: 2px
203
- width: 50%
204
- &::after
205
- height: 50%
206
- width: 2px
207
- &:hover,
208
- &:focus
209
- background-color: bulmaRgba($scheme-invert, 0.3)
210
- &:active
211
- background-color: bulmaRgba($scheme-invert, 0.4)
212
- // Sizes
213
- &.is-small
214
- height: 16px
215
- max-height: 16px
216
- max-width: 16px
217
- min-height: 16px
218
- min-width: 16px
219
- width: 16px
220
- &.is-medium
221
- height: 24px
222
- max-height: 24px
223
- max-width: 24px
224
- min-height: 24px
225
- min-width: 24px
226
- width: 24px
227
- &.is-large
228
- height: 32px
229
- max-height: 32px
230
- max-width: 32px
231
- min-height: 32px
232
- min-width: 32px
233
- width: 32px
234
-
235
- %delete
236
- +delete
237
-
238
- =loader
239
- animation: spinAround 500ms infinite linear
240
- border: 2px solid $grey-lighter
241
- border-radius: $radius-rounded
242
- border-right-color: transparent
243
- border-top-color: transparent
244
- content: ""
245
- display: block
246
- height: 1em
247
- position: relative
248
- width: 1em
249
-
250
- %loader
251
- +loader
252
-
253
- =overlay($offset: 0)
254
- bottom: $offset
255
- left: $offset
256
- position: absolute
257
- right: $offset
258
- top: $offset
259
-
260
- %overlay
261
- +overlay
1
+ @import "initial-variables"
2
+
3
+ =clearfix
4
+ &::after
5
+ clear: both
6
+ content: " "
7
+ display: table
8
+
9
+ =center($width, $height: 0)
10
+ position: absolute
11
+ @if $height != 0
12
+ left: calc(50% - (#{$width} / 2))
13
+ top: calc(50% - (#{$height} / 2))
14
+ @else
15
+ left: calc(50% - (#{$width} / 2))
16
+ top: calc(50% - (#{$width} / 2))
17
+
18
+ =fa($size, $dimensions)
19
+ display: inline-block
20
+ font-size: $size
21
+ height: $dimensions
22
+ line-height: $dimensions
23
+ text-align: center
24
+ vertical-align: top
25
+ width: $dimensions
26
+
27
+ =hamburger($dimensions)
28
+ cursor: pointer
29
+ display: block
30
+ height: $dimensions
31
+ position: relative
32
+ width: $dimensions
33
+ span
34
+ background-color: currentColor
35
+ display: block
36
+ height: 1px
37
+ left: calc(50% - 8px)
38
+ position: absolute
39
+ transform-origin: center
40
+ transition-duration: $speed
41
+ transition-property: background-color, opacity, transform
42
+ transition-timing-function: $easing
43
+ width: 16px
44
+ &:nth-child(1)
45
+ top: calc(50% - 6px)
46
+ &:nth-child(2)
47
+ top: calc(50% - 1px)
48
+ &:nth-child(3)
49
+ top: calc(50% + 4px)
50
+ &:hover
51
+ background-color: bulmaRgba(black, 0.05)
52
+ // Modifers
53
+ &.is-active
54
+ span
55
+ &:nth-child(1)
56
+ transform: translateY(5px) rotate(45deg)
57
+ &:nth-child(2)
58
+ opacity: 0
59
+ &:nth-child(3)
60
+ transform: translateY(-5px) rotate(-45deg)
61
+
62
+ =overflow-touch
63
+ -webkit-overflow-scrolling: touch
64
+
65
+ =placeholder
66
+ $placeholders: ':-moz' ':-webkit-input' '-moz' '-ms-input'
67
+ @each $placeholder in $placeholders
68
+ &:#{$placeholder}-placeholder
69
+ @content
70
+
71
+ // Responsiveness
72
+
73
+ =from($device)
74
+ @media screen and (min-width: $device)
75
+ @content
76
+
77
+ =until($device)
78
+ @media screen and (max-width: $device - 1px)
79
+ @content
80
+
81
+ =mobile
82
+ @media screen and (max-width: $tablet - 1px)
83
+ @content
84
+
85
+ =tablet
86
+ @media screen and (min-width: $tablet), print
87
+ @content
88
+
89
+ =tablet-only
90
+ @media screen and (min-width: $tablet) and (max-width: $desktop - 1px)
91
+ @content
92
+
93
+ =touch
94
+ @media screen and (max-width: $desktop - 1px)
95
+ @content
96
+
97
+ =desktop
98
+ @media screen and (min-width: $desktop)
99
+ @content
100
+
101
+ =desktop-only
102
+ @if $widescreen-enabled
103
+ @media screen and (min-width: $desktop) and (max-width: $widescreen - 1px)
104
+ @content
105
+
106
+ =until-widescreen
107
+ @if $widescreen-enabled
108
+ @media screen and (max-width: $widescreen - 1px)
109
+ @content
110
+
111
+ =widescreen
112
+ @if $widescreen-enabled
113
+ @media screen and (min-width: $widescreen)
114
+ @content
115
+
116
+ =widescreen-only
117
+ @if $widescreen-enabled and $fullhd-enabled
118
+ @media screen and (min-width: $widescreen) and (max-width: $fullhd - 1px)
119
+ @content
120
+
121
+ =until-fullhd
122
+ @if $fullhd-enabled
123
+ @media screen and (max-width: $fullhd - 1px)
124
+ @content
125
+
126
+ =fullhd
127
+ @if $fullhd-enabled
128
+ @media screen and (min-width: $fullhd)
129
+ @content
130
+
131
+ // Placeholders
132
+
133
+ =unselectable
134
+ -webkit-touch-callout: none
135
+ -webkit-user-select: none
136
+ -moz-user-select: none
137
+ -ms-user-select: none
138
+ user-select: none
139
+
140
+ %unselectable
141
+ +unselectable
142
+
143
+ =arrow($color: transparent)
144
+ border: 3px solid $color
145
+ border-radius: 2px
146
+ border-right: 0
147
+ border-top: 0
148
+ content: " "
149
+ display: block
150
+ height: 0.625em
151
+ margin-top: -0.4375em
152
+ pointer-events: none
153
+ position: absolute
154
+ top: 50%
155
+ transform: rotate(-45deg)
156
+ transform-origin: center
157
+ width: 0.625em
158
+
159
+ %arrow
160
+ +arrow
161
+
162
+ =block($spacing: $block-spacing)
163
+ &:not(:last-child)
164
+ margin-bottom: $spacing
165
+
166
+ %block
167
+ +block
168
+
169
+ =delete
170
+ @extend %unselectable
171
+ -moz-appearance: none
172
+ -webkit-appearance: none
173
+ background-color: bulmaRgba($scheme-invert, 0.2)
174
+ border: none
175
+ border-radius: $radius-rounded
176
+ cursor: pointer
177
+ pointer-events: auto
178
+ display: inline-block
179
+ flex-grow: 0
180
+ flex-shrink: 0
181
+ font-size: 0
182
+ height: 20px
183
+ max-height: 20px
184
+ max-width: 20px
185
+ min-height: 20px
186
+ min-width: 20px
187
+ outline: none
188
+ position: relative
189
+ vertical-align: top
190
+ width: 20px
191
+ &::before,
192
+ &::after
193
+ background-color: $scheme-main
194
+ content: ""
195
+ display: block
196
+ left: 50%
197
+ position: absolute
198
+ top: 50%
199
+ transform: translateX(-50%) translateY(-50%) rotate(45deg)
200
+ transform-origin: center center
201
+ &::before
202
+ height: 2px
203
+ width: 50%
204
+ &::after
205
+ height: 50%
206
+ width: 2px
207
+ &:hover,
208
+ &:focus
209
+ background-color: bulmaRgba($scheme-invert, 0.3)
210
+ &:active
211
+ background-color: bulmaRgba($scheme-invert, 0.4)
212
+ // Sizes
213
+ &.is-small
214
+ height: 16px
215
+ max-height: 16px
216
+ max-width: 16px
217
+ min-height: 16px
218
+ min-width: 16px
219
+ width: 16px
220
+ &.is-medium
221
+ height: 24px
222
+ max-height: 24px
223
+ max-width: 24px
224
+ min-height: 24px
225
+ min-width: 24px
226
+ width: 24px
227
+ &.is-large
228
+ height: 32px
229
+ max-height: 32px
230
+ max-width: 32px
231
+ min-height: 32px
232
+ min-width: 32px
233
+ width: 32px
234
+
235
+ %delete
236
+ +delete
237
+
238
+ =loader
239
+ animation: spinAround 500ms infinite linear
240
+ border: 2px solid $grey-lighter
241
+ border-radius: $radius-rounded
242
+ border-right-color: transparent
243
+ border-top-color: transparent
244
+ content: ""
245
+ display: block
246
+ height: 1em
247
+ position: relative
248
+ width: 1em
249
+
250
+ %loader
251
+ +loader
252
+
253
+ =overlay($offset: 0)
254
+ bottom: $offset
255
+ left: $offset
256
+ position: absolute
257
+ right: $offset
258
+ top: $offset
259
+
260
+ %overlay
261
+ +overlay
@@ -1,56 +1,56 @@
1
- {
2
- "_from": "bulma-block-list@^0.4.1",
3
- "_id": "bulma-block-list@0.4.2",
4
- "_inBundle": false,
5
- "_integrity": "sha512-WxcGcxNFa6ZrF/CIR7uETLHJVwnFemKuTS5hI3CMn5hJ2PONp2WghldBGlINzxrj6jcf89cyE/YoEEtKUxYJcw==",
6
- "_location": "/bulma-block-list",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "bulma-block-list@^0.4.1",
12
- "name": "bulma-block-list",
13
- "escapedName": "bulma-block-list",
14
- "rawSpec": "^0.4.1",
15
- "saveSpec": null,
16
- "fetchSpec": "^0.4.1"
17
- },
18
- "_requiredBy": [
19
- "/"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.4.2.tgz",
22
- "_shasum": "b4ed51036ea74601e5f1efbb25fe0d94ff9bc394",
23
- "_spec": "bulma-block-list@^0.4.1",
24
- "_where": "C:\\Users\\Mattia\\Progetti\\opentoolbox\\template",
25
- "author": {
26
- "name": "chrisrhymes"
27
- },
28
- "bugs": {
29
- "url": "https://github.com/chrisrhymes/bulma-block-list/issues"
30
- },
31
- "bundleDependencies": false,
32
- "dependencies": {
33
- "bulma": "^0.8.0"
34
- },
35
- "deprecated": false,
36
- "description": "A simple scss package extending Bulma with block style list elements",
37
- "devDependencies": {
38
- "node-sass": "^4.9.2"
39
- },
40
- "homepage": "https://github.com/chrisrhymes/bulma-block-list#readme",
41
- "keywords": [
42
- "Bulma",
43
- "List",
44
- "BlockList",
45
- "Unordered List"
46
- ],
47
- "license": "MIT",
48
- "main": "src/block-list.scss",
49
- "name": "bulma-block-list",
50
- "scripts": {
51
- "css-build": "node-sass --omit-source-map-url src/demo.scss docs/demo.css",
52
- "css-watch": "npm run css-build -- --watch",
53
- "start": "npm run css-watch"
54
- },
55
- "version": "0.4.2"
56
- }
1
+ {
2
+ "_from": "bulma-block-list@^0.4.1",
3
+ "_id": "bulma-block-list@0.4.2",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-WxcGcxNFa6ZrF/CIR7uETLHJVwnFemKuTS5hI3CMn5hJ2PONp2WghldBGlINzxrj6jcf89cyE/YoEEtKUxYJcw==",
6
+ "_location": "/bulma-block-list",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "bulma-block-list@^0.4.1",
12
+ "name": "bulma-block-list",
13
+ "escapedName": "bulma-block-list",
14
+ "rawSpec": "^0.4.1",
15
+ "saveSpec": null,
16
+ "fetchSpec": "^0.4.1"
17
+ },
18
+ "_requiredBy": [
19
+ "/"
20
+ ],
21
+ "_resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.4.2.tgz",
22
+ "_shasum": "b4ed51036ea74601e5f1efbb25fe0d94ff9bc394",
23
+ "_spec": "bulma-block-list@^0.4.1",
24
+ "_where": "C:\\Users\\Mattia\\Progetti\\opentoolbox\\template",
25
+ "author": {
26
+ "name": "chrisrhymes"
27
+ },
28
+ "bugs": {
29
+ "url": "https://github.com/chrisrhymes/bulma-block-list/issues"
30
+ },
31
+ "bundleDependencies": false,
32
+ "dependencies": {
33
+ "bulma": "^0.8.0"
34
+ },
35
+ "deprecated": false,
36
+ "description": "A simple scss package extending Bulma with block style list elements",
37
+ "devDependencies": {
38
+ "node-sass": "^4.9.2"
39
+ },
40
+ "homepage": "https://github.com/chrisrhymes/bulma-block-list#readme",
41
+ "keywords": [
42
+ "Bulma",
43
+ "List",
44
+ "BlockList",
45
+ "Unordered List"
46
+ ],
47
+ "license": "MIT",
48
+ "main": "src/block-list.scss",
49
+ "name": "bulma-block-list",
50
+ "scripts": {
51
+ "css-build": "node-sass --omit-source-map-url src/demo.scss docs/demo.css",
52
+ "css-watch": "npm run css-build -- --watch",
53
+ "start": "npm run css-watch"
54
+ },
55
+ "version": "0.4.2"
56
+ }