jekyll-bulma 0.9.4 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.md +11 -3
  4. data/_sass/bulma.scss +4 -0
  5. data/_sass/sass/_index.scss +10 -0
  6. data/_sass/sass/base/_index.scss +6 -0
  7. data/_sass/sass/base/animations.scss +15 -0
  8. data/_sass/sass/base/generic.scss +240 -0
  9. data/_sass/sass/base/minireset.scss +92 -0
  10. data/_sass/sass/base/skeleton.scss +114 -0
  11. data/_sass/sass/components/_index.scss +13 -0
  12. data/_sass/sass/components/breadcrumb.scss +139 -0
  13. data/_sass/sass/components/card.scss +162 -0
  14. data/_sass/sass/components/dropdown.scss +188 -0
  15. data/_sass/sass/components/menu.scss +165 -0
  16. data/_sass/sass/components/message.scss +183 -0
  17. data/_sass/sass/components/modal.scss +164 -0
  18. data/_sass/sass/components/navbar.scss +799 -0
  19. data/_sass/sass/components/pagination.scss +379 -0
  20. data/_sass/sass/components/panel.scss +218 -0
  21. data/_sass/sass/components/tabs.scss +273 -0
  22. data/_sass/sass/elements/_index.scss +16 -0
  23. data/_sass/sass/elements/block.scss +6 -0
  24. data/_sass/sass/elements/box.scss +59 -0
  25. data/_sass/sass/elements/button.scss +659 -0
  26. data/_sass/sass/elements/content.scss +289 -0
  27. data/_sass/sass/elements/delete.scss +6 -0
  28. data/_sass/sass/elements/icon.scss +67 -0
  29. data/_sass/sass/elements/image.scss +64 -0
  30. data/_sass/sass/elements/loader.scss +15 -0
  31. data/_sass/sass/elements/notification.scss +105 -0
  32. data/_sass/sass/elements/progress.scss +115 -0
  33. data/_sass/sass/elements/table.scss +261 -0
  34. data/_sass/sass/elements/tag.scss +219 -0
  35. data/_sass/sass/elements/title.scss +130 -0
  36. data/_sass/sass/form/_index.scss +9 -0
  37. data/_sass/sass/form/checkbox-radio.scss +36 -0
  38. data/_sass/sass/form/file.scss +330 -0
  39. data/_sass/sass/form/input-textarea.scss +115 -0
  40. data/_sass/sass/form/select.scss +144 -0
  41. data/_sass/sass/form/shared.scss +178 -0
  42. data/_sass/sass/form/tools.scss +352 -0
  43. data/_sass/sass/grid/_index.scss +5 -0
  44. data/_sass/sass/grid/columns.scss +961 -0
  45. data/_sass/sass/grid/grid.scss +209 -0
  46. data/_sass/sass/helpers/_index.scss +15 -0
  47. data/_sass/sass/helpers/aspect-ratio.scss +12 -0
  48. data/_sass/sass/helpers/border.scss +15 -0
  49. data/_sass/sass/helpers/color.scss +344 -0
  50. data/_sass/sass/helpers/flexbox.scss +62 -0
  51. data/_sass/sass/helpers/float.scss +28 -0
  52. data/_sass/sass/helpers/gap.scss +24 -0
  53. data/_sass/sass/helpers/other.scss +19 -0
  54. data/_sass/sass/helpers/overflow.scss +21 -0
  55. data/_sass/sass/helpers/position.scss +19 -0
  56. data/_sass/sass/helpers/spacing.scss +64 -0
  57. data/_sass/sass/helpers/typography.scss +174 -0
  58. data/_sass/sass/helpers/visibility.scss +221 -0
  59. data/_sass/sass/layout/_index.scss +9 -0
  60. data/_sass/sass/layout/container.scss +59 -0
  61. data/_sass/sass/layout/footer.scss +23 -0
  62. data/_sass/sass/layout/hero.scss +273 -0
  63. data/_sass/sass/layout/level.scss +107 -0
  64. data/_sass/sass/layout/media.scss +106 -0
  65. data/_sass/sass/layout/section.scss +38 -0
  66. data/_sass/sass/themes/_index.scss +36 -0
  67. data/_sass/sass/themes/dark.scss +57 -0
  68. data/_sass/sass/themes/light.scss +147 -0
  69. data/_sass/sass/themes/setup.scss +174 -0
  70. data/_sass/sass/utilities/_index.scss +7 -0
  71. data/_sass/sass/utilities/controls.scss +85 -0
  72. data/_sass/sass/utilities/css-variables.scss +502 -0
  73. data/_sass/sass/utilities/derived-variables.scss +112 -0
  74. data/_sass/sass/utilities/extends.scss +34 -0
  75. data/_sass/sass/utilities/functions.scss +310 -0
  76. data/_sass/sass/utilities/initial-variables.scss +157 -0
  77. data/_sass/sass/utilities/mixins.scss +462 -0
  78. metadata +81 -78
  79. data/_sass/base/_all.sass +0 -6
  80. data/_sass/base/animations.sass +0 -5
  81. data/_sass/base/generic.sass +0 -145
  82. data/_sass/base/helpers.sass +0 -1
  83. data/_sass/base/minireset.sass +0 -79
  84. data/_sass/bulma.sass +0 -10
  85. data/_sass/components/_all.sass +0 -15
  86. data/_sass/components/breadcrumb.sass +0 -77
  87. data/_sass/components/card.sass +0 -103
  88. data/_sass/components/dropdown.sass +0 -83
  89. data/_sass/components/level.sass +0 -79
  90. data/_sass/components/media.sass +0 -59
  91. data/_sass/components/menu.sass +0 -59
  92. data/_sass/components/message.sass +0 -101
  93. data/_sass/components/modal.sass +0 -117
  94. data/_sass/components/navbar.sass +0 -446
  95. data/_sass/components/pagination.sass +0 -166
  96. data/_sass/components/panel.sass +0 -121
  97. data/_sass/components/tabs.sass +0 -176
  98. data/_sass/elements/_all.sass +0 -16
  99. data/_sass/elements/box.sass +0 -26
  100. data/_sass/elements/button.sass +0 -345
  101. data/_sass/elements/container.sass +0 -29
  102. data/_sass/elements/content.sass +0 -159
  103. data/_sass/elements/form.sass +0 -1
  104. data/_sass/elements/icon.sass +0 -46
  105. data/_sass/elements/image.sass +0 -73
  106. data/_sass/elements/notification.sass +0 -52
  107. data/_sass/elements/other.sass +0 -31
  108. data/_sass/elements/progress.sass +0 -73
  109. data/_sass/elements/table.sass +0 -133
  110. data/_sass/elements/tag.sass +0 -140
  111. data/_sass/elements/title.sass +0 -70
  112. data/_sass/form/_all.sass +0 -9
  113. data/_sass/form/checkbox-radio.sass +0 -22
  114. data/_sass/form/file.sass +0 -184
  115. data/_sass/form/input-textarea.sass +0 -66
  116. data/_sass/form/select.sass +0 -87
  117. data/_sass/form/shared.sass +0 -60
  118. data/_sass/form/tools.sass +0 -215
  119. data/_sass/grid/_all.sass +0 -5
  120. data/_sass/grid/columns.sass +0 -513
  121. data/_sass/grid/tiles.sass +0 -36
  122. data/_sass/helpers/_all.sass +0 -12
  123. data/_sass/helpers/color.sass +0 -39
  124. data/_sass/helpers/flexbox.sass +0 -35
  125. data/_sass/helpers/float.sass +0 -10
  126. data/_sass/helpers/other.sass +0 -14
  127. data/_sass/helpers/overflow.sass +0 -2
  128. data/_sass/helpers/position.sass +0 -7
  129. data/_sass/helpers/spacing.sass +0 -31
  130. data/_sass/helpers/typography.sass +0 -103
  131. data/_sass/helpers/visibility.sass +0 -122
  132. data/_sass/jekyll-bulma.code-workspace +0 -8
  133. data/_sass/layout/_all.sass +0 -6
  134. data/_sass/layout/footer.sass +0 -11
  135. data/_sass/layout/hero.sass +0 -153
  136. data/_sass/layout/section.sass +0 -17
  137. data/_sass/utilities/.DS_Store +0 -0
  138. data/_sass/utilities/_all.sass +0 -9
  139. data/_sass/utilities/animations.sass +0 -1
  140. data/_sass/utilities/controls.sass +0 -49
  141. data/_sass/utilities/derived-variables.sass +0 -114
  142. data/_sass/utilities/extends.sass +0 -25
  143. data/_sass/utilities/functions.sass +0 -136
  144. data/_sass/utilities/initial-variables.sass +0 -78
  145. data/_sass/utilities/mixins.sass +0 -280
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c101a22d363f8b90fc0dcb97440b3afd4b8941e43f558285f5a4b548faa20ad4
4
- data.tar.gz: 47711859424e2eca3e64ce780082199eede8fec20889bfd64680f86e3250a9c4
3
+ metadata.gz: 0177ae7e0197ade55516b9fdb002be35b67d39fc59c0d7f759c2478be2e8c53b
4
+ data.tar.gz: f3fe21adf51d42363e5e50e9d19f69545897030b95128b18e48243681a437958
5
5
  SHA512:
