bulma-clean-theme 0.7.1 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (148) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +44 -2
  3. data/_includes/callouts.html +5 -1
  4. data/_includes/footer.html +1 -1
  5. data/_includes/gallery.html +27 -0
  6. data/_includes/head.html +5 -2
  7. data/_includes/header.html +3 -3
  8. data/_includes/hero.html +2 -2
  9. data/_includes/menubar.html +2 -2
  10. data/_includes/pagination.html +2 -2
  11. data/_includes/share-buttons.html +19 -0
  12. data/_includes/showcase.html +1 -1
  13. data/_includes/tabs.html +1 -1
  14. data/_includes/youtube.html +8 -0
  15. data/_layouts/default.html +1 -0
  16. data/_layouts/post.html +4 -0
  17. data/_layouts/product-category.html +1 -1
  18. data/_posts/2020-05-08-creating-a-docs-site-with-bulma-clean-theme.markdown +96 -0
  19. data/node_modules/bulma-block-list/README.md +12 -0
  20. data/node_modules/bulma-block-list/docs/Gemfile +3 -0
  21. data/node_modules/bulma-block-list/docs/_config.yml +15 -0
  22. data/node_modules/bulma-block-list/docs/_data/menu.yaml +20 -0
  23. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +92 -0
  24. data/node_modules/bulma-block-list/docs/_sass/_main.scss +20 -0
  25. data/node_modules/bulma-block-list/docs/assets/css/app.scss +7 -0
  26. data/node_modules/bulma-block-list/docs/favicon.ico +0 -0
  27. data/node_modules/bulma-block-list/docs/index.html +250 -232
  28. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -0
  29. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -0
  30. data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -0
  31. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -0
  32. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10855 -0
  33. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css.map +1 -0
  34. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.min.css +1 -0
  35. data/node_modules/bulma-block-list/node_modules/bulma/package.json +77 -0
  36. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -0
  37. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -0
  38. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -0
  39. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -0
  40. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -0
  41. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -0
  42. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -0
  43. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -0
  44. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -0
  45. data/node_modules/{bulma → bulma-block-list/node_modules/bulma}/sass/components/list.sass +0 -0
  46. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -0
  47. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -0
  48. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -0
  49. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -0
  50. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -0
  51. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -0
  52. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -0
  53. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -0
  54. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -0
  55. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -0
  56. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -0
  57. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -0
  58. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -0
  59. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -0
  60. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -0
  61. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -0
  62. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -0
  63. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -0
  64. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -0
  65. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -0
  66. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -0
  67. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -0
  68. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -0
  69. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -0
  70. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -0
  71. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -0
  72. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -0
  73. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -0
  74. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -0
  75. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -0
  76. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -0
  77. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -0
  78. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -0
  79. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -0
  80. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -0
  81. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -0
  82. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -0
  83. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -0
  84. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -0
  85. data/node_modules/{bulma → bulma-block-list/node_modules/bulma}/sass/utilities/derived-variables.sass +0 -0
  86. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -0
  87. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -0
  88. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -0
  89. data/node_modules/bulma-block-list/package.json +10 -10
  90. data/node_modules/bulma-block-list/src/block-list.scss +55 -42
  91. data/node_modules/bulma-block-list/src/demo.scss +1 -1
  92. data/node_modules/bulma/CHANGELOG.md +89 -1
  93. data/node_modules/bulma/LICENSE +1 -1
  94. data/node_modules/bulma/README.md +12 -8
  95. data/node_modules/bulma/bulma.sass +2 -1
  96. data/node_modules/bulma/css/bulma-rtl.css +11331 -0
  97. data/node_modules/bulma/css/bulma-rtl.css.map +1 -0
  98. data/node_modules/bulma/css/bulma-rtl.min.css +1 -0
  99. data/node_modules/bulma/css/bulma.css +6815 -6316
  100. data/node_modules/bulma/css/bulma.css.map +1 -1
  101. data/node_modules/bulma/css/bulma.min.css +1 -1
  102. data/node_modules/bulma/package.json +24 -23
  103. data/node_modules/bulma/sass/base/_all.sass +0 -1
  104. data/node_modules/bulma/sass/base/generic.sass +1 -1
  105. data/node_modules/bulma/sass/base/helpers.sass +1 -281
  106. data/node_modules/bulma/sass/base/minireset.sass +1 -1
  107. data/node_modules/bulma/sass/components/_all.sass +0 -1
  108. data/node_modules/bulma/sass/components/breadcrumb.sass +3 -3
  109. data/node_modules/bulma/sass/components/card.sass +1 -1
  110. data/node_modules/bulma/sass/components/dropdown.sass +3 -3
  111. data/node_modules/bulma/sass/components/level.sass +2 -2
  112. data/node_modules/bulma/sass/components/media.sass +11 -9
  113. data/node_modules/bulma/sass/components/menu.sass +2 -2
  114. data/node_modules/bulma/sass/components/message.sass +1 -1
  115. data/node_modules/bulma/sass/components/modal.sass +3 -3
  116. data/node_modules/bulma/sass/components/navbar.sass +18 -20
  117. data/node_modules/bulma/sass/components/panel.sass +4 -3
  118. data/node_modules/bulma/sass/components/tabs.sass +35 -12
  119. data/node_modules/bulma/sass/elements/button.sass +17 -16
  120. data/node_modules/bulma/sass/elements/content.sass +5 -5
  121. data/node_modules/bulma/sass/elements/notification.sass +14 -2
  122. data/node_modules/bulma/sass/elements/table.sass +3 -1
  123. data/node_modules/bulma/sass/elements/tag.sass +24 -16
  124. data/node_modules/bulma/sass/form/checkbox-radio.sass +1 -1
  125. data/node_modules/bulma/sass/form/file.sass +9 -9
  126. data/node_modules/bulma/sass/form/input-textarea.sass +1 -1
  127. data/node_modules/bulma/sass/form/select.sass +6 -6
  128. data/node_modules/bulma/sass/form/shared.sass +3 -3
  129. data/node_modules/bulma/sass/form/tools.sass +18 -10
  130. data/node_modules/bulma/sass/helpers/_all.sass +10 -0
  131. data/node_modules/bulma/sass/helpers/color.sass +37 -0
  132. data/node_modules/bulma/sass/helpers/float.sass +8 -0
  133. data/node_modules/bulma/sass/helpers/other.sass +8 -0
  134. data/node_modules/bulma/sass/helpers/overflow.sass +2 -0
  135. data/node_modules/bulma/sass/helpers/position.sass +5 -0
  136. data/node_modules/bulma/sass/helpers/spacing.sass +28 -0
  137. data/node_modules/bulma/sass/helpers/typography.sass +98 -0
  138. data/node_modules/bulma/sass/helpers/visibility.sass +122 -0
  139. data/node_modules/bulma/sass/layout/hero.sass +22 -20
  140. data/node_modules/bulma/sass/utilities/_all.sass +1 -1
  141. data/node_modules/bulma/sass/utilities/derived-variables.scss +132 -0
  142. data/node_modules/bulma/sass/utilities/functions.sass +17 -0
  143. data/node_modules/bulma/sass/utilities/initial-variables.sass +1 -0
  144. data/node_modules/bulma/sass/utilities/mixins.sass +28 -4
  145. data/package-lock.json +13 -6
  146. data/package.json +2 -2
  147. metadata +88 -7
  148. data/node_modules/bulma-block-list/docs/demo.css +0 -7212
