bulma-clean-theme 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +3 -0
  3. data/_includes/showcase.html +25 -24
  4. data/_sass/_block-list.scss +81 -0
  5. data/_sass/_main.scss +2 -1
  6. data/_sass/_showcase.scss +2 -4
  7. data/node_modules/bulma-block-list/LICENSE.txt +21 -0
  8. data/node_modules/bulma-block-list/README.md +17 -0
  9. data/node_modules/bulma-block-list/docs/block-list.css +1079 -0
  10. data/node_modules/bulma-block-list/docs/index.html +226 -0
  11. data/node_modules/bulma-block-list/package.json +55 -0
  12. data/node_modules/bulma-block-list/src/block-list.scss +81 -0
  13. data/node_modules/bulma/CHANGELOG.md +118 -1
  14. data/node_modules/bulma/README.md +3 -1
  15. data/node_modules/bulma/bulma.sass +1 -1
  16. data/node_modules/bulma/css/bulma.css +608 -375
  17. data/node_modules/bulma/css/bulma.css.map +1 -1
  18. data/node_modules/bulma/css/bulma.min.css +1 -1
  19. data/node_modules/bulma/package.json +53 -27
  20. data/node_modules/bulma/sass/base/generic.sass +1 -1
  21. data/node_modules/bulma/sass/base/minireset.sass +1 -7
  22. data/node_modules/bulma/sass/components/breadcrumb.sass +1 -1
  23. data/node_modules/bulma/sass/components/card.sass +5 -5
  24. data/node_modules/bulma/sass/components/dropdown.sass +5 -5
  25. data/node_modules/bulma/sass/components/list.sass +2 -2
  26. data/node_modules/bulma/sass/components/media.sass +4 -2
  27. data/node_modules/bulma/sass/components/message.sass +22 -10
  28. data/node_modules/bulma/sass/components/modal.sass +2 -2
  29. data/node_modules/bulma/sass/components/navbar.sass +12 -12
  30. data/node_modules/bulma/sass/components/pagination.sass +7 -6
  31. data/node_modules/bulma/sass/components/panel.sass +26 -11
  32. data/node_modules/bulma/sass/components/tabs.sass +1 -1
  33. data/node_modules/bulma/sass/elements/box.sass +4 -4
  34. data/node_modules/bulma/sass/elements/button.sass +35 -18
  35. data/node_modules/bulma/sass/elements/container.sass +5 -4
  36. data/node_modules/bulma/sass/elements/image.sass +2 -0
  37. data/node_modules/bulma/sass/elements/notification.sass +2 -1
  38. data/node_modules/bulma/sass/elements/progress.sass +1 -1
  39. data/node_modules/bulma/sass/elements/table.sass +6 -6
  40. data/node_modules/bulma/sass/elements/tag.sass +7 -0
  41. data/node_modules/bulma/sass/elements/title.sass +3 -3
  42. data/node_modules/bulma/sass/form/file.sass +4 -4
  43. data/node_modules/bulma/sass/form/input-textarea.sass +9 -5
  44. data/node_modules/bulma/sass/form/shared.sass +9 -9
  45. data/node_modules/bulma/sass/form/tools.sass +1 -1
  46. data/node_modules/bulma/sass/grid/columns.sass +7 -7
  47. data/node_modules/bulma/sass/layout/footer.sass +1 -1
  48. data/node_modules/bulma/sass/layout/hero.sass +1 -1
  49. data/node_modules/bulma/sass/utilities/controls.sass +3 -3
  50. data/node_modules/bulma/sass/utilities/derived-variables.sass +30 -9
  51. data/node_modules/bulma/sass/utilities/functions.sass +51 -15
  52. data/node_modules/bulma/sass/utilities/initial-variables.sass +4 -3
  53. data/node_modules/bulma/sass/utilities/mixins.sass +4 -4
  54. data/package-lock.json +8 -3
  55. data/package.json +2 -1
  56. metadata +11 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 304354c4e51daca02df2b74441042f7b005b0715c66beeafa7204f818084f9b5
4
- data.tar.gz: c08cb5d6df95debfb326470b8146e7f0a3692d6caf8d306c21f47136cb8571bf
2
+ SHA1:
3
+ metadata.gz: ec35aceceee5b3224c07c3ddd38af5dac4904df7
4
+ data.tar.gz: dea4e7954d2664e3eb610742eea69a598754e9eb
5
5
  SHA512:
