bulma-clean-theme 0.8 → 0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +40 -0
  3. data/_includes/callouts.html +1 -1
  4. data/_includes/footer.html +1 -1
  5. data/_includes/gallery.html +25 -0
  6. data/_includes/head.html +2 -1
  7. data/_includes/header.html +3 -3
  8. data/_includes/hero.html +1 -1
  9. data/_includes/image-modal.html +18 -0
  10. data/_includes/menubar.html +2 -2
  11. data/_includes/showcase.html +1 -1
  12. data/_includes/tabs.html +1 -1
  13. data/_includes/youtube.html +8 -0
  14. data/_layouts/default.html +1 -0
  15. data/_layouts/product-category.html +1 -1
  16. data/_sass/_layout.scss +6 -0
  17. data/_sass/_main.scss +2 -0
  18. data/node_modules/bulma-block-list/docs/Gemfile +3 -0
  19. data/node_modules/bulma-block-list/docs/_config.yml +15 -0
  20. data/node_modules/bulma-block-list/docs/_data/menu.yaml +20 -0
  21. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +92 -0
  22. data/node_modules/bulma-block-list/docs/_sass/_main.scss +20 -0
  23. data/node_modules/bulma-block-list/docs/assets/css/app.scss +7 -0
  24. data/node_modules/bulma-block-list/docs/favicon.ico +0 -0
  25. data/node_modules/bulma-block-list/docs/index.html +249 -261
  26. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -0
  27. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -0
  28. data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -0
  29. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -0
  30. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10855 -0
  31. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css.map +1 -0
  32. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.min.css +1 -0
  33. data/node_modules/bulma-block-list/node_modules/bulma/package.json +77 -0
  34. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -0
  35. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -0
  36. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -0
  37. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -0
  38. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -0
  39. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -0
  40. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -0
  41. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -0
  42. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -0
  43. data/node_modules/{bulma → bulma-block-list/node_modules/bulma}/sass/components/list.sass +0 -0
  44. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -0
  45. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -0
  46. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -0
  47. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -0
  48. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -0
  49. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -0
  50. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -0
  51. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -0
  52. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -0
  53. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -0
  54. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -0
  55. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -0
  56. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -0
  57. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -0
  58. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -0
  59. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -0
  60. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -0
  61. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -0
  62. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -0
  63. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -0
  64. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -0
  65. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -0
  66. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -0
  67. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -0
  68. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -0
  69. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -0
  70. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -0
  71. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -0
  72. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -0
  73. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -0
  74. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -0
  75. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -0
  76. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -0
  77. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -0
  78. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -0
  79. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -0
  80. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -0
  81. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -0
  82. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -0
  83. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -0
  84. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -0
  85. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -0
  86. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -0
  87. data/node_modules/bulma-block-list/package.json +10 -10
  88. data/node_modules/bulma-block-list/src/block-list.scss +24 -1
  89. data/node_modules/bulma/CHANGELOG.md +95 -0
  90. data/node_modules/bulma/README.md +3 -2
  91. data/node_modules/bulma/bulma.sass +2 -1
  92. data/node_modules/bulma/css/bulma-rtl.css +11624 -0
  93. data/node_modules/bulma/css/bulma-rtl.css.map +1 -0
  94. data/node_modules/bulma/css/bulma-rtl.min.css +1 -0
  95. data/node_modules/bulma/css/bulma.css +7233 -6464
  96. data/node_modules/bulma/css/bulma.css.map +1 -1
  97. data/node_modules/bulma/css/bulma.min.css +1 -1
  98. data/node_modules/bulma/package.json +21 -18
  99. data/node_modules/bulma/sass/base/_all.sass +1 -1
  100. data/node_modules/bulma/sass/base/generic.sass +2 -1
  101. data/node_modules/bulma/sass/base/helpers.sass +1 -281
  102. data/node_modules/bulma/sass/base/minireset.sass +1 -1
  103. data/node_modules/bulma/sass/components/_all.sass +1 -1
  104. data/node_modules/bulma/sass/components/breadcrumb.sass +3 -3
  105. data/node_modules/bulma/sass/components/card.sass +5 -1
  106. data/node_modules/bulma/sass/components/dropdown.sass +3 -3
  107. data/node_modules/bulma/sass/components/level.sass +2 -2
  108. data/node_modules/bulma/sass/components/media.sass +10 -8
  109. data/node_modules/bulma/sass/components/menu.sass +2 -2
  110. data/node_modules/bulma/sass/components/message.sass +1 -1
  111. data/node_modules/bulma/sass/components/modal.sass +5 -3
  112. data/node_modules/bulma/sass/components/navbar.sass +12 -10
  113. data/node_modules/bulma/sass/components/panel.sass +2 -2
  114. data/node_modules/bulma/sass/components/tabs.sass +35 -12
  115. data/node_modules/bulma/sass/elements/_all.sass +1 -0
  116. data/node_modules/bulma/sass/elements/button.sass +10 -8
  117. data/node_modules/bulma/sass/elements/container.sass +10 -7
  118. data/node_modules/bulma/sass/elements/content.sass +5 -5
  119. data/node_modules/bulma/sass/elements/notification.sass +10 -3
  120. data/node_modules/bulma/sass/elements/progress.sass +5 -1
  121. data/node_modules/bulma/sass/elements/table.sass +6 -2
  122. data/node_modules/bulma/sass/elements/tag.sass +27 -17
  123. data/node_modules/bulma/sass/form/_all.sass +1 -0
  124. data/node_modules/bulma/sass/form/checkbox-radio.sass +3 -2
  125. data/node_modules/bulma/sass/form/file.sass +5 -3
  126. data/node_modules/bulma/sass/form/input-textarea.sass +3 -1
  127. data/node_modules/bulma/sass/form/select.sass +7 -5
  128. data/node_modules/bulma/sass/form/shared.sass +2 -0
  129. data/node_modules/bulma/sass/form/tools.sass +21 -11
  130. data/node_modules/bulma/sass/grid/_all.sass +1 -0
  131. data/node_modules/bulma/sass/helpers/_all.sass +12 -0
  132. data/node_modules/bulma/sass/helpers/color.sass +37 -0
  133. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -0
  134. data/node_modules/bulma/sass/helpers/float.sass +8 -0
  135. data/node_modules/bulma/sass/helpers/other.sass +11 -0
  136. data/node_modules/bulma/sass/helpers/overflow.sass +2 -0
  137. data/node_modules/bulma/sass/helpers/position.sass +5 -0
  138. data/node_modules/bulma/sass/helpers/spacing.sass +31 -0
  139. data/node_modules/bulma/sass/helpers/typography.sass +98 -0
  140. data/node_modules/bulma/sass/helpers/visibility.sass +122 -0
  141. data/node_modules/bulma/sass/layout/_all.sass +1 -0
  142. data/node_modules/bulma/sass/layout/hero.sass +4 -2
  143. data/node_modules/bulma/sass/utilities/_all.sass +1 -0
  144. data/node_modules/bulma/sass/utilities/derived-variables.sass +2 -1
  145. data/node_modules/bulma/sass/utilities/functions.sass +5 -0
  146. data/node_modules/bulma/sass/utilities/initial-variables.sass +1 -0
  147. data/node_modules/bulma/sass/utilities/mixins.sass +24 -0
  148. data/package-lock.json +13 -6
  149. data/package.json +2 -2
  150. metadata +98 -31
  151. data/node_modules/bulma-block-list/docs/demo.css +0 -7241