@@ -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.2",
3
- "_id": "bulma-block-list@0.2.0",
2
+ "_from": "bulma-block-list@^0.4",
3
+ "_id": "bulma-block-list@0.4.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-SxwQWuRG6dXOwZFkYtpnahbXT1b3LWNkuLVJ1ACEPp/2Bie8aDQoq8iFcFd9WfWr+9U9DZ3Vj54V0lKmn8T/fQ==",
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.2",
11
+ "raw": "bulma-block-list@^0.4",
12
12
  "name": "bulma-block-list",
13
13
  "escapedName": "bulma-block-list",
14
- "rawSpec": "^0.2",
14
+ "rawSpec": "^0.4",
15
15
  "saveSpec": null,
16
- "fetchSpec": "^0.2"
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.2.0.tgz",
22
- "_shasum": "a0777b3d1c7151146717042b07c57eed0683d8db",
23
- "_spec": "bulma-block-list@^0.2",
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.2.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;
@@ -11,42 +19,46 @@ $block-list-separator: 0.25rem !default;
11
19
  margin-bottom: $block-list-separator;
12
20
  }
13
21
 
14
- &.is-left {
15
- li {
16
- text-align: left;
17
- }
22
+ li.is-left,
23
+ &.is-left > li {
24
+ text-align: left;
18
25
  }
19
26
 
20
27
 
21
- &.is-centered {
22
- li {
23
- text-align: center;
24
- }
28
+ li.is-centered,
29
+ &.is-centered > li {
30
+ text-align: center;
25
31
  }
26
32
 
27
- &.is-right {
28
- li {
29
- text-align: right;
30
- }
33
+ li.is-right,
34
+ &.is-right > li {
35
+ text-align: right;
31
36
  }
32
37
 
33
- &.is-small {
34
- li {
35
- font-size: $small-font-size;
36
- padding: ($gap / 3);
37
- }
38
+ li.is-small,
39
+ &.is-small > li {
40
+ font-size: $small-font-size;
41
+ padding: ($gap / 3);
38
42
  }
39
-
40
- &.is-normal {
41
- li {
42
- font-size: $body-font-size;
43
- }
43
+
44
+ li.is-normal,
45
+ &.is-normal > li {
46
+ font-size: $body-font-size;
44
47
  }
45
48
 
46
- &.is-large {
47
- li {
48
- font-size: $size-large;
49
- }
49
+ li.is-large,
50
+ &.is-large > li {
51
+ font-size: $size-large;
52
+ }
53
+
54
+ li.has-radius,
55
+ &.has-radius > li {
56
+ border-radius: $radius;
57
+ }
58
+
59
+ li.is-highlighted,
60
+ &.is-highlighted > li {
61
+ border-left: $block-list-highlight-width $dark solid;
50
62
  }
51
63
 
52
64
  @each $name, $pair in $colors {
@@ -54,26 +66,27 @@ $block-list-separator: 0.25rem !default;
54
66
  $color: nth($pair, 1);
55
67
  $color-invert: nth($pair, 2);
56
68
 
57
- &.is-#{$name} {
58
- li {
59
- background: $color;
60
- color: $color-invert;
61
- }
69
+ li.is-#{$name},
70
+ &.is-#{$name} > li {
71
+ background: $color;
72
+ color: $color-invert;
73
+ }
62
74
 
63
- &.is-outlined {
64
- li {
65
- background: transparent;
66
- color: $color;
67
- border: 1px solid $color;
68
- }
75
+ &.is-#{$name} {
76
+ li.is-outlined,
77
+ &.is-outlined > li {
78
+ background: transparent;
79
+ color: $color;
80
+ border: 1px solid $color;
69
81
  }
70
82
 
71
- &.has-radius {
72
- li {
73
- border-radius: $radius;
74
- }
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;
75
89
  }
76
90
  }
77
91
  }
78
-
79
92
  }
@@ -1,3 +1,3 @@
1
1
  @charset "utf-8";
2
- @import "node_modules/bulma/bulma.sass";
2
+ @import "node_modules/bulma/bulma";
3
3
  @import "block-list.scss";
@@ -1,5 +1,93 @@
1
1
  # Bulma Changelog
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### RTL support
6
+
7
+ Bulma now has **RTL support**.
8
+
9
+ By setting the Sass flag `$rtl` to `true`, you can create an RTL version of Bulma, thanks to 4 new Sass mixins:
10
+
11
+ * `=ltr`
12
+ * `=rtl`
13
+ * `=ltr-property($property, $spacing, $right: true)`
14
+ * `=ltr-position($spacing, $right: true)`
15
+
16
+ The Bulma package now also comes with a `bulma-rtl.css` and `bulma-rtl.min.css` file to be used straight away.
17
+
18
+ ### Spacing helpers
19
+
20
+ Bulma now has **spacing helpers**: https://bulma.io/documentation/helpers/spacing-helpers/
21
+
22
+ <p>Bulma provides <strong>margin</strong> <code>m*</code> and <strong>padding</strong> <code>p*</code> helpers in all <strong>directions</strong>:</p>
23
+
24
+ <ul>
25
+ <li>
26
+ <code>*t</code> for <strong>top</strong>
27
+ </li>
28
+ <li>
29
+ <code>*r</code> for <strong>right</strong>
30
+ </li>
31
+ <li>
32
+ <code>*b</code> for <strong>bottom</strong>
33
+ </li>
34
+ <li>
35
+ <code>*l</code> for <strong>left</strong>
36
+ </li>
37
+ <li>
38
+ <code>*x</code> horizontally for both <strong>left</strong> and <strong>right</strong>
39
+ </li>
40
+ <li>
41
+ <code>*y</code> vertically for both <strong>top</strong> and <strong>bottom</strong>
42
+ </li>
43
+ </ul>
44
+
45
+ <p>
46
+ You need to <strong>combine</strong> a margin/padding prefix with a direciton suffix. For example:
47
+ </p>
48
+
49
+ <ul>
50
+ <li>for a <code>margin-top</code>, use <code>mt-*</code></li>
51
+ <li>for a <code>padding-bottom</code>, use <code>pb-*</code></li>
52
+ <li>for both <code>margin-left</code> and <code>margin-right</code>, use <code>mx-*</code></li>
53
+ </ul>
54
+
55
+ <p>
56
+ Each of these <code>property-direction</code> <strong>combinations</strong> needs to be appended with one of <strong>6 value suffixes</strong>
57
+ </p>
58
+
59
+ This release also includes the following helpers:
60
+
61
+ * light and dark color helpers
62
+ * light and dark background color helpers
63
+
64
+ ### Improvements
65
+
66
+ * #2925 Center table cell content vertically with `is-vcentered`
67
+
68
+ ### Bug fixes
69
+
70
+ * #2955 Fix issue when there's only one `is-toggle` tag
71
+
72
+ ## 0.8.2
73
+
74
+ ### Bug fixes
75
+
76
+ * Fix #2885 -> Revert `$input-color: $text-strong`
77
+
78
+ ## 0.8.1
79
+
80
+ ### Improvements
81
+
82
+ * #2709 Add light colors to the `notification` element
83
+ * #2740 Fixes #2739 -> Add variables size for layout `hero`
84
+ * Fix #2741 -> Create `bulmaRgba()` function to support `inherit` value
85
+ * #2756 Add `$button-text-decoration` variable
86
+
87
+ ### Bug fixes
88
+
89
+ * #2664 Fixes #2671 -> Add `$panel-colors` variable
90
+
3
91
  ## 0.8.0
4
92
 
5
93
  ### Big update
@@ -122,7 +210,7 @@ That is also why most of the codebase now references **derived** variables (`$te
122
210
  ### Deprecation warning
123
211
 
124
212
  The `form.sass` file is **deprecated**. It has moved into its own `/form` folder. If you were importing `form.sass`, please import `sass/form/_all.sass` now.
125
- 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 bbefore.
213
+ 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.
126
214
 
127
215
  ### New features
128
216