6
- metadata.gz: 6aaa721c32a6386d16837bd8188a051a51e22b589729fbbcec7028c9667611dbaab1da1709b2ef30cacb939e8b8d39d9d1db4c6e041d493ee36aca61c14dacb1
7
- data.tar.gz: 13f61111a8cc9fa43708f4c038188b230103989caffb09002382ca1602fee89209c4753cdcff1ffe863a95e7dc53814fd34c85b2ffed66e43b47e0e1d565edc5
6
+ metadata.gz: ce629c322659dd6026a07b35530153bd380e084eec41a96a910a2efd6336a5b795bfc85b2fa1b4aecacbbd18bd63601eba3ccfd090d66253dc8d0aa55a0b376d
7
+ data.tar.gz: '084d37ea97e70b11d5eee0b7277e2e42dc9d04c8b90e2400052e76447cff58c4f6cac1dda4b86bf7e256cc17355437c1c5d324f7aa275c3890c251777a41f130'
data/README.md CHANGED
@@ -421,6 +421,8 @@ The image_ratio will default to is-16by9 if it is not defined and accepts the [B
421
421
 
422
422
  To display GitHub Stars, Forks and Watchers badges add your GitHub user and repo name to the github setting, such as `chrisrhymes/bulma-clean-theme`
423
423
 
424
+ To change the default styles of the features, set `features_styles`. This uses the styles from [bulma-block-list](https://www.csrhymes.com/bulma-block-list/) npm package.
425
+
424
426
  ```yaml
425
427
  intro: |-
426
428
  This is some introduction text for the showcases.
@@ -436,6 +438,7 @@ items:
436
438
  features:
437
439
  - This is a feature
438
440
  - This is a feature
441
+ features_styles: is-centered is-outlined is-primary
439
442
  image: https://via.placeholder.com/1024x788
440
443
  image_ratio: is-16by9
441
444
  link: http://www.example.com
@@ -5,45 +5,46 @@
5
5
  <p>{{ showcase.intro | markdownify }}</p>
6
6
  </div>
7
7
 
8
- {% for showcase in showcase.items %}
8
+ {% for item in showcase.items %}
9
9
  <section class="showcase">
10
- <figure class="image {% if showcase.image_ratio %} {{ showcase.image_ratio }} {% else %} is-16by9 {% endif %}">
11
- <img src="{{ showcase.image | prepend: site.baseurl }}" />
10
+ <figure class="image {% if item.image_ratio %} {{ item.image_ratio }} {% else %} is-16by9 {% endif %}">
11
+ <img src="{{ item.image | prepend: site.baseurl }}" />
12
12
  </figure>
13
13
  <div class="showcase-content">
14
14
  <div class="columns is-centered">
15
15
  <div class="column is-8-desktop is-12-tablet">
16
- <p class="title">{{ showcase.title }}</p>
17
- <p class="subtitle">{{ showcase.subtitle }}</p>
16
+ <p class="title">{{ item.title }}</p>
17
+ <p class="subtitle">{{ item.subtitle }}</p>
18
18
 
19
- {% if showcase.github %}
19
+ {% if item.github %}
20
20
  <div class="buttons is-centered">
21
- <a href="https://github.com/{{ showcase.github }}/stargazers" class="button is-white is-small">
22
- <img alt="GitHub stars" src="https://img.shields.io/github/stars/{{ showcase.github }}?style=social">
21
+ <a href="https://github.com/{{ item.github }}/stargazers" class="button is-white is-small">
22
+ <img alt="GitHub stars" src="https://img.shields.io/github/stars/{{ item.github }}?style=social">
23
23
  </a>
24
24
  <a href="https://github.com/{{ showcase.github }}/network/members" class="button is-white is-small">
25
- <img alt="GitHub forks" src="https://img.shields.io/github/forks/{{ showcase.github }}?style=social">
25
+ <img alt="GitHub forks" src="https://img.shields.io/github/forks/{{ item.github }}?style=social">
26
26
  </a>
27
- <a href="https://github.com/{{ showcase.github }}/watchers" class="button is-white is-small">
28
- <img alt="GitHub watchers" src="https://img.shields.io/github/watchers/{{ showcase.github }}?style=social">
27
+ <a href="https://github.com/{{ item.github }}/watchers" class="button is-white is-small">
28
+ <img alt="GitHub watchers" src="https://img.shields.io/github/watchers/{{ item.github }}?style=social">
29
29
  </a>
30
30
  </div>
31
31
  {% endif %}
32
32
 
33
33
  <div class="content">
34
- <p>{{ showcase.description | markdownify }}</p>
35
-
36
- {% if showcase.features %}
37
- <div class="showcase-features">
38
- {% for feature in showcase.features %}
39
- <div class="showcase-feature">{{ feature }}</div>
40
- {% endfor %}
41
- </div>
42
- {% endif %}
34
+ <p>{{ item.description | markdownify }}</p>
43
35
  </div>
44
36
 
45
- {% if showcase.tags %}
46
- {% assign tags = showcase.tags | split: "," %}
37
+ {% if item.features %}
38
+ <ul class="block-list {{ item.features_styles }}">
39
+ {% for feature in item.features %}
40
+ <li>{{ feature }}</li>
41
+ {% endfor %}
42
+ </ul>
43
+ {% endif %}
44
+
45
+
46
+ {% if item.tags %}
47
+ {% assign tags = item.tags | split: "," %}
47
48
  <div class="tags is-centered">
48
49
  {% for tag in tags %}
49
50
  <div class="tag is-dark">{{ tag }}</div>
@@ -51,8 +52,8 @@
51
52
  </div>
52
53
  {% endif %}
53
54
 
54
- <a href="{{ showcase.link }}" class="button is-primary">
55
- {{ showcase.link_text }}
55
+ <a href="{{ item.link }}" class="button is-primary">
56
+ {{ item.link_text }}
56
57
  </a>
57
58
  </div>
58
59
  </div>
@@ -0,0 +1,81 @@
1
+ @charset "utf-8";
2
+ @import "../node_modules/bulma/sass/utilities/_all.sass";
3
+ @import "../node_modules/bulma/sass/base/_all.sass";
4
+
5
+ $block-list-separator: 0.25rem !default;
6
+
7
+ .block-list {
8
+ list-style: none;
9
+
10
+ li {
11
+ padding: ($gap / 2);
12
+ background: $light;
13
+ margin-bottom: $block-list-separator;
14
+ }
15
+
16
+ &.is-left {
17
+ li {
18
+ text-align: left;
19
+ }
20
+ }
21
+
22
+
23
+ &.is-centered {
24
+ li {
25
+ text-align: center;
26
+ }
27
+ }
28
+
29
+ &.is-right {
30
+ li {
31
+ text-align: right;
32
+ }
33
+ }
34
+
35
+ &.is-small {
36
+ li {
37
+ font-size: $small-font-size;
38
+ padding: ($gap / 3);
39
+ }
40
+ }
41
+
42
+ &.is-normal {
43
+ li {
44
+ font-size: $body-font-size;
45
+ }
46
+ }
47
+
48
+ &.is-large {
49
+ li {
50
+ font-size: $size-large;
51
+ }
52
+ }
53
+
54
+ @each $name, $pair in $colors {
55
+
56
+ $color: nth($pair, 1);
57
+ $color-invert: nth($pair, 2);
58
+
59
+ &.is-#{$name} {
60
+ li {
61
+ background: $color;
62
+ color: $color-invert;
63
+ }
64
+
65
+ &.is-outlined {
66
+ li {
67
+ background: transparent;
68
+ color: $color;
69
+ border: 1px solid $color;
70
+ }
71
+ }
72
+
73
+ &.has-radius {
74
+ li {
75
+ border-radius: $radius;
76
+ }
77
+ }
78
+ }
79
+ }
80
+
81
+ }
@@ -10,4 +10,5 @@ $tabs-link-active-border-bottom-color: $primary;
10
10
  @import "../node_modules/bulma/bulma.sass";
11
11
  @import "layout";
12
12
  @import "syntax";
13
- @import "showcase";
13
+ @import "showcase";
14
+ @import "block-list"
@@ -7,9 +7,7 @@
7
7
  text-align: center;
8
8
  }
9
9
 
10
- &-feature {
11
- background: $light;
12
- margin-bottom: 0.2rem;
13
- padding: 0.5rem;
10
+ .block-list {
11
+ margin-bottom: 1.5rem;
14
12
  }
15
13
  }
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 CS Rhymes
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,17 @@
1
+ # bulma-block-list
2
+ A simple scss package extending Bulma with block style list elements
3
+
4
+ * `npm i -S bulma-block-list`
5
+ * `@import "node_modules/bulma-block-list/src/block-list";` after importing [Bulma](https://bulma.io/documentation/customize/with-node-sass/#3-create-a-sass-file).
6
+ * Create a ul and give it the class of `block-list`
7
+ * Add any modifier classes to change the styles as needed
8
+
9
+ ```html
10
+ <ul class="block-list is-small is-outlined is-success is-centered">
11
+ <li>Item one</li>
12
+ <li>Item two</li>
13
+ <li>Item three</li>
14
+ </ul>
15
+ ```
16
+
17
+ For examples see [csrhymes.com/bulma-block-list](https://www.csrhymes.com/bulma-block-list)
@@ -0,0 +1,1079 @@
1
+ @keyframes spinAround {
2
+ from {
3
+ transform: rotate(0deg); }
4
+ to {
5
+ transform: rotate(359deg); } }
6
+
7
+ .is-unselectable {
8
+ -webkit-touch-callout: none;
9
+ -webkit-user-select: none;
10
+ -moz-user-select: none;
11
+ -ms-user-select: none;
12
+ user-select: none; }
13
+
14
+ .is-overlay {
15
+ bottom: 0;
16
+ left: 0;
17
+ position: absolute;
18
+ right: 0;
19
+ top: 0; }
20
+
21
+ /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
22
+ html,
23
+ body,
24
+ p,
25
+ ol,
26
+ ul,
27
+ li,
28
+ dl,
29
+ dt,
30
+ dd,
31
+ blockquote,
32
+ figure,
33
+ fieldset,
34
+ legend,
35
+ textarea,
36
+ pre,
37
+ iframe,
38
+ hr,
39
+ h1,
40
+ h2,
41
+ h3,
42
+ h4,
43
+ h5,
44
+ h6 {
45
+ margin: 0;
46
+ padding: 0; }
47
+
48
+ h1,
49
+ h2,
50
+ h3,
51
+ h4,
52
+ h5,
53
+ h6 {
54
+ font-size: 100%;
55
+ font-weight: normal; }
56
+
57
+ ul {
58
+ list-style: none; }
59
+
60
+ button,
61
+ input,
62
+ select,
63
+ textarea {
64
+ margin: 0; }
65
+
66
+ html {
67
+ box-sizing: border-box; }
68
+
69
+ *, *::before, *::after {
70
+ box-sizing: inherit; }
71
+
72
+ img,
73
+ video {
74
+ height: auto;
75
+ max-width: 100%; }
76
+
77
+ iframe {
78
+ border: 0; }
79
+
80
+ table {
81
+ border-collapse: collapse;
82
+ border-spacing: 0; }
83
+
84
+ td,
85
+ th {
86
+ padding: 0; }
87
+ td:not([align]),
88
+ th:not([align]) {
89
+ text-align: left; }
90
+
91
+ html {
92
+ background-color: white;
93
+ font-size: 16px;
94
+ -moz-osx-font-smoothing: grayscale;
95
+ -webkit-font-smoothing: antialiased;
96
+ min-width: 300px;
97
+ overflow-x: hidden;
98
+ overflow-y: scroll;
99
+ text-rendering: optimizeLegibility;
100
+ text-size-adjust: 100%; }
101
+
102
+ article,
103
+ aside,
104
+ figure,
105
+ footer,
106
+ header,
107
+ hgroup,
108
+ section {
109
+ display: block; }
110
+
111
+ body,
112
+ button,
113
+ input,
114
+ select,
115
+ textarea {
116
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
117
+
118
+ code,
119
+ pre {
120
+ -moz-osx-font-smoothing: auto;
121
+ -webkit-font-smoothing: auto;
122
+ font-family: monospace; }
123
+
124
+ body {
125
+ color: #4a4a4a;
126
+ font-size: 1em;
127
+ font-weight: 400;
128
+ line-height: 1.5; }
129
+
130
+ a {
131
+ color: #3273dc;
132
+ cursor: pointer;
133
+ text-decoration: none; }
134
+ a strong {
135
+ color: currentColor; }
136
+ a:hover {
137
+ color: #363636; }
138
+
139
+ code {
140
+ background-color: whitesmoke;
141
+ color: #f14668;
142
+ font-size: 0.875em;
143
+ font-weight: normal;
144
+ padding: 0.25em 0.5em 0.25em; }
145
+
146
+ hr {
147
+ background-color: whitesmoke;
148
+ border: none;
149
+ display: block;
150
+ height: 2px;
151
+ margin: 1.5rem 0; }
152
+
153
+ img {
154
+ height: auto;
155
+ max-width: 100%; }
156
+
157
+ input[type="checkbox"],
158
+ input[type="radio"] {
159
+ vertical-align: baseline; }
160
+
161
+ small {
162
+ font-size: 0.875em; }
163
+
164
+ span {
165
+ font-style: inherit;
166
+ font-weight: inherit; }
167
+
168
+ strong {
169
+ color: #363636;
170
+ font-weight: 700; }
171
+
172
+ fieldset {
173
+ border: none; }
174
+
175
+ pre {
176
+ -webkit-overflow-scrolling: touch;
177
+ background-color: whitesmoke;
178
+ color: #4a4a4a;
179
+ font-size: 0.875em;
180
+ overflow-x: auto;
181
+ padding: 1.25rem 1.5rem;
182
+ white-space: pre;
183
+ word-wrap: normal; }
184
+ pre code {
185
+ background-color: transparent;
186
+ color: currentColor;
187
+ font-size: 1em;
188
+ padding: 0; }
189
+
190
+ table td,
191
+ table th {
192
+ vertical-align: top; }
193
+ table td:not([align]),
194
+ table th:not([align]) {
195
+ text-align: left; }
196
+
197
+ table th {
198
+ color: #363636; }
199
+
200
+ .is-clearfix::after {
201
+ clear: both;
202
+ content: " ";
203
+ display: table; }
204
+
205
+ .is-pulled-left {
206
+ float: left !important; }
207
+
208
+ .is-pulled-right {
209
+ float: right !important; }
210
+
211
+ .is-clipped {
212
+ overflow: hidden !important; }
213
+
214
+ .is-size-1 {
215
+ font-size: 3rem !important; }
216
+
217
+ .is-size-2 {
218
+ font-size: 2.5rem !important; }
219
+
220
+ .is-size-3 {
221
+ font-size: 2rem !important; }
222
+
223
+ .is-size-4 {
224
+ font-size: 1.5rem !important; }
225
+
226
+ .is-size-5 {
227
+ font-size: 1.25rem !important; }
228
+
229
+ .is-size-6 {
230
+ font-size: 1rem !important; }
231
+
232
+ .is-size-7 {
233
+ font-size: 0.75rem !important; }
234
+
235
+ @media screen and (max-width: 768px) {
236
+ .is-size-1-mobile {
237
+ font-size: 3rem !important; }
238
+ .is-size-2-mobile {
239
+ font-size: 2.5rem !important; }
240
+ .is-size-3-mobile {
241
+ font-size: 2rem !important; }
242
+ .is-size-4-mobile {
243
+ font-size: 1.5rem !important; }
244
+ .is-size-5-mobile {
245
+ font-size: 1.25rem !important; }
246
+ .is-size-6-mobile {
247
+ font-size: 1rem !important; }
248
+ .is-size-7-mobile {
249
+ font-size: 0.75rem !important; } }
250
+
251
+ @media screen and (min-width: 769px), print {
252
+ .is-size-1-tablet {
253
+ font-size: 3rem !important; }
254
+ .is-size-2-tablet {
255
+ font-size: 2.5rem !important; }
256
+ .is-size-3-tablet {
257
+ font-size: 2rem !important; }
258
+ .is-size-4-tablet {
259
+ font-size: 1.5rem !important; }
260
+ .is-size-5-tablet {
261
+ font-size: 1.25rem !important; }
262
+ .is-size-6-tablet {
263
+ font-size: 1rem !important; }
264
+ .is-size-7-tablet {
265
+ font-size: 0.75rem !important; } }
266
+
267
+ @media screen and (max-width: 1023px) {
268
+ .is-size-1-touch {
269
+ font-size: 3rem !important; }
270
+ .is-size-2-touch {
271
+ font-size: 2.5rem !important; }
272
+ .is-size-3-touch {
273
+ font-size: 2rem !important; }
274
+ .is-size-4-touch {
275
+ font-size: 1.5rem !important; }
276
+ .is-size-5-touch {
277
+ font-size: 1.25rem !important; }
278
+ .is-size-6-touch {
279
+ font-size: 1rem !important; }
280
+ .is-size-7-touch {
281
+ font-size: 0.75rem !important; } }
282
+
283
+ @media screen and (min-width: 1024px) {
284
+ .is-size-1-desktop {
285
+ font-size: 3rem !important; }
286
+ .is-size-2-desktop {
287
+ font-size: 2.5rem !important; }
288
+ .is-size-3-desktop {
289
+ font-size: 2rem !important; }
290
+ .is-size-4-desktop {
291
+ font-size: 1.5rem !important; }
292
+ .is-size-5-desktop {
293
+ font-size: 1.25rem !important; }
294
+ .is-size-6-desktop {
295
+ font-size: 1rem !important; }
296
+ .is-size-7-desktop {
297
+ font-size: 0.75rem !important; } }
298
+
299
+ @media screen and (min-width: 1216px) {
300
+ .is-size-1-widescreen {
301
+ font-size: 3rem !important; }
302
+ .is-size-2-widescreen {
303
+ font-size: 2.5rem !important; }
304
+ .is-size-3-widescreen {
305
+ font-size: 2rem !important; }
306
+ .is-size-4-widescreen {
307
+ font-size: 1.5rem !important; }
308
+ .is-size-5-widescreen {
309
+ font-size: 1.25rem !important; }
310
+ .is-size-6-widescreen {
311
+ font-size: 1rem !important; }
312
+ .is-size-7-widescreen {
313
+ font-size: 0.75rem !important; } }
314
+
315
+ @media screen and (min-width: 1408px) {
316
+ .is-size-1-fullhd {
317
+ font-size: 3rem !important; }
318
+ .is-size-2-fullhd {
319
+ font-size: 2.5rem !important; }
320
+ .is-size-3-fullhd {
321
+ font-size: 2rem !important; }
322
+ .is-size-4-fullhd {
323
+ font-size: 1.5rem !important; }
324
+ .is-size-5-fullhd {
325
+ font-size: 1.25rem !important; }
326
+ .is-size-6-fullhd {
327
+ font-size: 1rem !important; }
328
+ .is-size-7-fullhd {
329
+ font-size: 0.75rem !important; } }
330
+
331
+ .has-text-centered {
332
+ text-align: center !important; }
333
+
334
+ .has-text-justified {
335
+ text-align: justify !important; }
336
+
337
+ .has-text-left {
338
+ text-align: left !important; }
339
+
340
+ .has-text-right {
341
+ text-align: right !important; }
342
+
343
+ @media screen and (max-width: 768px) {
344
+ .has-text-centered-mobile {
345
+ text-align: center !important; } }
346
+
347
+ @media screen and (min-width: 769px), print {
348
+ .has-text-centered-tablet {
349
+ text-align: center !important; } }
350
+
351
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
352
+ .has-text-centered-tablet-only {
353
+ text-align: center !important; } }
354
+
355
+ @media screen and (max-width: 1023px) {
356
+ .has-text-centered-touch {
357
+ text-align: center !important; } }
358
+
359
+ @media screen and (min-width: 1024px) {
360
+ .has-text-centered-desktop {
361
+ text-align: center !important; } }
362
+
363
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
364
+ .has-text-centered-desktop-only {
365
+ text-align: center !important; } }
366
+
367
+ @media screen and (min-width: 1216px) {
368
+ .has-text-centered-widescreen {
369
+ text-align: center !important; } }
370
+
371
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
372
+ .has-text-centered-widescreen-only {
373
+ text-align: center !important; } }
374
+
375
+ @media screen and (min-width: 1408px) {
376
+ .has-text-centered-fullhd {
377
+ text-align: center !important; } }
378
+
379
+ @media screen and (max-width: 768px) {
380
+ .has-text-justified-mobile {
381
+ text-align: justify !important; } }
382
+
383
+ @media screen and (min-width: 769px), print {
384
+ .has-text-justified-tablet {
385
+ text-align: justify !important; } }
386
+
387
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
388
+ .has-text-justified-tablet-only {
389
+ text-align: justify !important; } }
390
+
391
+ @media screen and (max-width: 1023px) {
392
+ .has-text-justified-touch {
393
+ text-align: justify !important; } }
394
+
395
+ @media screen and (min-width: 1024px) {
396
+ .has-text-justified-desktop {
397
+ text-align: justify !important; } }
398
+
399
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
400
+ .has-text-justified-desktop-only {
401
+ text-align: justify !important; } }
402
+
403
+ @media screen and (min-width: 1216px) {
404
+ .has-text-justified-widescreen {
405
+ text-align: justify !important; } }
406
+
407
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
408
+ .has-text-justified-widescreen-only {
409
+ text-align: justify !important; } }
410
+
411
+ @media screen and (min-width: 1408px) {
412
+ .has-text-justified-fullhd {
413
+ text-align: justify !important; } }
414
+
415
+ @media screen and (max-width: 768px) {
416
+ .has-text-left-mobile {
417
+ text-align: left !important; } }
418
+
419
+ @media screen and (min-width: 769px), print {
420
+ .has-text-left-tablet {
421
+ text-align: left !important; } }
422
+
423
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
424
+ .has-text-left-tablet-only {
425
+ text-align: left !important; } }
426
+
427
+ @media screen and (max-width: 1023px) {
428
+ .has-text-left-touch {
429
+ text-align: left !important; } }
430
+
431
+ @media screen and (min-width: 1024px) {
432
+ .has-text-left-desktop {
433
+ text-align: left !important; } }
434
+
435
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
436
+ .has-text-left-desktop-only {
437
+ text-align: left !important; } }
438
+
439
+ @media screen and (min-width: 1216px) {
440
+ .has-text-left-widescreen {
441
+ text-align: left !important; } }
442
+
443
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
444
+ .has-text-left-widescreen-only {
445
+ text-align: left !important; } }
446
+
447
+ @media screen and (min-width: 1408px) {
448
+ .has-text-left-fullhd {
449
+ text-align: left !important; } }
450
+
451
+ @media screen and (max-width: 768px) {
452
+ .has-text-right-mobile {
453
+ text-align: right !important; } }
454
+
455
+ @media screen and (min-width: 769px), print {
456
+ .has-text-right-tablet {
457
+ text-align: right !important; } }
458
+
459
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
460
+ .has-text-right-tablet-only {
461
+ text-align: right !important; } }
462
+
463
+ @media screen and (max-width: 1023px) {
464
+ .has-text-right-touch {
465
+ text-align: right !important; } }
466
+
467
+ @media screen and (min-width: 1024px) {
468
+ .has-text-right-desktop {
469
+ text-align: right !important; } }
470
+
471
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
472
+ .has-text-right-desktop-only {
473
+ text-align: right !important; } }
474
+
475
+ @media screen and (min-width: 1216px) {
476
+ .has-text-right-widescreen {
477
+ text-align: right !important; } }
478
+
479
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
480
+ .has-text-right-widescreen-only {
481
+ text-align: right !important; } }
482
+
483
+ @media screen and (min-width: 1408px) {
484
+ .has-text-right-fullhd {
485
+ text-align: right !important; } }
486
+
487
+ .is-capitalized {
488
+ text-transform: capitalize !important; }
489
+
490
+ .is-lowercase {
491
+ text-transform: lowercase !important; }
492
+
493
+ .is-uppercase {
494
+ text-transform: uppercase !important; }
495
+
496
+ .is-italic {
497
+ font-style: italic !important; }
498
+
499
+ .has-text-white {
500
+ color: white !important; }
501
+
502
+ a.has-text-white:hover, a.has-text-white:focus {
503
+ color: #e6e6e6 !important; }
504
+
505
+ .has-background-white {
506
+ background-color: white !important; }
507
+
508
+ .has-text-black {
509
+ color: #0a0a0a !important; }
510
+
511
+ a.has-text-black:hover, a.has-text-black:focus {
512
+ color: black !important; }
513
+
514
+ .has-background-black {
515
+ background-color: #0a0a0a !important; }
516
+
517
+ .has-text-light {
518
+ color: whitesmoke !important; }
519
+
520
+ a.has-text-light:hover, a.has-text-light:focus {
521
+ color: #dbdbdb !important; }
522
+
523
+ .has-background-light {
524
+ background-color: whitesmoke !important; }
525
+
526
+ .has-text-dark {
527
+ color: #363636 !important; }
528
+
529
+ a.has-text-dark:hover, a.has-text-dark:focus {
530
+ color: #1c1c1c !important; }
531
+
532
+ .has-background-dark {
533
+ background-color: #363636 !important; }
534
+
535
+ .has-text-primary {
536
+ color: #00d1b2 !important; }
537
+
538
+ a.has-text-primary:hover, a.has-text-primary:focus {
539
+ color: #009e86 !important; }
540
+
541
+ .has-background-primary {
542
+ background-color: #00d1b2 !important; }
543
+
544
+ .has-text-link {
545
+ color: #3273dc !important; }
546
+
547
+ a.has-text-link:hover, a.has-text-link:focus {
548
+ color: #205bbc !important; }
549
+
550
+ .has-background-link {
551
+ background-color: #3273dc !important; }
552
+
553
+ .has-text-info {
554
+ color: #3298dc !important; }
555
+
556
+ a.has-text-info:hover, a.has-text-info:focus {
557
+ color: #207dbc !important; }
558
+
559
+ .has-background-info {
560
+ background-color: #3298dc !important; }
561
+
562
+ .has-text-success {
563
+ color: #48c774 !important; }
564
+
565
+ a.has-text-success:hover, a.has-text-success:focus {
566
+ color: #34a85c !important; }
567
+
568
+ .has-background-success {
569
+ background-color: #48c774 !important; }
570
+
571
+ .has-text-warning {
572
+ color: #ffdd57 !important; }
573
+
574
+ a.has-text-warning:hover, a.has-text-warning:focus {
575
+ color: #ffd324 !important; }
576
+
577
+ .has-background-warning {
578
+ background-color: #ffdd57 !important; }
579
+
580
+ .has-text-danger {
581
+ color: #f14668 !important; }
582
+
583
+ a.has-text-danger:hover, a.has-text-danger:focus {
584
+ color: #ee1742 !important; }
585
+
586
+ .has-background-danger {
587
+ background-color: #f14668 !important; }
588
+
589
+ .has-text-black-bis {
590
+ color: #121212 !important; }
591
+
592
+ .has-background-black-bis {
593
+ background-color: #121212 !important; }
594
+
595
+ .has-text-black-ter {
596
+ color: #242424 !important; }
597
+
598
+ .has-background-black-ter {
599
+ background-color: #242424 !important; }
600
+
601
+ .has-text-grey-darker {
602
+ color: #363636 !important; }
603
+
604
+ .has-background-grey-darker {
605
+ background-color: #363636 !important; }
606
+
607
+ .has-text-grey-dark {
608
+ color: #4a4a4a !important; }
609
+
610
+ .has-background-grey-dark {
611
+ background-color: #4a4a4a !important; }
612
+
613
+ .has-text-grey {
614
+ color: #7a7a7a !important; }
615
+
616
+ .has-background-grey {
617
+ background-color: #7a7a7a !important; }
618
+
619
+ .has-text-grey-light {
620
+ color: #b5b5b5 !important; }
621
+
622
+ .has-background-grey-light {
623
+ background-color: #b5b5b5 !important; }
624
+
625
+ .has-text-grey-lighter {
626
+ color: #dbdbdb !important; }
627
+
628
+ .has-background-grey-lighter {
629
+ background-color: #dbdbdb !important; }
630
+
631
+ .has-text-white-ter {
632
+ color: whitesmoke !important; }
633
+
634
+ .has-background-white-ter {
635
+ background-color: whitesmoke !important; }
636
+
637
+ .has-text-white-bis {
638
+ color: #fafafa !important; }
639
+
640
+ .has-background-white-bis {
641
+ background-color: #fafafa !important; }
642
+
643
+ .has-text-weight-light {
644
+ font-weight: 300 !important; }
645
+
646
+ .has-text-weight-normal {
647
+ font-weight: 400 !important; }
648
+
649
+ .has-text-weight-medium {
650
+ font-weight: 500 !important; }
651
+
652
+ .has-text-weight-semibold {
653
+ font-weight: 600 !important; }
654
+
655
+ .has-text-weight-bold {
656
+ font-weight: 700 !important; }
657
+
658
+ .is-family-primary {
659
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
660
+
661
+ .is-family-secondary {
662
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
663
+
664
+ .is-family-sans-serif {
665
+ font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
666
+
667
+ .is-family-monospace {
668
+ font-family: monospace !important; }
669
+
670
+ .is-family-code {
671
+ font-family: monospace !important; }
672
+
673
+ .is-block {
674
+ display: block !important; }
675
+
676
+ @media screen and (max-width: 768px) {
677
+ .is-block-mobile {
678
+ display: block !important; } }
679
+
680
+ @media screen and (min-width: 769px), print {
681
+ .is-block-tablet {
682
+ display: block !important; } }
683
+
684
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
685
+ .is-block-tablet-only {
686
+ display: block !important; } }
687
+
688
+ @media screen and (max-width: 1023px) {
689
+ .is-block-touch {
690
+ display: block !important; } }
691
+
692
+ @media screen and (min-width: 1024px) {
693
+ .is-block-desktop {
694
+ display: block !important; } }
695
+
696
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
697
+ .is-block-desktop-only {
698
+ display: block !important; } }
699
+
700
+ @media screen and (min-width: 1216px) {
701
+ .is-block-widescreen {
702
+ display: block !important; } }
703
+
704
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
705
+ .is-block-widescreen-only {
706
+ display: block !important; } }
707
+
708
+ @media screen and (min-width: 1408px) {
709
+ .is-block-fullhd {
710
+ display: block !important; } }
711
+
712
+ .is-flex {
713
+ display: flex !important; }
714
+
715
+ @media screen and (max-width: 768px) {
716
+ .is-flex-mobile {
717
+ display: flex !important; } }
718
+
719
+ @media screen and (min-width: 769px), print {
720
+ .is-flex-tablet {
721
+ display: flex !important; } }
722
+
723
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
724
+ .is-flex-tablet-only {
725
+ display: flex !important; } }
726
+
727
+ @media screen and (max-width: 1023px) {
728
+ .is-flex-touch {
729
+ display: flex !important; } }
730
+
731
+ @media screen and (min-width: 1024px) {
732
+ .is-flex-desktop {
733
+ display: flex !important; } }
734
+
735
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
736
+ .is-flex-desktop-only {
737
+ display: flex !important; } }
738
+
739
+ @media screen and (min-width: 1216px) {
740
+ .is-flex-widescreen {
741
+ display: flex !important; } }
742
+
743
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
744
+ .is-flex-widescreen-only {
745
+ display: flex !important; } }
746
+
747
+ @media screen and (min-width: 1408px) {
748
+ .is-flex-fullhd {
749
+ display: flex !important; } }
750
+
751
+ .is-inline {
752
+ display: inline !important; }
753
+
754
+ @media screen and (max-width: 768px) {
755
+ .is-inline-mobile {
756
+ display: inline !important; } }
757
+
758
+ @media screen and (min-width: 769px), print {
759
+ .is-inline-tablet {
760
+ display: inline !important; } }
761
+
762
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
763
+ .is-inline-tablet-only {
764
+ display: inline !important; } }
765
+
766
+ @media screen and (max-width: 1023px) {
767
+ .is-inline-touch {
768
+ display: inline !important; } }
769
+
770
+ @media screen and (min-width: 1024px) {
771
+ .is-inline-desktop {
772
+ display: inline !important; } }
773
+
774
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
775
+ .is-inline-desktop-only {
776
+ display: inline !important; } }
777
+
778
+ @media screen and (min-width: 1216px) {
779
+ .is-inline-widescreen {
780
+ display: inline !important; } }
781
+
782
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
783
+ .is-inline-widescreen-only {
784
+ display: inline !important; } }
785
+
786
+ @media screen and (min-width: 1408px) {
787
+ .is-inline-fullhd {
788
+ display: inline !important; } }
789
+
790
+ .is-inline-block {
791
+ display: inline-block !important; }
792
+
793
+ @media screen and (max-width: 768px) {
794
+ .is-inline-block-mobile {
795
+ display: inline-block !important; } }
796
+
797
+ @media screen and (min-width: 769px), print {
798
+ .is-inline-block-tablet {
799
+ display: inline-block !important; } }
800
+
801
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
802
+ .is-inline-block-tablet-only {
803
+ display: inline-block !important; } }
804
+
805
+ @media screen and (max-width: 1023px) {
806
+ .is-inline-block-touch {
807
+ display: inline-block !important; } }
808
+
809
+ @media screen and (min-width: 1024px) {
810
+ .is-inline-block-desktop {
811
+ display: inline-block !important; } }
812
+
813
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
814
+ .is-inline-block-desktop-only {
815
+ display: inline-block !important; } }
816
+
817
+ @media screen and (min-width: 1216px) {
818
+ .is-inline-block-widescreen {
819
+ display: inline-block !important; } }
820
+
821
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
822
+ .is-inline-block-widescreen-only {
823
+ display: inline-block !important; } }
824
+
825
+ @media screen and (min-width: 1408px) {
826
+ .is-inline-block-fullhd {
827
+ display: inline-block !important; } }
828
+
829
+ .is-inline-flex {
830
+ display: inline-flex !important; }
831
+
832
+ @media screen and (max-width: 768px) {
833
+ .is-inline-flex-mobile {
834
+ display: inline-flex !important; } }
835
+
836
+ @media screen and (min-width: 769px), print {
837
+ .is-inline-flex-tablet {
838
+ display: inline-flex !important; } }
839
+
840
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
841
+ .is-inline-flex-tablet-only {
842
+ display: inline-flex !important; } }
843
+
844
+ @media screen and (max-width: 1023px) {
845
+ .is-inline-flex-touch {
846
+ display: inline-flex !important; } }
847
+
848
+ @media screen and (min-width: 1024px) {
849
+ .is-inline-flex-desktop {
850
+ display: inline-flex !important; } }
851
+
852
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
853
+ .is-inline-flex-desktop-only {
854
+ display: inline-flex !important; } }
855
+
856
+ @media screen and (min-width: 1216px) {
857
+ .is-inline-flex-widescreen {
858
+ display: inline-flex !important; } }
859
+
860
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
861
+ .is-inline-flex-widescreen-only {
862
+ display: inline-flex !important; } }
863
+
864
+ @media screen and (min-width: 1408px) {
865
+ .is-inline-flex-fullhd {
866
+ display: inline-flex !important; } }
867
+
868
+ .is-hidden {
869
+ display: none !important; }
870
+
871
+ .is-sr-only {
872
+ border: none !important;
873
+ clip: rect(0, 0, 0, 0) !important;
874
+ height: 0.01em !important;
875
+ overflow: hidden !important;
876
+ padding: 0 !important;
877
+ position: absolute !important;
878
+ white-space: nowrap !important;
879
+ width: 0.01em !important; }
880
+
881
+ @media screen and (max-width: 768px) {
882
+ .is-hidden-mobile {
883
+ display: none !important; } }
884
+
885
+ @media screen and (min-width: 769px), print {
886
+ .is-hidden-tablet {
887
+ display: none !important; } }
888
+
889
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
890
+ .is-hidden-tablet-only {
891
+ display: none !important; } }
892
+
893
+ @media screen and (max-width: 1023px) {
894
+ .is-hidden-touch {
895
+ display: none !important; } }
896
+
897
+ @media screen and (min-width: 1024px) {
898
+ .is-hidden-desktop {
899
+ display: none !important; } }
900
+
901
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
902
+ .is-hidden-desktop-only {
903
+ display: none !important; } }
904
+
905
+ @media screen and (min-width: 1216px) {
906
+ .is-hidden-widescreen {
907
+ display: none !important; } }
908
+
909
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
910
+ .is-hidden-widescreen-only {
911
+ display: none !important; } }
912
+
913
+ @media screen and (min-width: 1408px) {
914
+ .is-hidden-fullhd {
915
+ display: none !important; } }
916
+
917
+ .is-invisible {
918
+ visibility: hidden !important; }
919
+
920
+ @media screen and (max-width: 768px) {
921
+ .is-invisible-mobile {
922
+ visibility: hidden !important; } }
923
+
924
+ @media screen and (min-width: 769px), print {
925
+ .is-invisible-tablet {
926
+ visibility: hidden !important; } }
927
+
928
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
929
+ .is-invisible-tablet-only {
930
+ visibility: hidden !important; } }
931
+
932
+ @media screen and (max-width: 1023px) {
933
+ .is-invisible-touch {
934
+ visibility: hidden !important; } }
935
+
936
+ @media screen and (min-width: 1024px) {
937
+ .is-invisible-desktop {
938
+ visibility: hidden !important; } }
939
+
940
+ @media screen and (min-width: 1024px) and (max-width: 1215px) {
941
+ .is-invisible-desktop-only {
942
+ visibility: hidden !important; } }
943
+
944
+ @media screen and (min-width: 1216px) {
945
+ .is-invisible-widescreen {
946
+ visibility: hidden !important; } }
947
+
948
+ @media screen and (min-width: 1216px) and (max-width: 1407px) {
949
+ .is-invisible-widescreen-only {
950
+ visibility: hidden !important; } }
951
+
952
+ @media screen and (min-width: 1408px) {
953
+ .is-invisible-fullhd {
954
+ visibility: hidden !important; } }
955
+
956
+ .is-marginless {
957
+ margin: 0 !important; }
958
+
959
+ .is-paddingless {
960
+ padding: 0 !important; }
961
+
962
+ .is-radiusless {
963
+ border-radius: 0 !important; }
964
+
965
+ .is-shadowless {
966
+ box-shadow: none !important; }
967
+
968
+ .is-relative {
969
+ position: relative !important; }
970
+
971
+ .block-list {
972
+ list-style: none; }
973
+ .block-list li {
974
+ padding: 16px;
975
+ background: whitesmoke;
976
+ margin-bottom: 0.25rem; }
977
+ .block-list.is-left li {
978
+ text-align: left; }
979
+ .block-list.is-centered li {
980
+ text-align: center; }
981
+ .block-list.is-right li {
982
+ text-align: right; }
983
+ .block-list.is-small li {
984
+ font-size: 0.875em;
985
+ padding: 10.66667px; }
986
+ .block-list.is-normal li {
987
+ font-size: 1em; }
988
+ .block-list.is-large li {
989
+ font-size: 1.5rem; }
990
+ .block-list.is-white li {
991
+ background: white;
992
+ color: #0a0a0a; }
993
+ .block-list.is-white.is-outlined li {
994
+ background: transparent;
995
+ color: white;
996
+ border: 1px solid white; }
997
+ .block-list.is-white.has-radius li {
998
+ border-radius: 4px; }
999
+ .block-list.is-black li {
1000
+ background: #0a0a0a;
1001
+ color: white; }
1002
+ .block-list.is-black.is-outlined li {
1003
+ background: transparent;
1004
+ color: #0a0a0a;
1005
+ border: 1px solid #0a0a0a; }
1006
+ .block-list.is-black.has-radius li {
1007
+ border-radius: 4px; }
1008
+ .block-list.is-light li {
1009
+ background: whitesmoke;
1010
+ color: rgba(0, 0, 0, 0.7); }
1011
+ .block-list.is-light.is-outlined li {
1012
+ background: transparent;
1013
+ color: whitesmoke;
1014
+ border: 1px solid whitesmoke; }
1015
+ .block-list.is-light.has-radius li {
1016
+ border-radius: 4px; }
1017
+ .block-list.is-dark li {
1018
+ background: #363636;
1019
+ color: #fff; }
1020
+ .block-list.is-dark.is-outlined li {
1021
+ background: transparent;
1022
+ color: #363636;
1023
+ border: 1px solid #363636; }
1024
+ .block-list.is-dark.has-radius li {
1025
+ border-radius: 4px; }
1026
+ .block-list.is-primary li {
1027
+ background: #00d1b2;
1028
+ color: #fff; }
1029
+ .block-list.is-primary.is-outlined li {
1030
+ background: transparent;
1031
+ color: #00d1b2;
1032
+ border: 1px solid #00d1b2; }
1033
+ .block-list.is-primary.has-radius li {
1034
+ border-radius: 4px; }
1035
+ .block-list.is-link li {
1036
+ background: #3273dc;
1037
+ color: #fff; }
1038
+ .block-list.is-link.is-outlined li {
1039
+ background: transparent;
1040
+ color: #3273dc;
1041
+ border: 1px solid #3273dc; }
1042
+ .block-list.is-link.has-radius li {
1043
+ border-radius: 4px; }
1044
+ .block-list.is-info li {
1045
+ background: #3298dc;
1046
+ color: #fff; }
1047
+ .block-list.is-info.is-outlined li {
1048
+ background: transparent;
1049
+ color: #3298dc;
1050
+ border: 1px solid #3298dc; }
1051
+ .block-list.is-info.has-radius li {
1052
+ border-radius: 4px; }
1053
+ .block-list.is-success li {
1054
+ background: #48c774;
1055
+ color: #fff; }
1056
+ .block-list.is-success.is-outlined li {
1057
+ background: transparent;
1058
+ color: #48c774;
1059
+ border: 1px solid #48c774; }
1060
+ .block-list.is-success.has-radius li {
1061
+ border-radius: 4px; }
1062
+ .block-list.is-warning li {
1063
+ background: #ffdd57;
1064
+ color: rgba(0, 0, 0, 0.7); }
1065
+ .block-list.is-warning.is-outlined li {
1066
+ background: transparent;
1067
+ color: #ffdd57;
1068
+ border: 1px solid #ffdd57; }
1069
+ .block-list.is-warning.has-radius li {
1070
+ border-radius: 4px; }
1071
+ .block-list.is-danger li {
1072
+ background: #f14668;
1073
+ color: #fff; }
1074
+ .block-list.is-danger.is-outlined li {
1075
+ background: transparent;
1076
+ color: #f14668;
1077
+ border: 1px solid #f14668; }
1078
+ .block-list.is-danger.has-radius li {
1079
+ border-radius: 4px; }