@@ -0,0 +1,77 @@
1
+ // Colors
2
+
3
+ $black: hsl(0, 0%, 4%) !default
4
+ $black-bis: hsl(0, 0%, 7%) !default
5
+ $black-ter: hsl(0, 0%, 14%) !default
6
+
7
+ $grey-darker: hsl(0, 0%, 21%) !default
8
+ $grey-dark: hsl(0, 0%, 29%) !default
9
+ $grey: hsl(0, 0%, 48%) !default
10
+ $grey-light: hsl(0, 0%, 71%) !default
11
+ $grey-lighter: hsl(0, 0%, 86%) !default
12
+ $grey-lightest: hsl(0, 0%, 93%) !default
13
+
14
+ $white-ter: hsl(0, 0%, 96%) !default
15
+ $white-bis: hsl(0, 0%, 98%) !default
16
+ $white: hsl(0, 0%, 100%) !default
17
+
18
+ $orange: hsl(14, 100%, 53%) !default
19
+ $yellow: hsl(48, 100%, 67%) !default
20
+ $green: hsl(141, 53%, 53%) !default
21
+ $turquoise: hsl(171, 100%, 41%) !default
22
+ $cyan: hsl(204, 71%, 53%) !default
23
+ $blue: hsl(217, 71%, 53%) !default
24
+ $purple: hsl(271, 100%, 71%) !default
25
+ $red: hsl(348, 86%, 61%) !default
26
+
27
+ // Typography
28
+
29
+ $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
30
+ $family-monospace: monospace !default
31
+ $render-mode: optimizeLegibility !default
32
+
33
+ $size-1: 3rem !default
34
+ $size-2: 2.5rem !default
35
+ $size-3: 2rem !default
36
+ $size-4: 1.5rem !default
37
+ $size-5: 1.25rem !default
38
+ $size-6: 1rem !default
39
+ $size-7: 0.75rem !default
40
+
41
+ $weight-light: 300 !default
42
+ $weight-normal: 400 !default
43
+ $weight-medium: 500 !default
44
+ $weight-semibold: 600 !default
45
+ $weight-bold: 700 !default
46
+
47
+ // Spacing
48
+
49
+ $block-spacing: 1.5rem !default
50
+
51
+ // Responsiveness
52
+
53
+ // The container horizontal gap, which acts as the offset for breakpoints
54
+ $gap: 32px !default
55
+ // 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
56
+ $tablet: 769px !default
57
+ // 960px container + 4rem
58
+ $desktop: 960px + (2 * $gap) !default
59
+ // 1152px container + 4rem
60
+ $widescreen: 1152px + (2 * $gap) !default
61
+ $widescreen-enabled: true !default
62
+ // 1344px container + 4rem
63
+ $fullhd: 1344px + (2 * $gap) !default
64
+ $fullhd-enabled: true !default
65
+
66
+ // Miscellaneous
67
+
68
+ $easing: ease-out !default
69
+ $radius-small: 2px !default
70
+ $radius: 4px !default
71
+ $radius-large: 6px !default
72
+ $radius-rounded: 290486px !default
73
+ $speed: 86ms !default
74
+
75
+ // Flags
76
+
77
+ $variable-columns: true !default
@@ -0,0 +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,26 +1,26 @@
1
1
  {
2
- "_from": "bulma-block-list@^0.3",
3
- "_id": "bulma-block-list@0.3.0",
2
+ "_from": "bulma-block-list@^0.4",
3
+ "_id": "bulma-block-list@0.4.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-LGE36PYy6IZustZwfASmKbQom+s9a16coY3GzDFdq1uEFja5Qj31vZqDwuwMNU+IXGYG3kvR2ZfoRX/7Xc+fZw==",
5
+ "_integrity": "sha512-N1jFSWXKmZrtETmbAVuy/q7TA0eb6VuyeaM8YsOue43Es55CPWshbK1vplJ+BYoxaacibs9paNhQs0y35qU+dQ==",
6
6
  "_location": "/bulma-block-list",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
9
9
  "type": "range",
10
10
  "registry": true,
11
- "raw": "bulma-block-list@^0.3",
11
+ "raw": "bulma-block-list@^0.4",
12
12
  "name": "bulma-block-list",
13
13
  "escapedName": "bulma-block-list",
14
- "rawSpec": "^0.3",
14
+ "rawSpec": "^0.4",
15
15
  "saveSpec": null,
16
- "fetchSpec": "^0.3"
16
+ "fetchSpec": "^0.4"
17
17
  },