6
- metadata.gz: db2b70e27f1fad613002a70b3041de10ff8e35e985bb38e7fa33e0350c1adcbe4d7c78727778f02024d541ca7857717d46908ef8b49506b6b08f6589e2ea15e7
7
- data.tar.gz: cd12731362aaa793513c5164c6f46e728ca32e324718c45ddbe4f185b453382b40ec95c5f3a5f33e479dc5bcfd20bae7097f3ad155584b79197c69ed42d7ad39
6
+ metadata.gz: 1441203b1c425d6264827bef9659a48f2b8dbee22e5d8a4d4a934e0c0d3bdeea8ac8fbf88ae9df0d2de7309fc36f2fb461777bee7fea2c6b031b49d85e629be4
7
+ data.tar.gz: 9bb0bdd578d2b7d2fd7740c9ea4e26f733b9dc67be03ca3b1a42a932181a0a56ea64bea59e5506e7cd3f6d9d17fde24226833c00c7fd2f045568620e6c3820a5
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018
3
+ Copyright (c) 2018 Stefan Haslinger
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -3,7 +3,15 @@
3
3
  jekyll-bulma is a gem based theme for Jekyll, and has been extracted out of
4
4
  [jekyll octopod](https://jekyll-octopod.github.io/) and will be used there.
5
5
 
6
- It is basically a Bulma theme, including the latest [Font Awesome](http://fontawesome.io/) 5.
6
+ It is basically a Bulma theme, including [Line Awesome](https://icons8.com/line-awesome).
7
+
8
+ ## Requirements
9
+
10
+ jekyll-bulma bundles [Bulma 1.0](https://bulma.io/), which builds on Sass's `@use`/`@forward`
11
+ module system instead of the legacy `@import` style. This requires
12
+ [jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter) 3.x, which compiles Sass
13
+ via Dart Sass. If your site's `Gemfile.lock` pins an older `jekyll-sass-converter` (1.x/2.x,
14
+ LibSass-based), update it first — the legacy converter cannot build this theme.
7
15
 
8
16
  ## Preview
9
17
 
@@ -35,9 +43,9 @@ Or install it yourself as:
35
43
 
36
44
  ## Usage
37
45
 
38
- * Definitely visit the Bulma site, they have an
46
+ * Definitely visit the [Bulma](https://bulma.io) site, they have an
39
47
  [awesome documentation](https://bulma.io/documentation/)
40
- * Finally, also [Fontawesome](http://fontawesome.io/) have an awesome documentation.
48
+ * Finally, also [Line Awesome](https://icons8.com/line-awesome) have an awesome documentation.
41
49
 
42
50
  We stick to their styles, so you won't find any additional documentation here.
43
51
 
data/_sass/bulma.scss ADDED
@@ -0,0 +1,4 @@
1
+ @charset "utf-8";
2
+
3
+ /*! bulma.io v1.0.4 | MIT License | github.com/jgthms/bulma */
4
+ @use "sass";
@@ -0,0 +1,10 @@
1
+ @forward "utilities";
2
+ @forward "themes";
3
+ @forward "base";
4
+ @forward "elements";
5
+ @forward "form";
6
+ @forward "components";
7
+ @forward "grid";
8
+ @forward "layout";
9
+ @forward "base/skeleton";
10
+ @forward "helpers";
@@ -0,0 +1,6 @@
1
+ /* Bulma Base */
2
+ @charset "utf-8";
3
+
4
+ @forward "minireset";
5
+ @forward "generic";
6
+ @forward "animations";
@@ -0,0 +1,15 @@
1
+ @keyframes spinAround {
2
+ from {
3
+ transform: rotate(0deg);
4
+ }
5
+
6
+ to {
7
+ transform: rotate(359deg);
8
+ }
9
+ }
10
+
11
+ @keyframes pulsate {
12
+ 50% {
13
+ opacity: 0.5;
14
+ }
15
+ }
@@ -0,0 +1,240 @@
1
+ @use "../utilities/initial-variables" as iv;
2
+ @use "../utilities/css-variables.scss" as cv;
3
+ @use "../utilities/mixins" as mx;
4
+
5
+ $body-background-color: cv.getVar("scheme-main") !default;
6
+ $body-size: 1em !default;
7
+ $body-min-width: 300px !default;
8
+ $body-rendering: optimizeLegibility !default;
9
+ $body-family: cv.getVar("family-primary") !default;
10
+ $body-overflow-x: hidden !default;
11
+ $body-overflow-y: scroll !default;
12
+
13
+ $body-color: cv.getVar("text") !default;
14
+ $body-font-size: 1em !default;
15
+ $body-weight: cv.getVar("weight-normal") !default;
16
+ $body-line-height: 1.5 !default;
17
+
18
+ $code-family: cv.getVar("family-code") !default;
19
+ $code-padding: 0.25em 0.5em 0.25em !default;
20
+ $code-weight: normal !default;
21
+ $code-size: 0.875em !default;
22
+
23
+ $small-font-size: 0.875em !default;
24
+
25
+ $hr-background-color: cv.getVar("background") !default;
26
+ $hr-height: 2px !default;
27
+ $hr-margin: 1.5rem 0 !default;
28
+
29
+ $strong-color: cv.getVar("text-strong") !default;
30
+ $strong-weight: cv.getVar("weight-semibold") !default;
31
+
32
+ $pre-font-size: 0.875em !default;
33
+ $pre-padding: 1.25rem 1.5rem !default;
34
+ $pre-code-font-size: 1em !default;
35
+
36
+ #{iv.$variables-host} {
37
+ @include cv.register-vars(
38
+ (
39
+ "body-background-color": #{$body-background-color},
40
+ "body-size": #{$body-size},
41
+ "body-min-width": #{$body-min-width},
42
+ "body-rendering": #{$body-rendering},
43
+ "body-family": #{$body-family},
44
+ "body-overflow-x": #{$body-overflow-x},
45
+ "body-overflow-y": #{$body-overflow-y},
46
+ "body-color": #{$body-color},
47
+ "body-font-size": #{$body-font-size},
48
+ "body-weight": #{$body-weight},
49
+ "body-line-height": #{$body-line-height},
50
+ "code-family": #{$code-family},
51
+ "code-padding": #{$code-padding},
52
+ "code-weight": #{$code-weight},
53
+ "code-size": #{$code-size},
54
+ "small-font-size": #{$small-font-size},
55
+ "hr-background-color": #{$hr-background-color},
56
+ "hr-height": #{$hr-height},
57
+ "hr-margin": #{$hr-margin},
58
+ "strong-color": #{$strong-color},
59
+ "strong-weight": #{$strong-weight},
60
+ "pre-font-size": #{$pre-font-size},
61
+ "pre-padding": #{$pre-padding},
62
+ "pre-code-font-size": #{$pre-code-font-size},
63
+ )
64
+ );
65
+ }
66
+
67
+ html {
68
+ background-color: cv.getVar("body-background-color");
69
+ font-size: cv.getVar("body-size");
70
+ -moz-osx-font-smoothing: grayscale;
71
+ -webkit-font-smoothing: antialiased;
72
+ min-width: cv.getVar("body-min-width");
73
+ overflow-x: cv.getVar("body-overflow-x");
74
+ overflow-y: cv.getVar("body-overflow-y");
75
+ text-rendering: cv.getVar("body-rendering");
76
+ text-size-adjust: 100%;
77
+ }
78
+
79
+ article,
80
+ aside,
81
+ figure,
82
+ footer,
83
+ header,
84
+ hgroup,
85
+ section {
86
+ display: block;
87
+ }
88
+
89
+ body,
90
+ button,
91
+ input,
92
+ optgroup,
93
+ select,
94
+ textarea {
95
+ font-family: cv.getVar("body-family");
96
+ }
97
+
98
+ code,
99
+ pre {
100
+ -moz-osx-font-smoothing: auto;
101
+ -webkit-font-smoothing: auto;
102
+ font-family: cv.getVar("code-family");
103
+ }
104
+
105
+ body {
106
+ color: cv.getVar("body-color");
107
+ font-size: cv.getVar("body-font-size");
108
+ font-weight: cv.getVar("body-weight");
109
+ line-height: cv.getVar("body-line-height");
110
+ }
111
+
112
+ // Inline
113
+
114
+ a,
115
+ button {
116
+ cursor: pointer;
117
+
118
+ &:focus-visible {
119
+ outline-color: hsl(
120
+ cv.getVar("focus-h"),
121
+ cv.getVar("focus-s"),
122
+ cv.getVar("focus-l")
123
+ );
124
+ outline-offset: cv.getVar("focus-offset");
125
+ outline-style: cv.getVar("focus-style");
126
+ outline-width: cv.getVar("focus-width");
127
+
128
+ &:active {
129
+ outline-width: 1px;
130
+ }
131
+ }
132
+
133
+ &:active {
134
+ outline-width: 1px;
135
+ }
136
+ }
137
+
138
+ a {
139
+ color: cv.getVar("link-text");
140
+ cursor: pointer;
141
+ text-decoration: none;
142
+ transition-duration: cv.getVar("duration");
143
+ transition-property: background-color, border-color, color;
144
+
145
+ strong {
146
+ color: currentColor;
147
+ }
148
+ }
149
+
150
+ button {
151
+ @include mx.reset;
152
+ transition-duration: cv.getVar("duration");
153
+ transition-property: background-color, border-color, color;
154
+ }
155
+
156
+ code {
157
+ background-color: cv.getVar("code-background");
158
+ border-radius: 0.5em;
159
+ color: cv.getVar("code");
160
+ font-size: cv.getVar("code-size");
161
+ font-weight: cv.getVar("code-weight");
162
+ padding: cv.getVar("code-padding");
163
+ }
164
+
165
+ hr {
166
+ background-color: cv.getVar("hr-background-color");
167
+ border: none;
168
+ display: block;
169
+ height: cv.getVar("hr-height");
170
+ margin: cv.getVar("hr-margin");
171
+ }
172
+
173
+ img {
174
+ height: auto;
175
+ max-width: 100%;
176
+ }
177
+
178
+ input[type="checkbox"],
179
+ input[type="radio"] {
180
+ vertical-align: baseline;
181
+ }
182
+
183
+ small {
184
+ font-size: cv.getVar("small-font-size");
185
+ }
186
+
187
+ span {
188
+ font-style: inherit;
189
+ font-weight: inherit;
190
+ }
191
+
192
+ strong {
193
+ color: cv.getVar("strong-color");
194
+ font-weight: cv.getVar("strong-weight");
195
+ }
196
+
197
+ svg {
198
+ height: auto;
199
+ width: auto;
200
+ }
201
+
202
+ // Block
203
+
204
+ fieldset {
205
+ border: none;
206
+ }
207
+
208
+ pre {
209
+ @include mx.overflow-touch;
210
+
211
+ background-color: cv.getVar("pre-background");
212
+ color: cv.getVar("pre");
213
+ font-size: cv.getVar("pre-font-size");
214
+ overflow-x: auto;
215
+ padding: cv.getVar("pre-padding");
216
+ white-space: pre;
217
+ word-wrap: normal;
218
+
219
+ code {
220
+ background-color: transparent;
221
+ color: currentColor;
222
+ font-size: cv.getVar("pre-code-font-size");
223
+ padding: 0;
224
+ }
225
+ }
226
+
227
+ table {
228
+ td,
229
+ th {
230
+ vertical-align: top;
231
+
232
+ &:not([align]) {
233
+ text-align: inherit;
234
+ }
235
+ }
236
+
237
+ th {
238
+ color: cv.getVar("text-strong");
239
+ }
240
+ }
@@ -0,0 +1,92 @@
1
+ /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
2
+ // Blocks
3
+ html,
4
+ body,
5
+ p,
6
+ ol,
7
+ ul,
8
+ li,
9
+ dl,
10
+ dt,
11
+ dd,
12
+ blockquote,
13
+ figure,
14
+ fieldset,
15
+ legend,
16
+ textarea,
17
+ pre,
18
+ iframe,
19
+ hr,
20
+ h1,
21
+ h2,
22
+ h3,
23
+ h4,
24
+ h5,
25
+ h6 {
26
+ margin: 0;
27
+ padding: 0;
28
+ }
29
+
30
+ // Headings
31
+ h1,
32
+ h2,
33
+ h3,
34
+ h4,
35
+ h5,
36
+ h6 {
37
+ font-size: 100%;
38
+ font-weight: normal;
39
+ }
40
+
41
+ // List
42
+ ul {
43
+ list-style: none;
44
+ }
45
+
46
+ // Form
47
+ button,
48
+ input,
49
+ select,
50
+ textarea {
51
+ margin: 0;
52
+ }
53
+
54
+ // Box sizing
55
+ html {
56
+ box-sizing: border-box;
57
+ }
58
+
59
+ * {
60
+ &,
61
+ &::before,
62
+ &::after {
63
+ box-sizing: inherit;
64
+ }
65
+ }
66
+
67
+ // Media
68
+ img,
69
+ video {
70
+ height: auto;
71
+ max-width: 100%;
72
+ }
73
+
74
+ // Iframe
75
+ iframe {
76
+ border: 0;
77
+ }
78
+
79
+ // Table
80
+ table {
81
+ border-collapse: collapse;
82
+ border-spacing: 0;
83
+ }
84
+
85
+ td,
86
+ th {
87
+ padding: 0;
88
+
89
+ &:not([align]) {
90
+ text-align: inherit;
91
+ }
92
+ }
@@ -0,0 +1,114 @@
1
+ @use "../utilities/css-variables" as cv;
2
+ @use "../utilities/initial-variables" as iv;
3
+ @use "../utilities/mixins" as mx;
4
+ @use "../utilities/extends";
5
+
6
+ $skeleton-background: cv.getVar("border") !default;
7
+ $skeleton-radius: cv.getVar("radius-small") !default;
8
+ $skeleton-block-min-height: 4.5em !default;
9
+ $skeleton-lines-gap: 0.75em !default;
10
+ $skeleton-line-height: 0.75em !default;
11
+
12
+ #{iv.$variables-host} {
13
+ @include cv.register-vars(
14
+ (
15
+ "skeleton-background": #{$skeleton-background},
16
+ "skeleton-radius": #{$skeleton-radius},
17
+ "skeleton-block-min-height": #{$skeleton-block-min-height},
18
+ "skeleton-lines-gap": #{$skeleton-lines-gap},
19
+ "skeleton-line-height": #{$skeleton-line-height},
20
+ )
21
+ );
22
+ }
23
+
24
+ %skeleton-pulsation {
25
+ animation-duration: 2s;
26
+ animation-iteration-count: infinite;
27
+ animation-name: pulsate;
28
+ animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
29
+ background-color: cv.getVar("skeleton-background");
30
+ border-radius: cv.getVar("skeleton-radius");
31
+ box-shadow: none;
32
+ pointer-events: none;
33
+ }
34
+
35
+ .#{iv.$class-prefix}is-skeleton {
36
+ @extend %skeleton-pulsation;
37
+ color: transparent !important;
38
+
39
+ em,
40
+ strong {
41
+ color: inherit;
42
+ }
43
+
44
+ img {
45
+ visibility: hidden;
46
+ }
47
+
48
+ &.#{iv.$class-prefix}checkbox {
49
+ input {
50
+ opacity: 0;
51
+ }
52
+ }
53
+
54
+ &.#{iv.$class-prefix}delete {
55
+ border-radius: cv.getVar("radius-rounded");
56
+
57
+ &::before,
58
+ &::after {
59
+ display: none;
60
+ }
61
+ }
62
+ }
63
+
64
+ input.#{iv.$class-prefix}is-skeleton,
65
+ textarea.#{iv.$class-prefix}is-skeleton {
66
+ resize: none;
67
+
68
+ @include mx.placeholder {
69
+ color: transparent !important;
70
+ }
71
+ }
72
+
73
+ .#{iv.$class-prefix}has-skeleton {
74
+ color: transparent !important;
75
+ position: relative;
76
+
77
+ &::after {
78
+ @extend %skeleton-pulsation;
79
+ content: "";
80
+ display: block;
81
+ height: 100%;
82
+ left: 0;
83
+ max-width: 100%;
84
+ min-width: 10%;
85
+ position: absolute;
86
+ top: 0;
87
+ width: 7em;
88
+ }
89
+ }
90
+
91
+ .#{iv.$class-prefix}skeleton-block {
92
+ @extend %block;
93
+ @extend %skeleton-pulsation;
94
+ color: transparent !important;
95
+ min-height: cv.getVar("skeleton-block-min-height");
96
+ }
97
+
98
+ .#{iv.$class-prefix}skeleton-lines {
99
+ color: transparent !important;
100
+ display: flex;
101
+ flex-direction: column;
102
+ gap: cv.getVar("skeleton-lines-gap");
103
+ position: relative;
104
+
105
+ > div {
106
+ @extend %skeleton-pulsation;
107
+ height: cv.getVar("skeleton-line-height");
108
+
109
+ &:last-child {
110
+ min-width: 4em;
111
+ width: 30%;
112
+ }
113
+ }
114
+ }
@@ -0,0 +1,13 @@
1
+ /* Bulma Components */
2
+ @charset "utf-8";
3
+
4
+ @forward "breadcrumb";
5
+ @forward "card";
6
+ @forward "dropdown";
7
+ @forward "menu";
8
+ @forward "message";
9
+ @forward "modal";
10
+ @forward "navbar";
11
+ @forward "pagination";
12
+ @forward "panel";
13
+ @forward "tabs";
@@ -0,0 +1,139 @@
1
+ @use "../utilities/css-variables" as cv;
2
+ @use "../utilities/initial-variables" as iv;
3
+ @use "../utilities/extends";
4
+ @use "../utilities/mixins";
5
+
6
+ $breadcrumb-item-color: cv.getVar("link-text") !default;
7
+ $breadcrumb-item-hover-color: cv.getVar("link-text-hover") !default;
8
+ $breadcrumb-item-active-color: cv.getVar("link-text-active") !default;
9
+
10
+ $breadcrumb-item-padding-vertical: 0 !default;
11
+ $breadcrumb-item-padding-horizontal: 0.75em !default;
12
+
13
+ $breadcrumb-item-separator-color: cv.getVar("border") !default;
14
+
15
+ .#{iv.$class-prefix}breadcrumb {
16
+ @include cv.register-vars(
17
+ (
18
+ "breadcrumb-item-color": #{$breadcrumb-item-color},
19
+ "breadcrumb-item-hover-color": #{$breadcrumb-item-hover-color},
20
+ "breadcrumb-item-active-color": #{$breadcrumb-item-active-color},
21
+ "breadcrumb-item-padding-vertical": #{$breadcrumb-item-padding-vertical},
22
+ "breadcrumb-item-padding-horizontal": #{$breadcrumb-item-padding-horizontal},
23
+ "breadcrumb-item-separator-color": #{$breadcrumb-item-separator-color},
24
+ )
25
+ );
26
+ }
27
+
28
+ .#{iv.$class-prefix}breadcrumb {
29
+ @extend %block;
30
+ @extend %unselectable;
31
+ font-size: cv.getVar("size-normal");
32
+ white-space: nowrap;
33
+
34
+ a {
35
+ align-items: center;
36
+ color: cv.getVar("breadcrumb-item-color");
37
+ display: flex;
38
+ justify-content: center;
39
+ padding: cv.getVar("breadcrumb-item-padding-vertical")
40
+ cv.getVar("breadcrumb-item-padding-horizontal");
41
+
42
+ &:hover {
43
+ color: cv.getVar("breadcrumb-item-hover-color");
44
+ }
45
+ }
46
+
47
+ li {
48
+ align-items: center;
49
+ display: flex;
50
+
51
+ &:first-child a {
52
+ padding-inline-start: 0;
53
+ }
54
+
55
+ &.#{iv.$class-prefix}is-active {
56
+ a {
57
+ color: cv.getVar("breadcrumb-item-active-color");
58
+ cursor: default;
59
+ pointer-events: none;
60
+ }
61
+ }
62
+
63
+ & + li::before {
64
+ color: cv.getVar("breadcrumb-item-separator-color");
65
+ content: "/";
66
+ }
67
+ }
68
+
69
+ ul,
70
+ ol {
71
+ align-items: flex-start;
72
+ display: flex;
73
+ flex-wrap: wrap;
74
+ justify-content: flex-start;
75
+ }
76
+
77
+ .#{iv.$class-prefix}icon {
78
+ &:first-child {
79
+ margin-inline-end: 0.5em;
80
+ }
81
+
82
+ &:last-child {
83
+ margin-inline-start: 0.5em;
84
+ }
85
+ }
86
+
87
+ // Alignment
88
+ &.#{iv.$class-prefix}is-centered {
89
+ ol,
90
+ ul {
91
+ justify-content: center;
92
+ }
93
+ }
94
+
95
+ &.#{iv.$class-prefix}is-right {
96
+ ol,
97
+ ul {
98
+ justify-content: flex-end;
99
+ }
100
+ }
101
+
102
+ // Sizes
103
+ &.#{iv.$class-prefix}is-small {
104
+ font-size: cv.getVar("size-small");
105
+ }
106
+
107
+ &.#{iv.$class-prefix}is-medium {
108
+ font-size: cv.getVar("size-medium");
109
+ }
110
+
111
+ &.#{iv.$class-prefix}is-large {
112
+ font-size: cv.getVar("size-large");
113
+ }
114
+
115
+ // Styles
116
+ &.#{iv.$class-prefix}has-arrow-separator {
117
+ li + li::before {
118
+ content: "→";
119
+ }
120
+ }
121
+
122
+ &.#{iv.$class-prefix}has-bullet-separator {
123
+ li + li::before {
124
+ content: "•";
125
+ }
126
+ }
127
+
128
+ &.#{iv.$class-prefix}has-dot-separator {
129
+ li + li::before {
130
+ content: "·";
131
+ }
132
+ }
133
+
134
+ &.#{iv.$class-prefix}has-succeeds-separator {
135
+ li + li::before {
136
+ content: "≻";
137
+ }
138
+ }
139
+ }