18
18
  "_requiredBy": [
19
19
  "/"
20
20
  ],
21
- "_resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.3.0.tgz",
22
- "_shasum": "0529f134cc7113c869ad35795d295feb2f2003a6",
23
- "_spec": "bulma-block-list@^0.3",
21
+ "_resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.4.0.tgz",
22
+ "_shasum": "4f70d2bdeb1dbaa730c1f7cf75adcd6013b5703b",
23
+ "_spec": "bulma-block-list@^0.4",
24
24
  "_where": "/Users/chrisrhymes/Code/bulma-clean-theme",
25
25
  "author": {
26
26
  "name": "chrisrhymes"
@@ -52,5 +52,5 @@
52
52
  "css-watch": "npm run css-build -- --watch",
53
53
  "start": "npm run css-watch"
54
54
  },
55
- "version": "0.3.0"
55
+ "version": "0.4.0"
56
56
  }
@@ -1,6 +1,14 @@
1
1
  @charset "utf-8";
2
2
 
3
3
  $block-list-separator: 0.25rem !default;
4
+ $block-list-highlight-width: 5px !default;
5
+
6
+ .content {
7
+ ul.block-list {
8
+ list-style: none;
9
+ margin-left: 0;
10
+ }
11
+ }
4
12
 
5
13
  .block-list {
6
14
  list-style: none;
@@ -48,6 +56,11 @@ $block-list-separator: 0.25rem !default;
48
56
  border-radius: $radius;
49
57
  }
50
58
 
59
+ li.is-highlighted,
60
+ &.is-highlighted > li {
61
+ border-left: $block-list-highlight-width $dark solid;
62
+ }
63
+
51
64
  @each $name, $pair in $colors {
52
65
 
53
66
  $color: nth($pair, 1);
@@ -57,13 +70,23 @@ $block-list-separator: 0.25rem !default;
57
70
  &.is-#{$name} > li {
58
71
  background: $color;
59
72
  color: $color-invert;
73
+ }
60
74
 
61
- &.is-outlined,
75
+ &.is-#{$name} {
76
+ li.is-outlined,
62
77
  &.is-outlined > li {
63
78
  background: transparent;
64
79
  color: $color;
65
80
  border: 1px solid $color;
66
81
  }
82
+
83
+ li.is-highlighted,
84
+ &.is-highlighted > li {
85
+ background: transparent;
86
+ color: $color;
87
+ border: 1px solid $color;
88
+ border-left: $block-list-highlight-width $color solid;
89
+ }
67
90
  }
68
91
  }
69
92
  }
@@ -1,5 +1,100 @@
1
1
  # Bulma Changelog
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### New features
6
+
7
+ * #3047 Flexbox helpers
8
+ * #3085 Add `is-clickable` helper
9
+ * #3086 Allow each component to have its own colors and default to global ones
10
+ * New variables `$navbar-colors`, `$button-colors`, `$notification-colors`, `$progress-colors`, `$table-colors`, `$tag-colors`, `$file-colors`, `$textarea-colors`, `$select-colors`, `$form-colors`, `$label-colors` and `$hero-colors`
11
+
12
+ ### Improvements
13
+
14
+ * #2630 Fixes #2598 -> Add `$card-radius` variable
15
+ * Add `$card-overflow` variable
16
+ * #2540 Fixes #2539 -> Fix indeterminate progress styling in IE11
17
+ * #3057 Make the default text color of `$code` listings more accessible
18
+ * #3088 Adds not allowed cursor to missing inputs
19
+ * #3101 Add `$modal-breakpoint` variable for modal breakpoint
20
+ * #3107 Add `optgroup` to `generic.sass`
21
+
22
+ ## 0.9.0
23
+
24
+ ### Deprecation warning
25
+
26
+ The `base/helpers.sass` file is **deprecated**. It has moved into its own `/helpers` folder. If you were importing `base/helpers.sass` or `base/_all.sass`, please import `sass/helpers/_all.sass` now.
27
+ If you were simply importing the whole of Bulma with `@import "~/bulma/bulma.sass"` or similar, you won't have to change anything, and everything will work as before.
28
+
29
+ The `list` component is also **deprecated**: the `components/list.sass` file has been deleted. It was never officialy supported as it was too similar to `panel` component. Use that one instead.
30
+
31
+ ### RTL support
32
+
33
+ Bulma now has **RTL support**.
34
+
35
+ By setting the Sass flag `$rtl` to `true`, you can create an RTL version of Bulma, thanks to 4 new Sass mixins:
36
+
37
+ * `=ltr`
38
+ * `=rtl`
39
+ * `=ltr-property($property, $spacing, $right: true)`
40
+ * `=ltr-position($spacing, $right: true)`
41
+
42
+ The Bulma package now also comes with a `bulma-rtl.css` and `bulma-rtl.min.css` file to be used straight away.
43
+
44
+ ### Spacing helpers
45
+
46
+ Bulma now has **spacing helpers**: https://bulma.io/documentation/helpers/spacing-helpers/
47
+
48
+ <p>Bulma provides <strong>margin</strong> <code>m*</code> and <strong>padding</strong> <code>p*</code> helpers in all <strong>directions</strong>:</p>
49
+
50
+ <ul>
51
+ <li>
52
+ <code>*t</code> for <strong>top</strong>
53
+ </li>
54
+ <li>
55
+ <code>*r</code> for <strong>right</strong>
56
+ </li>
57
+ <li>
58
+ <code>*b</code> for <strong>bottom</strong>
59
+ </li>
60
+ <li>
61
+ <code>*l</code> for <strong>left</strong>
62
+ </li>
63
+ <li>
64
+ <code>*x</code> horizontally for both <strong>left</strong> and <strong>right</strong>
65
+ </li>
66
+ <li>
67
+ <code>*y</code> vertically for both <strong>top</strong> and <strong>bottom</strong>
68
+ </li>
69
+ </ul>
70
+
71
+ <p>
72
+ You need to <strong>combine</strong> a margin/padding prefix with a direciton suffix. For example:
73
+ </p>
74
+
75
+ <ul>
76
+ <li>for a <code>margin-top</code>, use <code>mt-*</code></li>
77
+ <li>for a <code>padding-bottom</code>, use <code>pb-*</code></li>
78
+ <li>for both <code>margin-left</code> and <code>margin-right</code>, use <code>mx-*</code></li>
79
+ </ul>
80
+
81
+ <p>
82
+ Each of these <code>property-direction</code> <strong>combinations</strong> needs to be appended with one of <strong>6 value suffixes</strong>
83
+ </p>
84
+
85
+ This release also includes the following helpers:
86
+
87
+ * light and dark color helpers
88
+ * light and dark background color helpers
89
+
90
+ ### Improvements
91
+
92
+ * #2925 Center table cell content vertically with `is-vcentered`
93
+
94
+ ### Bug fixes
95
+
96
+ * #2955 Fix issue when there's only one `is-toggle` tag
97
+
3
98
  ## 0.8.2
4
99
 
5
100
  ### Bug fixes