bulma-clean-theme 0.11 → 0.13

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 (150) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -634
  3. data/_includes/head.html +1 -1
  4. data/_includes/header.html +1 -1
  5. data/_includes/image-modal.html +1 -1
  6. data/_includes/notification.html +2 -2
  7. data/_includes/series.html +32 -0
  8. data/_layouts/default.html +2 -2
  9. data/_layouts/post.html +4 -0
  10. data/_layouts/recipe.html +22 -0
  11. data/_posts/2021-10-30-creating-a-post-series.md +59 -0
  12. data/node_modules/.package-lock.json +21 -0
  13. data/node_modules/bulma/CHANGELOG.md +521 -448
  14. data/node_modules/bulma/README.md +5 -2
  15. data/node_modules/bulma/bulma.sass +1 -1
  16. data/node_modules/bulma/css/bulma-rtl.css +778 -591
  17. data/node_modules/bulma/css/bulma-rtl.css.map +1 -1
  18. data/node_modules/bulma/css/bulma-rtl.min.css +1 -1
  19. data/node_modules/bulma/css/bulma.css +621 -434
  20. data/node_modules/bulma/css/bulma.css.map +1 -1
  21. data/node_modules/bulma/css/bulma.min.css +1 -1
  22. data/node_modules/bulma/package.json +28 -54
  23. data/node_modules/bulma/sass/base/_all.sass +3 -2
  24. data/node_modules/{bulma-block-list/node_modules/bulma/sass/utilities → bulma/sass/base}/animations.sass +0 -0
  25. data/node_modules/bulma/sass/base/generic.sass +2 -0
  26. data/node_modules/bulma/sass/components/_all.sass +12 -12
  27. data/node_modules/bulma/sass/components/breadcrumb.sass +2 -0
  28. data/node_modules/bulma/sass/components/card.sass +23 -3
  29. data/node_modules/bulma/sass/components/dropdown.sass +3 -1
  30. data/node_modules/bulma/sass/components/level.sass +3 -1
  31. data/node_modules/bulma/sass/components/media.sass +16 -9
  32. data/node_modules/bulma/sass/components/menu.sass +2 -0
  33. data/node_modules/bulma/sass/components/message.sass +2 -0
  34. data/node_modules/bulma/sass/components/modal.sass +2 -0
  35. data/node_modules/bulma/sass/components/navbar.sass +3 -0
  36. data/node_modules/bulma/sass/components/pagination.sass +19 -3
  37. data/node_modules/bulma/sass/components/panel.sass +3 -1
  38. data/node_modules/bulma/sass/components/tabs.sass +2 -0
  39. data/node_modules/bulma/sass/elements/_all.sass +12 -12
  40. data/node_modules/bulma/sass/elements/box.sass +3 -1
  41. data/node_modules/bulma/sass/elements/button.sass +27 -7
  42. data/node_modules/bulma/sass/elements/container.sass +2 -0
  43. data/node_modules/bulma/sass/elements/content.sass +4 -0
  44. data/node_modules/bulma/sass/elements/icon.sass +25 -0
  45. data/node_modules/bulma/sass/elements/image.sass +2 -0
  46. data/node_modules/bulma/sass/elements/notification.sass +2 -0
  47. data/node_modules/bulma/sass/elements/other.sass +2 -10
  48. data/node_modules/bulma/sass/elements/progress.sass +2 -0
  49. data/node_modules/bulma/sass/elements/table.sass +2 -0
  50. data/node_modules/bulma/sass/elements/tag.sass +2 -0
  51. data/node_modules/bulma/sass/elements/title.sass +2 -2
  52. data/node_modules/bulma/sass/form/_all.sass +6 -6
  53. data/node_modules/bulma/sass/form/file.sass +2 -0
  54. data/node_modules/bulma/sass/form/shared.sass +3 -0
  55. data/node_modules/bulma/sass/grid/_all.sass +2 -2
  56. data/node_modules/bulma/sass/grid/columns.sass +93 -84
  57. data/node_modules/bulma/sass/grid/tiles.sass +3 -1
  58. data/node_modules/bulma/sass/helpers/_all.sass +9 -9
  59. data/node_modules/bulma/sass/helpers/color.sass +2 -0
  60. data/node_modules/bulma/sass/helpers/float.sass +2 -0
  61. data/node_modules/bulma/sass/helpers/other.sass +3 -0
  62. data/node_modules/bulma/sass/helpers/position.sass +2 -0
  63. data/node_modules/bulma/sass/helpers/spacing.sass +1 -1
  64. data/node_modules/bulma/sass/helpers/typography.sass +5 -0
  65. data/node_modules/bulma/sass/helpers/visibility.sass +1 -1
  66. data/node_modules/bulma/sass/layout/_all.sass +3 -3
  67. data/node_modules/bulma/sass/layout/footer.sass +2 -0
  68. data/node_modules/bulma/sass/layout/hero.sass +8 -2
  69. data/node_modules/bulma/sass/layout/section.sass +6 -2
  70. data/node_modules/bulma/sass/utilities/_all.sass +6 -6
  71. data/node_modules/bulma/sass/utilities/animations.sass +1 -5
  72. data/node_modules/bulma/sass/utilities/controls.sass +2 -3
  73. data/node_modules/bulma/sass/utilities/derived-variables.sass +7 -0
  74. data/node_modules/bulma/sass/utilities/extends.sass +25 -0
  75. data/node_modules/bulma/sass/utilities/functions.sass +25 -4
  76. data/node_modules/bulma/sass/utilities/initial-variables.sass +5 -5
  77. data/node_modules/bulma/sass/utilities/mixins.sass +18 -23
  78. data/node_modules/bulma-block-list/.editorconfig +15 -0
  79. data/node_modules/bulma-block-list/.github/FUNDING.yml +12 -0
  80. data/node_modules/bulma-block-list/changelog.txt +20 -0
  81. data/node_modules/bulma-block-list/docs/Gemfile +2 -2
  82. data/node_modules/bulma-block-list/docs/_config.yml +2 -0
  83. data/node_modules/bulma-block-list/docs/_data/menu.yaml +5 -1
  84. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +30 -2
  85. data/node_modules/bulma-block-list/docs/index.html +106 -7
  86. data/node_modules/bulma-block-list/package.json +10 -44
  87. data/node_modules/bulma-block-list/src/block-list.scss +30 -2
  88. data/package-lock.json +32 -15
  89. data/package.json +2 -2
  90. metadata +20 -67
  91. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +0 -1390
  92. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +0 -21
  93. data/node_modules/bulma-block-list/node_modules/bulma/README.md +0 -130
  94. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +0 -9
  95. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +0 -10855
  96. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css.map +0 -1
  97. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.min.css +0 -1
  98. data/node_modules/bulma-block-list/node_modules/bulma/package.json +0 -77
  99. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +0 -5
  100. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +0 -142
  101. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +0 -281
  102. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +0 -79
  103. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +0 -15
  104. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +0 -75
  105. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +0 -79
  106. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +0 -81
  107. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +0 -77
  108. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +0 -39
  109. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +0 -50
  110. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +0 -57
  111. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +0 -99
  112. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +0 -113
  113. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +0 -441
  114. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +0 -150
  115. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +0 -119
  116. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +0 -151
  117. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +0 -15
  118. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +0 -24
  119. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +0 -323
  120. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +0 -24
  121. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +0 -155
  122. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +0 -1
  123. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +0 -21
  124. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +0 -71
  125. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +0 -43
  126. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +0 -39
  127. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +0 -67
  128. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +0 -127
  129. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +0 -128
  130. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +0 -70
  131. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +0 -8
  132. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +0 -21
  133. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +0 -180
  134. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +0 -64
  135. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +0 -85
  136. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +0 -55
  137. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +0 -205
  138. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +0 -4
  139. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +0 -504
  140. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +0 -34
  141. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +0 -5
  142. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +0 -9
  143. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +0 -145
  144. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +0 -13
  145. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +0 -8
  146. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +0 -50
  147. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +0 -106
  148. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +0 -110
  149. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +0 -77
  150. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +0 -261
@@ -1,23 +1,69 @@
1
- /*! bulma.io v0.9.1 | MIT License | github.com/jgthms/bulma */
1
+ /*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
2
2
  /* Bulma Utilities */
3
- @-webkit-keyframes spinAround {
4
- from {
5
- transform: rotate(0deg);
6
- }
7
- to {
8
- transform: rotate(359deg);
9
- }
3
+ .button, .input, .textarea, .select select, .file-cta,
4
+ .file-name, .pagination-previous,
5
+ .pagination-next,
6
+ .pagination-link,
7
+ .pagination-ellipsis {
8
+ -moz-appearance: none;
9
+ -webkit-appearance: none;
10
+ align-items: center;
11
+ border: 1px solid transparent;
12
+ border-radius: 4px;
13
+ box-shadow: none;
14
+ display: inline-flex;
15
+ font-size: 1rem;
16
+ height: 2.5em;
17
+ justify-content: flex-start;
18
+ line-height: 1.5;
19
+ padding-bottom: calc(0.5em - 1px);
20
+ padding-left: calc(0.75em - 1px);
21
+ padding-right: calc(0.75em - 1px);
22
+ padding-top: calc(0.5em - 1px);
23
+ position: relative;
24
+ vertical-align: top;
10
25
  }
11
- @keyframes spinAround {
12
- from {
13
- transform: rotate(0deg);
14
- }
15
- to {
16
- transform: rotate(359deg);
17
- }
26
+
27
+ .button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
28
+ .file-name:focus, .pagination-previous:focus,
29
+ .pagination-next:focus,
30
+ .pagination-link:focus,
31
+ .pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
32
+ .is-focused.file-name, .is-focused.pagination-previous,
33
+ .is-focused.pagination-next,
34
+ .is-focused.pagination-link,
35
+ .is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
36
+ .file-name:active, .pagination-previous:active,
37
+ .pagination-next:active,
38
+ .pagination-link:active,
39
+ .pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
40
+ .is-active.file-name, .is-active.pagination-previous,
41
+ .is-active.pagination-next,
42
+ .is-active.pagination-link,
43
+ .is-active.pagination-ellipsis {
44
+ outline: none;
45
+ }
46
+
47
+ .button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
48
+ .file-name[disabled], .pagination-previous[disabled],
49
+ .pagination-next[disabled],
50
+ .pagination-link[disabled],
51
+ .pagination-ellipsis[disabled],
52
+ fieldset[disabled] .button,
53
+ fieldset[disabled] .input,
54
+ fieldset[disabled] .textarea,
55
+ fieldset[disabled] .select select,
56
+ .select fieldset[disabled] select,
57
+ fieldset[disabled] .file-cta,
58
+ fieldset[disabled] .file-name,
59
+ fieldset[disabled] .pagination-previous,
60
+ fieldset[disabled] .pagination-next,
61
+ fieldset[disabled] .pagination-link,
62
+ fieldset[disabled] .pagination-ellipsis {
63
+ cursor: not-allowed;
18
64
  }
19
65
 
20
- .delete, .modal-close, .button, .file, .breadcrumb, .pagination-previous,
66
+ .button, .file, .breadcrumb, .pagination-previous,
21
67
  .pagination-next,
22
68
  .pagination-link,
23
69
  .pagination-ellipsis, .tabs, .is-unselectable {
@@ -46,16 +92,21 @@
46
92
  }
47
93
 
48
94
  .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
49
- .subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
95
+ .subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
50
96
  margin-bottom: 1.5rem;
51
97
  }
52
98
 
53
99
  .delete, .modal-close {
100
+ -webkit-touch-callout: none;
101
+ -webkit-user-select: none;
102
+ -moz-user-select: none;
103
+ -ms-user-select: none;
104
+ user-select: none;
54
105
  -moz-appearance: none;
55
106
  -webkit-appearance: none;
56
107
  background-color: rgba(10, 10, 10, 0.2);
57
108
  border: none;
58
- border-radius: 290486px;
109
+ border-radius: 9999px;
59
110
  cursor: pointer;
60
111
  pointer-events: auto;
61
112
  display: inline-block;
@@ -133,7 +184,7 @@
133
184
  -webkit-animation: spinAround 500ms infinite linear;
134
185
  animation: spinAround 500ms infinite linear;
135
186
  border: 2px solid #dbdbdb;
136
- border-radius: 290486px;
187
+ border-radius: 9999px;
137
188
  border-right-color: transparent;
138
189
  border-top-color: transparent;
139
190
  content: "";
@@ -167,67 +218,17 @@
167
218
  top: 0;
168
219
  }
169
220
 
170
- .button, .input, .textarea, .select select, .file-cta,
171
- .file-name, .pagination-previous,
172
- .pagination-next,
173
- .pagination-link,
174
- .pagination-ellipsis {
221
+ .navbar-burger {
175
222
  -moz-appearance: none;
176
223
  -webkit-appearance: none;
177
- align-items: center;
178
- border: 1px solid transparent;
179
- border-radius: 4px;
180
- box-shadow: none;
181
- display: inline-flex;
182
- font-size: 1rem;
183
- height: 2.5em;
184
- justify-content: flex-start;
185
- line-height: 1.5;
186
- padding-bottom: calc(0.5em - 1px);
187
- padding-left: calc(0.75em - 1px);
188
- padding-right: calc(0.75em - 1px);
189
- padding-top: calc(0.5em - 1px);
190
- position: relative;
191
- vertical-align: top;
192
- }
193
-
194
- .button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
195
- .file-name:focus, .pagination-previous:focus,
196
- .pagination-next:focus,
197
- .pagination-link:focus,
198
- .pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
199
- .is-focused.file-name, .is-focused.pagination-previous,
200
- .is-focused.pagination-next,
201
- .is-focused.pagination-link,
202
- .is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
203
- .file-name:active, .pagination-previous:active,
204
- .pagination-next:active,
205
- .pagination-link:active,
206
- .pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
207
- .is-active.file-name, .is-active.pagination-previous,
208
- .is-active.pagination-next,
209
- .is-active.pagination-link,
210
- .is-active.pagination-ellipsis {
211
- outline: none;
212
- }
213
-
214
- .button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
215
- .file-name[disabled], .pagination-previous[disabled],
216
- .pagination-next[disabled],
217
- .pagination-link[disabled],
218
- .pagination-ellipsis[disabled],
219
- fieldset[disabled] .button,
220
- fieldset[disabled] .input,
221
- fieldset[disabled] .textarea,
222
- fieldset[disabled] .select select,
223
- .select fieldset[disabled] select,
224
- fieldset[disabled] .file-cta,
225
- fieldset[disabled] .file-name,
226
- fieldset[disabled] .pagination-previous,
227
- fieldset[disabled] .pagination-next,
228
- fieldset[disabled] .pagination-link,
229
- fieldset[disabled] .pagination-ellipsis {
230
- cursor: not-allowed;
224
+ appearance: none;
225
+ background: none;
226
+ border: none;
227
+ color: currentColor;
228
+ font-family: inherit;
229
+ font-size: 1em;
230
+ margin: 0;
231
+ padding: 0;
231
232
  }
232
233
 
233
234
  /* Bulma Base */
@@ -324,7 +325,6 @@ html {
324
325
  text-rendering: optimizeLegibility;
325
326
  -webkit-text-size-adjust: 100%;
326
327
  -moz-text-size-adjust: 100%;
327
- -ms-text-size-adjust: 100%;
328
328
  text-size-adjust: 100%;
329
329
  }
330
330
 
@@ -362,7 +362,7 @@ body {
362
362
  }
363
363
 
364
364
  a {
365
- color: #3273dc;
365
+ color: #485fc7;
366
366
  cursor: pointer;
367
367
  text-decoration: none;
368
368
  }
@@ -451,6 +451,24 @@ table th {
451
451
  color: #363636;
452
452
  }
453
453
 
454
+ @-webkit-keyframes spinAround {
455
+ from {
456
+ transform: rotate(0deg);
457
+ }
458
+ to {
459
+ transform: rotate(359deg);
460
+ }
461
+ }
462
+
463
+ @keyframes spinAround {
464
+ from {
465
+ transform: rotate(0deg);
466
+ }
467
+ to {
468
+ transform: rotate(359deg);
469
+ }
470
+ }
471
+
454
472
  /* Bulma Elements */
455
473
  .box {
456
474
  background-color: white;
@@ -462,11 +480,11 @@ table th {
462
480
  }
463
481
 
464
482
  a.box:hover, a.box:focus {
465
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
483
+ box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7;
466
484
  }
467
485
 
468
486
  a.box:active {
469
- box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
487
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7;
470
488
  }
471
489
 
472
490
  .button {
@@ -514,12 +532,12 @@ a.box:active {
514
532
  }
515
533
 
516
534
  .button:focus, .button.is-focused {
517
- border-color: #3273dc;
535
+ border-color: #485fc7;
518
536
  color: #363636;
519
537
  }
520
538
 
521
539
  .button:focus:not(:active), .button.is-focused:not(:active) {
522
- box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
540
+ box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
523
541
  }
524
542
 
525
543
  .button:active, .button.is-active {
@@ -551,6 +569,18 @@ fieldset[disabled] .button.is-text {
551
569
  box-shadow: none;
552
570
  }
553
571
 
572
+ .button.is-ghost {
573
+ background: none;
574
+ border-color: transparent;
575
+ color: #485fc7;
576
+ text-decoration: none;
577
+ }
578
+
579
+ .button.is-ghost:hover, .button.is-ghost.is-hovered {
580
+ color: #485fc7;
581
+ text-decoration: underline;
582
+ }
583
+
554
584
  .button.is-white {
555
585
  background-color: white;
556
586
  border-color: transparent;
@@ -1099,13 +1129,13 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
1099
1129
  }
1100
1130
 
1101
1131
  .button.is-link {
1102
- background-color: #3273dc;
1132
+ background-color: #485fc7;
1103
1133
  border-color: transparent;
1104
1134
  color: #fff;
1105
1135
  }
1106
1136
 
1107
1137
  .button.is-link:hover, .button.is-link.is-hovered {
1108
- background-color: #276cda;
1138
+ background-color: #3e56c4;
1109
1139
  border-color: transparent;
1110
1140
  color: #fff;
1111
1141
  }
@@ -1116,25 +1146,25 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
1116
1146
  }
1117
1147
 
1118
1148
  .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
1119
- box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
1149
+ box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
1120
1150
  }
1121
1151
 
1122
1152
  .button.is-link:active, .button.is-link.is-active {
1123
- background-color: #2366d1;
1153
+ background-color: #3a51bb;
1124
1154
  border-color: transparent;
1125
1155
  color: #fff;
1126
1156
  }
1127
1157
 
1128
1158
  .button.is-link[disabled],
1129
1159
  fieldset[disabled] .button.is-link {
1130
- background-color: #3273dc;
1160
+ background-color: #485fc7;
1131
1161
  border-color: transparent;
1132
1162
  box-shadow: none;
1133
1163
  }
1134
1164
 
1135
1165
  .button.is-link.is-inverted {
1136
1166
  background-color: #fff;
1137
- color: #3273dc;
1167
+ color: #485fc7;
1138
1168
  }
1139
1169
 
1140
1170
  .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
@@ -1146,7 +1176,7 @@ fieldset[disabled] .button.is-link.is-inverted {
1146
1176
  background-color: #fff;
1147
1177
  border-color: transparent;
1148
1178
  box-shadow: none;
1149
- color: #3273dc;
1179
+ color: #485fc7;
1150
1180
  }
1151
1181
 
1152
1182
  .button.is-link.is-loading::after {
@@ -1155,18 +1185,18 @@ fieldset[disabled] .button.is-link.is-inverted {
1155
1185
 
1156
1186
  .button.is-link.is-outlined {
1157
1187
  background-color: transparent;
1158
- border-color: #3273dc;
1159
- color: #3273dc;
1188
+ border-color: #485fc7;
1189
+ color: #485fc7;
1160
1190
  }
1161
1191
 
1162
1192
  .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
1163
- background-color: #3273dc;
1164
- border-color: #3273dc;
1193
+ background-color: #485fc7;
1194
+ border-color: #485fc7;
1165
1195
  color: #fff;
1166
1196
  }
1167
1197
 
1168
1198
  .button.is-link.is-outlined.is-loading::after {
1169
- border-color: transparent transparent #3273dc #3273dc !important;
1199
+ border-color: transparent transparent #485fc7 #485fc7 !important;
1170
1200
  }
1171
1201
 
1172
1202
  .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
@@ -1176,9 +1206,9 @@ fieldset[disabled] .button.is-link.is-inverted {
1176
1206
  .button.is-link.is-outlined[disabled],
1177
1207
  fieldset[disabled] .button.is-link.is-outlined {
1178
1208
  background-color: transparent;
1179
- border-color: #3273dc;
1209
+ border-color: #485fc7;
1180
1210
  box-shadow: none;
1181
- color: #3273dc;
1211
+ color: #485fc7;
1182
1212
  }
1183
1213
 
1184
1214
  .button.is-link.is-inverted.is-outlined {
@@ -1189,11 +1219,11 @@ fieldset[disabled] .button.is-link.is-outlined {
1189
1219
 
1190
1220
  .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
1191
1221
  background-color: #fff;
1192
- color: #3273dc;
1222
+ color: #485fc7;
1193
1223
  }
1194
1224
 
1195
1225
  .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
1196
- border-color: transparent transparent #3273dc #3273dc !important;
1226
+ border-color: transparent transparent #485fc7 #485fc7 !important;
1197
1227
  }
1198
1228
 
1199
1229
  .button.is-link.is-inverted.is-outlined[disabled],
@@ -1205,30 +1235,30 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined {
1205
1235
  }
1206
1236
 
1207
1237
  .button.is-link.is-light {
1208
- background-color: #eef3fc;
1209
- color: #2160c4;
1238
+ background-color: #eff1fa;
1239
+ color: #3850b7;
1210
1240
  }
1211
1241
 
1212
1242
  .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
1213
- background-color: #e3ecfa;
1243
+ background-color: #e6e9f7;
1214
1244
  border-color: transparent;
1215
- color: #2160c4;
1245
+ color: #3850b7;
1216
1246
  }
1217
1247
 
1218
1248
  .button.is-link.is-light:active, .button.is-link.is-light.is-active {
1219
- background-color: #d8e4f8;
1249
+ background-color: #dce0f4;
1220
1250
  border-color: transparent;
1221
- color: #2160c4;
1251
+ color: #3850b7;
1222
1252
  }
1223
1253
 
1224
1254
  .button.is-info {
1225
- background-color: #3298dc;
1255
+ background-color: #3e8ed0;
1226
1256
  border-color: transparent;
1227
1257
  color: #fff;
1228
1258
  }
1229
1259
 
1230
1260
  .button.is-info:hover, .button.is-info.is-hovered {
1231
- background-color: #2793da;
1261
+ background-color: #3488ce;
1232
1262
  border-color: transparent;
1233
1263
  color: #fff;
1234
1264
  }
@@ -1239,25 +1269,25 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined {
1239
1269
  }
1240
1270
 
1241
1271
  .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
1242
- box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
1272
+ box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
1243
1273
  }
1244
1274
 
1245
1275
  .button.is-info:active, .button.is-info.is-active {
1246
- background-color: #238cd1;
1276
+ background-color: #3082c5;
1247
1277
  border-color: transparent;
1248
1278
  color: #fff;
1249
1279
  }
1250
1280
 
1251
1281
  .button.is-info[disabled],
1252
1282
  fieldset[disabled] .button.is-info {
1253
- background-color: #3298dc;
1283
+ background-color: #3e8ed0;
1254
1284
  border-color: transparent;
1255
1285
  box-shadow: none;
1256
1286
  }
1257
1287
 
1258
1288
  .button.is-info.is-inverted {
1259
1289
  background-color: #fff;
1260
- color: #3298dc;
1290
+ color: #3e8ed0;
1261
1291
  }
1262
1292
 
1263
1293
  .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
@@ -1269,7 +1299,7 @@ fieldset[disabled] .button.is-info.is-inverted {
1269
1299
  background-color: #fff;
1270
1300
  border-color: transparent;
1271
1301
  box-shadow: none;
1272
- color: #3298dc;
1302
+ color: #3e8ed0;
1273
1303
  }
1274
1304
 
1275
1305
  .button.is-info.is-loading::after {
@@ -1278,18 +1308,18 @@ fieldset[disabled] .button.is-info.is-inverted {
1278
1308
 
1279
1309
  .button.is-info.is-outlined {
1280
1310
  background-color: transparent;
1281
- border-color: #3298dc;
1282
- color: #3298dc;
1311
+ border-color: #3e8ed0;
1312
+ color: #3e8ed0;
1283
1313
  }
1284
1314
 
1285
1315
  .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
1286
- background-color: #3298dc;
1287
- border-color: #3298dc;
1316
+ background-color: #3e8ed0;
1317
+ border-color: #3e8ed0;
1288
1318
  color: #fff;
1289
1319
  }
1290
1320
 
1291
1321
  .button.is-info.is-outlined.is-loading::after {
1292
- border-color: transparent transparent #3298dc #3298dc !important;
1322
+ border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
1293
1323
  }
1294
1324
 
1295
1325
  .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
@@ -1299,9 +1329,9 @@ fieldset[disabled] .button.is-info.is-inverted {
1299
1329
  .button.is-info.is-outlined[disabled],
1300
1330
  fieldset[disabled] .button.is-info.is-outlined {
1301
1331
  background-color: transparent;
1302
- border-color: #3298dc;
1332
+ border-color: #3e8ed0;
1303
1333
  box-shadow: none;
1304
- color: #3298dc;
1334
+ color: #3e8ed0;
1305
1335
  }
1306
1336
 
1307
1337
  .button.is-info.is-inverted.is-outlined {
@@ -1312,11 +1342,11 @@ fieldset[disabled] .button.is-info.is-outlined {
1312
1342
 
1313
1343
  .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
1314
1344
  background-color: #fff;
1315
- color: #3298dc;
1345
+ color: #3e8ed0;
1316
1346
  }
1317
1347
 
1318
1348
  .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
1319
- border-color: transparent transparent #3298dc #3298dc !important;
1349
+ border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
1320
1350
  }
1321
1351
 
1322
1352
  .button.is-info.is-inverted.is-outlined[disabled],
@@ -1328,30 +1358,30 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined {
1328
1358
  }
1329
1359
 
1330
1360
  .button.is-info.is-light {
1331
- background-color: #eef6fc;
1332
- color: #1d72aa;
1361
+ background-color: #eff5fb;
1362
+ color: #296fa8;
1333
1363
  }
1334
1364
 
1335
1365
  .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
1336
- background-color: #e3f1fa;
1366
+ background-color: #e4eff9;
1337
1367
  border-color: transparent;
1338
- color: #1d72aa;
1368
+ color: #296fa8;
1339
1369
  }
1340
1370
 
1341
1371
  .button.is-info.is-light:active, .button.is-info.is-light.is-active {
1342
- background-color: #d8ebf8;
1372
+ background-color: #dae9f6;
1343
1373
  border-color: transparent;
1344
- color: #1d72aa;
1374
+ color: #296fa8;
1345
1375
  }
1346
1376
 
1347
1377
  .button.is-success {
1348
- background-color: #48c774;
1378
+ background-color: #48c78e;
1349
1379
  border-color: transparent;
1350
1380
  color: #fff;
1351
1381
  }
1352
1382
 
1353
1383
  .button.is-success:hover, .button.is-success.is-hovered {
1354
- background-color: #3ec46d;
1384
+ background-color: #3ec487;
1355
1385
  border-color: transparent;
1356
1386
  color: #fff;
1357
1387
  }
@@ -1362,25 +1392,25 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined {
1362
1392
  }
1363
1393
 
1364
1394
  .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
1365
- box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
1395
+ box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
1366
1396
  }
1367
1397
 
1368
1398
  .button.is-success:active, .button.is-success.is-active {
1369
- background-color: #3abb67;
1399
+ background-color: #3abb81;
1370
1400
  border-color: transparent;
1371
1401
  color: #fff;
1372
1402
  }
1373
1403
 
1374
1404
  .button.is-success[disabled],
1375
1405
  fieldset[disabled] .button.is-success {
1376
- background-color: #48c774;
1406
+ background-color: #48c78e;
1377
1407
  border-color: transparent;
1378
1408
  box-shadow: none;
1379
1409
  }
1380
1410
 
1381
1411
  .button.is-success.is-inverted {
1382
1412
  background-color: #fff;
1383
- color: #48c774;
1413
+ color: #48c78e;
1384
1414
  }
1385
1415
 
1386
1416
  .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
@@ -1392,7 +1422,7 @@ fieldset[disabled] .button.is-success.is-inverted {
1392
1422
  background-color: #fff;
1393
1423
  border-color: transparent;
1394
1424
  box-shadow: none;
1395
- color: #48c774;
1425
+ color: #48c78e;
1396
1426
  }
1397
1427
 
1398
1428
  .button.is-success.is-loading::after {
@@ -1401,18 +1431,18 @@ fieldset[disabled] .button.is-success.is-inverted {
1401
1431
 
1402
1432
  .button.is-success.is-outlined {
1403
1433
  background-color: transparent;
1404
- border-color: #48c774;
1405
- color: #48c774;
1434
+ border-color: #48c78e;
1435
+ color: #48c78e;
1406
1436
  }
1407
1437
 
1408
1438
  .button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
1409
- background-color: #48c774;
1410
- border-color: #48c774;
1439
+ background-color: #48c78e;
1440
+ border-color: #48c78e;
1411
1441
  color: #fff;
1412
1442
  }
1413
1443
 
1414
1444
  .button.is-success.is-outlined.is-loading::after {
1415
- border-color: transparent transparent #48c774 #48c774 !important;
1445
+ border-color: transparent transparent #48c78e #48c78e !important;
1416
1446
  }
1417
1447
 
1418
1448
  .button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
@@ -1422,9 +1452,9 @@ fieldset[disabled] .button.is-success.is-inverted {
1422
1452
  .button.is-success.is-outlined[disabled],
1423
1453
  fieldset[disabled] .button.is-success.is-outlined {
1424
1454
  background-color: transparent;
1425
- border-color: #48c774;
1455
+ border-color: #48c78e;
1426
1456
  box-shadow: none;
1427
- color: #48c774;
1457
+ color: #48c78e;
1428
1458
  }
1429
1459
 
1430
1460
  .button.is-success.is-inverted.is-outlined {
@@ -1435,11 +1465,11 @@ fieldset[disabled] .button.is-success.is-outlined {
1435
1465
 
1436
1466
  .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
1437
1467
  background-color: #fff;
1438
- color: #48c774;
1468
+ color: #48c78e;
1439
1469
  }
1440
1470
 
1441
1471
  .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
1442
- border-color: transparent transparent #48c774 #48c774 !important;
1472
+ border-color: transparent transparent #48c78e #48c78e !important;
1443
1473
  }
1444
1474
 
1445
1475
  .button.is-success.is-inverted.is-outlined[disabled],
@@ -1451,30 +1481,30 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined {
1451
1481
  }
1452
1482
 
1453
1483
  .button.is-success.is-light {
1454
- background-color: #effaf3;
1455
- color: #257942;
1484
+ background-color: #effaf5;
1485
+ color: #257953;
1456
1486
  }
1457
1487
 
1458
1488
  .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
1459
- background-color: #e6f7ec;
1489
+ background-color: #e6f7ef;
1460
1490
  border-color: transparent;
1461
- color: #257942;
1491
+ color: #257953;
1462
1492
  }
1463
1493
 
1464
1494
  .button.is-success.is-light:active, .button.is-success.is-light.is-active {
1465
- background-color: #dcf4e4;
1495
+ background-color: #dcf4e9;
1466
1496
  border-color: transparent;
1467
- color: #257942;
1497
+ color: #257953;
1468
1498
  }
1469
1499
 
1470
1500
  .button.is-warning {
1471
- background-color: #ffdd57;
1501
+ background-color: #ffe08a;
1472
1502
  border-color: transparent;
1473
1503
  color: rgba(0, 0, 0, 0.7);
1474
1504
  }
1475
1505
 
1476
1506
  .button.is-warning:hover, .button.is-warning.is-hovered {
1477
- background-color: #ffdb4a;
1507
+ background-color: #ffdc7d;
1478
1508
  border-color: transparent;
1479
1509
  color: rgba(0, 0, 0, 0.7);
1480
1510
  }
@@ -1485,25 +1515,25 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined {
1485
1515
  }
1486
1516
 
1487
1517
  .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
1488
- box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
1518
+ box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
1489
1519
  }
1490
1520
 
1491
1521
  .button.is-warning:active, .button.is-warning.is-active {
1492
- background-color: #ffd83d;
1522
+ background-color: #ffd970;
1493
1523
  border-color: transparent;
1494
1524
  color: rgba(0, 0, 0, 0.7);
1495
1525
  }
1496
1526
 
1497
1527
  .button.is-warning[disabled],
1498
1528
  fieldset[disabled] .button.is-warning {
1499
- background-color: #ffdd57;
1529
+ background-color: #ffe08a;
1500
1530
  border-color: transparent;
1501
1531
  box-shadow: none;
1502
1532
  }
1503
1533
 
1504
1534
  .button.is-warning.is-inverted {
1505
1535
  background-color: rgba(0, 0, 0, 0.7);
1506
- color: #ffdd57;
1536
+ color: #ffe08a;
1507
1537
  }
1508
1538
 
1509
1539
  .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
@@ -1515,7 +1545,7 @@ fieldset[disabled] .button.is-warning.is-inverted {
1515
1545
  background-color: rgba(0, 0, 0, 0.7);
1516
1546
  border-color: transparent;
1517
1547
  box-shadow: none;
1518
- color: #ffdd57;
1548
+ color: #ffe08a;
1519
1549
  }
1520
1550
 
1521
1551
  .button.is-warning.is-loading::after {
@@ -1524,18 +1554,18 @@ fieldset[disabled] .button.is-warning.is-inverted {
1524
1554
 
1525
1555
  .button.is-warning.is-outlined {
1526
1556
  background-color: transparent;
1527
- border-color: #ffdd57;
1528
- color: #ffdd57;
1557
+ border-color: #ffe08a;
1558
+ color: #ffe08a;
1529
1559
  }
1530
1560
 
1531
1561
  .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
1532
- background-color: #ffdd57;
1533
- border-color: #ffdd57;
1562
+ background-color: #ffe08a;
1563
+ border-color: #ffe08a;
1534
1564
  color: rgba(0, 0, 0, 0.7);
1535
1565
  }
1536
1566
 
1537
1567
  .button.is-warning.is-outlined.is-loading::after {
1538
- border-color: transparent transparent #ffdd57 #ffdd57 !important;
1568
+ border-color: transparent transparent #ffe08a #ffe08a !important;
1539
1569
  }
1540
1570
 
1541
1571
  .button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
@@ -1545,9 +1575,9 @@ fieldset[disabled] .button.is-warning.is-inverted {
1545
1575
  .button.is-warning.is-outlined[disabled],
1546
1576
  fieldset[disabled] .button.is-warning.is-outlined {
1547
1577
  background-color: transparent;
1548
- border-color: #ffdd57;
1578
+ border-color: #ffe08a;
1549
1579
  box-shadow: none;
1550
- color: #ffdd57;
1580
+ color: #ffe08a;
1551
1581
  }
1552
1582
 
1553
1583
  .button.is-warning.is-inverted.is-outlined {
@@ -1558,11 +1588,11 @@ fieldset[disabled] .button.is-warning.is-outlined {
1558
1588
 
1559
1589
  .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
1560
1590
  background-color: rgba(0, 0, 0, 0.7);
1561
- color: #ffdd57;
1591
+ color: #ffe08a;
1562
1592
  }
1563
1593
 
1564
1594
  .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
1565
- border-color: transparent transparent #ffdd57 #ffdd57 !important;
1595
+ border-color: transparent transparent #ffe08a #ffe08a !important;
1566
1596
  }
1567
1597
 
1568
1598
  .button.is-warning.is-inverted.is-outlined[disabled],
@@ -1574,20 +1604,20 @@ fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
1574
1604
  }
1575
1605
 
1576
1606
  .button.is-warning.is-light {
1577
- background-color: #fffbeb;
1578
- color: #947600;
1607
+ background-color: #fffaeb;
1608
+ color: #946c00;
1579
1609
  }
1580
1610
 
1581
1611
  .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
1582
- background-color: #fff8de;
1612
+ background-color: #fff6de;
1583
1613
  border-color: transparent;
1584
- color: #947600;
1614
+ color: #946c00;
1585
1615
  }
1586
1616
 
1587
1617
  .button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
1588
- background-color: #fff6d1;
1618
+ background-color: #fff3d1;
1589
1619
  border-color: transparent;
1590
- color: #947600;
1620
+ color: #946c00;
1591
1621
  }
1592
1622
 
1593
1623
  .button.is-danger {
@@ -1714,10 +1744,13 @@ fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
1714
1744
  }
1715
1745
 
1716
1746
  .button.is-small {
1717
- border-radius: 2px;
1718
1747
  font-size: 0.75rem;
1719
1748
  }
1720
1749
 
1750
+ .button.is-small:not(.is-rounded) {
1751
+ border-radius: 2px;
1752
+ }
1753
+
1721
1754
  .button.is-normal {
1722
1755
  font-size: 1rem;
1723
1756
  }
@@ -1750,8 +1783,8 @@ fieldset[disabled] .button {
1750
1783
 
1751
1784
  .button.is-loading::after {
1752
1785
  position: absolute;
1753
- left: calc(50% - (1em / 2));
1754
- top: calc(50% - (1em / 2));
1786
+ left: calc(50% - (1em * 0.5));
1787
+ top: calc(50% - (1em * 0.5));
1755
1788
  position: absolute !important;
1756
1789
  }
1757
1790
 
@@ -1764,7 +1797,7 @@ fieldset[disabled] .button {
1764
1797
  }
1765
1798
 
1766
1799
  .button.is-rounded {
1767
- border-radius: 290486px;
1800
+ border-radius: 9999px;
1768
1801
  padding-left: calc(1em + 0.25em);
1769
1802
  padding-right: calc(1em + 0.25em);
1770
1803
  }
@@ -1793,10 +1826,13 @@ fieldset[disabled] .button {
1793
1826
  }
1794
1827
 
1795
1828
  .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
1796
- border-radius: 2px;
1797
1829
  font-size: 0.75rem;
1798
1830
  }
1799
1831
 
1832
+ .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
1833
+ border-radius: 2px;
1834
+ }
1835
+
1800
1836
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
1801
1837
  font-size: 1.25rem;
1802
1838
  }
@@ -2097,6 +2133,10 @@ fieldset[disabled] .button {
2097
2133
  font-size: 0.75rem;
2098
2134
  }
2099
2135
 
2136
+ .content.is-normal {
2137
+ font-size: 1rem;
2138
+ }
2139
+
2100
2140
  .content.is-medium {
2101
2141
  font-size: 1.25rem;
2102
2142
  }
@@ -2128,6 +2168,32 @@ fieldset[disabled] .button {
2128
2168
  width: 3rem;
2129
2169
  }
2130
2170
 
2171
+ .icon-text {
2172
+ align-items: flex-start;
2173
+ color: inherit;
2174
+ display: inline-flex;
2175
+ flex-wrap: wrap;
2176
+ line-height: 1.5rem;
2177
+ vertical-align: top;
2178
+ }
2179
+
2180
+ .icon-text .icon {
2181
+ flex-grow: 0;
2182
+ flex-shrink: 0;
2183
+ }
2184
+
2185
+ .icon-text .icon:not(:last-child) {
2186
+ margin-right: 0.25em;
2187
+ }
2188
+
2189
+ .icon-text .icon:not(:first-child) {
2190
+ margin-left: 0.25em;
2191
+ }
2192
+
2193
+ div.icon-text {
2194
+ display: flex;
2195
+ }
2196
+
2131
2197
  .image {
2132
2198
  display: block;
2133
2199
  position: relative;
@@ -2140,7 +2206,7 @@ fieldset[disabled] .button {
2140
2206
  }
2141
2207
 
2142
2208
  .image img.is-rounded {
2143
- border-radius: 290486px;
2209
+ border-radius: 9999px;
2144
2210
  }
2145
2211
 
2146
2212
  .image.is-fullwidth {
@@ -2331,43 +2397,43 @@ fieldset[disabled] .button {
2331
2397
  }
2332
2398
 
2333
2399
  .notification.is-link {
2334
- background-color: #3273dc;
2400
+ background-color: #485fc7;
2335
2401
  color: #fff;
2336
2402
  }
2337
2403
 
2338
2404
  .notification.is-link.is-light {
2339
- background-color: #eef3fc;
2340
- color: #2160c4;
2405
+ background-color: #eff1fa;
2406
+ color: #3850b7;
2341
2407
  }
2342
2408
 
2343
2409
  .notification.is-info {
2344
- background-color: #3298dc;
2410
+ background-color: #3e8ed0;
2345
2411
  color: #fff;
2346
2412
  }
2347
2413
 
2348
2414
  .notification.is-info.is-light {
2349
- background-color: #eef6fc;
2350
- color: #1d72aa;
2415
+ background-color: #eff5fb;
2416
+ color: #296fa8;
2351
2417
  }
2352
2418
 
2353
2419
  .notification.is-success {
2354
- background-color: #48c774;
2420
+ background-color: #48c78e;
2355
2421
  color: #fff;
2356
2422
  }
2357
2423
 
2358
2424
  .notification.is-success.is-light {
2359
- background-color: #effaf3;
2360
- color: #257942;
2425
+ background-color: #effaf5;
2426
+ color: #257953;
2361
2427
  }
2362
2428
 
2363
2429
  .notification.is-warning {
2364
- background-color: #ffdd57;
2430
+ background-color: #ffe08a;
2365
2431
  color: rgba(0, 0, 0, 0.7);
2366
2432
  }
2367
2433
 
2368
2434
  .notification.is-warning.is-light {
2369
- background-color: #fffbeb;
2370
- color: #947600;
2435
+ background-color: #fffaeb;
2436
+ color: #946c00;
2371
2437
  }
2372
2438
 
2373
2439
  .notification.is-danger {
@@ -2384,7 +2450,7 @@ fieldset[disabled] .button {
2384
2450
  -moz-appearance: none;
2385
2451
  -webkit-appearance: none;
2386
2452
  border: none;
2387
- border-radius: 290486px;
2453
+ border-radius: 9999px;
2388
2454
  display: block;
2389
2455
  height: 1rem;
2390
2456
  overflow: hidden;
@@ -2490,67 +2556,67 @@ fieldset[disabled] .button {
2490
2556
  }
2491
2557
 
2492
2558
  .progress.is-link::-webkit-progress-value {
2493
- background-color: #3273dc;
2559
+ background-color: #485fc7;
2494
2560
  }
2495
2561
 
2496
2562
  .progress.is-link::-moz-progress-bar {
2497
- background-color: #3273dc;
2563
+ background-color: #485fc7;
2498
2564
  }
2499
2565
 
2500
2566
  .progress.is-link::-ms-fill {
2501
- background-color: #3273dc;
2567
+ background-color: #485fc7;
2502
2568
  }
2503
2569
 
2504
2570
  .progress.is-link:indeterminate {
2505
- background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%);
2571
+ background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%);
2506
2572
  }
2507
2573
 
2508
2574
  .progress.is-info::-webkit-progress-value {
2509
- background-color: #3298dc;
2575
+ background-color: #3e8ed0;
2510
2576
  }
2511
2577
 
2512
2578
  .progress.is-info::-moz-progress-bar {
2513
- background-color: #3298dc;
2579
+ background-color: #3e8ed0;
2514
2580
  }
2515
2581
 
2516
2582
  .progress.is-info::-ms-fill {
2517
- background-color: #3298dc;
2583
+ background-color: #3e8ed0;
2518
2584
  }
2519
2585
 
2520
2586
  .progress.is-info:indeterminate {
2521
- background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%);
2587
+ background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%);
2522
2588
  }
2523
2589
 
2524
2590
  .progress.is-success::-webkit-progress-value {
2525
- background-color: #48c774;
2591
+ background-color: #48c78e;
2526
2592
  }
2527
2593
 
2528
2594
  .progress.is-success::-moz-progress-bar {
2529
- background-color: #48c774;
2595
+ background-color: #48c78e;
2530
2596
  }
2531
2597
 
2532
2598
  .progress.is-success::-ms-fill {
2533
- background-color: #48c774;
2599
+ background-color: #48c78e;
2534
2600
  }
2535
2601
 
2536
2602
  .progress.is-success:indeterminate {
2537
- background-image: linear-gradient(to right, #48c774 30%, #ededed 30%);
2603
+ background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%);
2538
2604
  }
2539
2605
 
2540
2606
  .progress.is-warning::-webkit-progress-value {
2541
- background-color: #ffdd57;
2607
+ background-color: #ffe08a;
2542
2608
  }
2543
2609
 
2544
2610
  .progress.is-warning::-moz-progress-bar {
2545
- background-color: #ffdd57;
2611
+ background-color: #ffe08a;
2546
2612
  }
2547
2613
 
2548
2614
  .progress.is-warning::-ms-fill {
2549
- background-color: #ffdd57;
2615
+ background-color: #ffe08a;
2550
2616
  }
2551
2617
 
2552
2618
  .progress.is-warning:indeterminate {
2553
- background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%);
2619
+ background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%);
2554
2620
  }
2555
2621
 
2556
2622
  .progress.is-danger::-webkit-progress-value {
@@ -2677,29 +2743,29 @@ fieldset[disabled] .button {
2677
2743
 
2678
2744
  .table td.is-link,
2679
2745
  .table th.is-link {
2680
- background-color: #3273dc;
2681
- border-color: #3273dc;
2746
+ background-color: #485fc7;
2747
+ border-color: #485fc7;
2682
2748
  color: #fff;
2683
2749
  }
2684
2750
 
2685
2751
  .table td.is-info,
2686
2752
  .table th.is-info {
2687
- background-color: #3298dc;
2688
- border-color: #3298dc;
2753
+ background-color: #3e8ed0;
2754
+ border-color: #3e8ed0;
2689
2755
  color: #fff;
2690
2756
  }
2691
2757
 
2692
2758
  .table td.is-success,
2693
2759
  .table th.is-success {
2694
- background-color: #48c774;
2695
- border-color: #48c774;
2760
+ background-color: #48c78e;
2761
+ border-color: #48c78e;
2696
2762
  color: #fff;
2697
2763
  }
2698
2764
 
2699
2765
  .table td.is-warning,
2700
2766
  .table th.is-warning {
2701
- background-color: #ffdd57;
2702
- border-color: #ffdd57;
2767
+ background-color: #ffe08a;
2768
+ border-color: #ffe08a;
2703
2769
  color: rgba(0, 0, 0, 0.7);
2704
2770
  }
2705
2771
 
@@ -2947,43 +3013,43 @@ fieldset[disabled] .button {
2947
3013
  }
2948
3014
 
2949
3015
  .tag:not(body).is-link {
2950
- background-color: #3273dc;
3016
+ background-color: #485fc7;
2951
3017
  color: #fff;
2952
3018
  }
2953
3019
 
2954
3020
  .tag:not(body).is-link.is-light {
2955
- background-color: #eef3fc;
2956
- color: #2160c4;
3021
+ background-color: #eff1fa;
3022
+ color: #3850b7;
2957
3023
  }
2958
3024
 
2959
3025
  .tag:not(body).is-info {
2960
- background-color: #3298dc;
3026
+ background-color: #3e8ed0;
2961
3027
  color: #fff;
2962
3028
  }
2963
3029
 
2964
3030
  .tag:not(body).is-info.is-light {
2965
- background-color: #eef6fc;
2966
- color: #1d72aa;
3031
+ background-color: #eff5fb;
3032
+ color: #296fa8;
2967
3033
  }
2968
3034
 
2969
3035
  .tag:not(body).is-success {
2970
- background-color: #48c774;
3036
+ background-color: #48c78e;
2971
3037
  color: #fff;
2972
3038
  }
2973
3039
 
2974
3040
  .tag:not(body).is-success.is-light {
2975
- background-color: #effaf3;
2976
- color: #257942;
3041
+ background-color: #effaf5;
3042
+ color: #257953;
2977
3043
  }
2978
3044
 
2979
3045
  .tag:not(body).is-warning {
2980
- background-color: #ffdd57;
3046
+ background-color: #ffe08a;
2981
3047
  color: rgba(0, 0, 0, 0.7);
2982
3048
  }
2983
3049
 
2984
3050
  .tag:not(body).is-warning.is-light {
2985
- background-color: #fffbeb;
2986
- color: #947600;
3051
+ background-color: #fffaeb;
3052
+ color: #946c00;
2987
3053
  }
2988
3054
 
2989
3055
  .tag:not(body).is-danger {
@@ -3060,7 +3126,7 @@ fieldset[disabled] .button {
3060
3126
  }
3061
3127
 
3062
3128
  .tag:not(body).is-rounded {
3063
- border-radius: 290486px;
3129
+ border-radius: 9999px;
3064
3130
  }
3065
3131
 
3066
3132
  a.tag:hover {
@@ -3106,10 +3172,6 @@ a.tag:hover {
3106
3172
  font-weight: inherit;
3107
3173
  }
3108
3174
 
3109
- .title + .highlight {
3110
- margin-top: -0.75rem;
3111
- }
3112
-
3113
3175
  .title:not(.is-spaced) + .subtitle {
3114
3176
  margin-top: -1.25rem;
3115
3177
  }
@@ -3194,22 +3256,10 @@ a.tag:hover {
3194
3256
  text-transform: uppercase;
3195
3257
  }
3196
3258
 
3197
- .highlight {
3198
- font-weight: 400;
3199
- max-width: 100%;
3200
- overflow: hidden;
3201
- padding: 0;
3202
- }
3203
-
3204
- .highlight pre {
3205
- overflow: auto;
3206
- max-width: 100%;
3207
- }
3208
-
3209
3259
  .number {
3210
3260
  align-items: center;
3211
3261
  background-color: whitesmoke;
3212
- border-radius: 290486px;
3262
+ border-radius: 9999px;
3213
3263
  display: inline-flex;
3214
3264
  font-size: 1.25rem;
3215
3265
  height: 2em;
@@ -3250,8 +3300,8 @@ a.tag:hover {
3250
3300
  }
3251
3301
 
3252
3302
  .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
3253
- border-color: #3273dc;
3254
- box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
3303
+ border-color: #485fc7;
3304
+ box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
3255
3305
  }
3256
3306
 
3257
3307
  .input[disabled], .textarea[disabled], .select select[disabled],
@@ -3348,35 +3398,35 @@ fieldset[disabled] .select select:-ms-input-placeholder,
3348
3398
  }
3349
3399
 
3350
3400
  .is-link.input, .is-link.textarea {
3351
- border-color: #3273dc;
3401
+ border-color: #485fc7;
3352
3402
  }
3353
3403
 
3354
3404
  .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
3355
- box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
3405
+ box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
3356
3406
  }
3357
3407
 
3358
3408
  .is-info.input, .is-info.textarea {
3359
- border-color: #3298dc;
3409
+ border-color: #3e8ed0;
3360
3410
  }
3361
3411
 
3362
3412
  .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
3363
- box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
3413
+ box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
3364
3414
  }
3365
3415
 
3366
3416
  .is-success.input, .is-success.textarea {
3367
- border-color: #48c774;
3417
+ border-color: #48c78e;
3368
3418
  }
3369
3419
 
3370
3420
  .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
3371
- box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
3421
+ box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
3372
3422
  }
3373
3423
 
3374
3424
  .is-warning.input, .is-warning.textarea {
3375
- border-color: #ffdd57;
3425
+ border-color: #ffe08a;
3376
3426
  }
3377
3427
 
3378
3428
  .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
3379
- box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
3429
+ box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
3380
3430
  }
3381
3431
 
3382
3432
  .is-danger.input, .is-danger.textarea {
@@ -3411,7 +3461,7 @@ fieldset[disabled] .select select:-ms-input-placeholder,
3411
3461
  }
3412
3462
 
3413
3463
  .input.is-rounded {
3414
- border-radius: 290486px;
3464
+ border-radius: 9999px;
3415
3465
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
3416
3466
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
3417
3467
  }
@@ -3485,13 +3535,13 @@ fieldset[disabled] .radio,
3485
3535
  }
3486
3536
 
3487
3537
  .select:not(.is-multiple):not(.is-loading)::after {
3488
- border-color: #3273dc;
3538
+ border-color: #485fc7;
3489
3539
  right: 1.125em;
3490
3540
  z-index: 4;
3491
3541
  }
3492
3542
 
3493
3543
  .select.is-rounded select {
3494
- border-radius: 290486px;
3544
+ border-radius: 9999px;
3495
3545
  padding-left: 1em;
3496
3546
  }
3497
3547
 
@@ -3610,67 +3660,67 @@ fieldset[disabled] .select select:hover {
3610
3660
  }
3611
3661
 
3612
3662
  .select.is-link:not(:hover)::after {
3613
- border-color: #3273dc;
3663
+ border-color: #485fc7;
3614
3664
  }
3615
3665
 
3616
3666
  .select.is-link select {
3617
- border-color: #3273dc;
3667
+ border-color: #485fc7;
3618
3668
  }
3619
3669
 
3620
3670
  .select.is-link select:hover, .select.is-link select.is-hovered {
3621
- border-color: #2366d1;
3671
+ border-color: #3a51bb;
3622
3672
  }
3623
3673
 
3624
3674
  .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
3625
- box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
3675
+ box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
3626
3676
  }
3627
3677
 
3628
3678
  .select.is-info:not(:hover)::after {
3629
- border-color: #3298dc;
3679
+ border-color: #3e8ed0;
3630
3680
  }
3631
3681
 
3632
3682
  .select.is-info select {
3633
- border-color: #3298dc;
3683
+ border-color: #3e8ed0;
3634
3684
  }
3635
3685
 
3636
3686
  .select.is-info select:hover, .select.is-info select.is-hovered {
3637
- border-color: #238cd1;
3687
+ border-color: #3082c5;
3638
3688
  }
3639
3689
 
3640
3690
  .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
3641
- box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
3691
+ box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
3642
3692
  }
3643
3693
 
3644
3694
  .select.is-success:not(:hover)::after {
3645
- border-color: #48c774;
3695
+ border-color: #48c78e;
3646
3696
  }
3647
3697
 
3648
3698
  .select.is-success select {
3649
- border-color: #48c774;
3699
+ border-color: #48c78e;
3650
3700
  }
3651
3701
 
3652
3702
  .select.is-success select:hover, .select.is-success select.is-hovered {
3653
- border-color: #3abb67;
3703
+ border-color: #3abb81;
3654
3704
  }
3655
3705
 
3656
3706
  .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
3657
- box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
3707
+ box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
3658
3708
  }
3659
3709
 
3660
3710
  .select.is-warning:not(:hover)::after {
3661
- border-color: #ffdd57;
3711
+ border-color: #ffe08a;
3662
3712
  }
3663
3713
 
3664
3714
  .select.is-warning select {
3665
- border-color: #ffdd57;
3715
+ border-color: #ffe08a;
3666
3716
  }
3667
3717
 
3668
3718
  .select.is-warning select:hover, .select.is-warning select.is-hovered {
3669
- border-color: #ffd83d;
3719
+ border-color: #ffd970;
3670
3720
  }
3671
3721
 
3672
3722
  .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
3673
- box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
3723
+ box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
3674
3724
  }
3675
3725
 
3676
3726
  .select.is-danger:not(:hover)::after {
@@ -3862,97 +3912,97 @@ fieldset[disabled] .select select:hover {
3862
3912
  }
3863
3913
 
3864
3914
  .file.is-link .file-cta {
3865
- background-color: #3273dc;
3915
+ background-color: #485fc7;
3866
3916
  border-color: transparent;
3867
3917
  color: #fff;
3868
3918
  }
3869
3919
 
3870
3920
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
3871
- background-color: #276cda;
3921
+ background-color: #3e56c4;
3872
3922
  border-color: transparent;
3873
3923
  color: #fff;
3874
3924
  }
3875
3925
 
3876
3926
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
3877
3927
  border-color: transparent;
3878
- box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
3928
+ box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
3879
3929
  color: #fff;
3880
3930
  }
3881
3931
 
3882
3932
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
3883
- background-color: #2366d1;
3933
+ background-color: #3a51bb;
3884
3934
  border-color: transparent;
3885
3935
  color: #fff;
3886
3936
  }
3887
3937
 
3888
3938
  .file.is-info .file-cta {
3889
- background-color: #3298dc;
3939
+ background-color: #3e8ed0;
3890
3940
  border-color: transparent;
3891
3941
  color: #fff;
3892
3942
  }
3893
3943
 
3894
3944
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
3895
- background-color: #2793da;
3945
+ background-color: #3488ce;
3896
3946
  border-color: transparent;
3897
3947
  color: #fff;
3898
3948
  }
3899
3949
 
3900
3950
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
3901
3951
  border-color: transparent;
3902
- box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
3952
+ box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
3903
3953
  color: #fff;
3904
3954
  }
3905
3955
 
3906
3956
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
3907
- background-color: #238cd1;
3957
+ background-color: #3082c5;
3908
3958
  border-color: transparent;
3909
3959
  color: #fff;
3910
3960
  }
3911
3961
 
3912
3962
  .file.is-success .file-cta {
3913
- background-color: #48c774;
3963
+ background-color: #48c78e;
3914
3964
  border-color: transparent;
3915
3965
  color: #fff;
3916
3966
  }
3917
3967
 
3918
3968
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
3919
- background-color: #3ec46d;
3969
+ background-color: #3ec487;
3920
3970
  border-color: transparent;
3921
3971
  color: #fff;
3922
3972
  }
3923
3973
 
3924
3974
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
3925
3975
  border-color: transparent;
3926
- box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
3976
+ box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
3927
3977
  color: #fff;
3928
3978
  }
3929
3979
 
3930
3980
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
3931
- background-color: #3abb67;
3981
+ background-color: #3abb81;
3932
3982
  border-color: transparent;
3933
3983
  color: #fff;
3934
3984
  }
3935
3985
 
3936
3986
  .file.is-warning .file-cta {
3937
- background-color: #ffdd57;
3987
+ background-color: #ffe08a;
3938
3988
  border-color: transparent;
3939
3989
  color: rgba(0, 0, 0, 0.7);
3940
3990
  }
3941
3991
 
3942
3992
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
3943
- background-color: #ffdb4a;
3993
+ background-color: #ffdc7d;
3944
3994
  border-color: transparent;
3945
3995
  color: rgba(0, 0, 0, 0.7);
3946
3996
  }
3947
3997
 
3948
3998
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
3949
3999
  border-color: transparent;
3950
- box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
4000
+ box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
3951
4001
  color: rgba(0, 0, 0, 0.7);
3952
4002
  }
3953
4003
 
3954
4004
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
3955
- background-color: #ffd83d;
4005
+ background-color: #ffd970;
3956
4006
  border-color: transparent;
3957
4007
  color: rgba(0, 0, 0, 0.7);
3958
4008
  }
@@ -3985,6 +4035,10 @@ fieldset[disabled] .select select:hover {
3985
4035
  font-size: 0.75rem;
3986
4036
  }
3987
4037
 
4038
+ .file.is-normal {
4039
+ font-size: 1rem;
4040
+ }
4041
+
3988
4042
  .file.is-medium {
3989
4043
  font-size: 1.25rem;
3990
4044
  }
@@ -4216,19 +4270,19 @@ fieldset[disabled] .select select:hover {
4216
4270
  }
4217
4271
 
4218
4272
  .help.is-link {
4219
- color: #3273dc;
4273
+ color: #485fc7;
4220
4274
  }
4221
4275
 
4222
4276
  .help.is-info {
4223
- color: #3298dc;
4277
+ color: #3e8ed0;
4224
4278
  }
4225
4279
 
4226
4280
  .help.is-success {
4227
- color: #48c774;
4281
+ color: #48c78e;
4228
4282
  }
4229
4283
 
4230
4284
  .help.is-warning {
4231
- color: #ffdd57;
4285
+ color: #ffe08a;
4232
4286
  }
4233
4287
 
4234
4288
  .help.is-danger {
@@ -4514,7 +4568,7 @@ fieldset[disabled] .select select:hover {
4514
4568
 
4515
4569
  .breadcrumb a {
4516
4570
  align-items: center;
4517
- color: #3273dc;
4571
+ color: #485fc7;
4518
4572
  display: flex;
4519
4573
  justify-content: center;
4520
4574
  padding: 0 0.75em;
@@ -4604,10 +4658,19 @@ fieldset[disabled] .select select:hover {
4604
4658
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
4605
4659
  color: #4a4a4a;
4606
4660
  max-width: 100%;
4607
- overflow: hidden;
4608
4661
  position: relative;
4609
4662
  }
4610
4663
 
4664
+ .card-header:first-child, .card-content:first-child, .card-footer:first-child {
4665
+ border-top-left-radius: 0.25rem;
4666
+ border-top-right-radius: 0.25rem;
4667
+ }
4668
+
4669
+ .card-header:last-child, .card-content:last-child, .card-footer:last-child {
4670
+ border-bottom-left-radius: 0.25rem;
4671
+ border-bottom-right-radius: 0.25rem;
4672
+ }
4673
+
4611
4674
  .card-header {
4612
4675
  background-color: transparent;
4613
4676
  align-items: stretch;
@@ -4629,6 +4692,16 @@ fieldset[disabled] .select select:hover {
4629
4692
  }
4630
4693
 
4631
4694
  .card-header-icon {
4695
+ -moz-appearance: none;
4696
+ -webkit-appearance: none;
4697
+ appearance: none;
4698
+ background: none;
4699
+ border: none;
4700
+ color: currentColor;
4701
+ font-family: inherit;
4702
+ font-size: 1em;
4703
+ margin: 0;
4704
+ padding: 0;
4632
4705
  align-items: center;
4633
4706
  cursor: pointer;
4634
4707
  display: flex;
@@ -4641,6 +4714,16 @@ fieldset[disabled] .select select:hover {
4641
4714
  position: relative;
4642
4715
  }
4643
4716
 
4717
+ .card-image:first-child img {
4718
+ border-top-left-radius: 0.25rem;
4719
+ border-top-right-radius: 0.25rem;
4720
+ }
4721
+
4722
+ .card-image:last-child img {
4723
+ border-bottom-left-radius: 0.25rem;
4724
+ border-bottom-right-radius: 0.25rem;
4725
+ }
4726
+
4644
4727
  .card-content {
4645
4728
  background-color: transparent;
4646
4729
  padding: 1.5rem;
@@ -4736,7 +4819,7 @@ button.dropdown-item:hover {
4736
4819
 
4737
4820
  a.dropdown-item.is-active,
4738
4821
  button.dropdown-item.is-active {
4739
- background-color: #3273dc;
4822
+ background-color: #485fc7;
4740
4823
  color: #fff;
4741
4824
  }
4742
4825
 
@@ -4961,7 +5044,7 @@ button.dropdown-item.is-active {
4961
5044
  }
4962
5045
 
4963
5046
  .menu-list a.is-active {
4964
- background-color: #3273dc;
5047
+ background-color: #485fc7;
4965
5048
  color: #fff;
4966
5049
  }
4967
5050
 
@@ -5080,59 +5163,59 @@ button.dropdown-item.is-active {
5080
5163
  }
5081
5164
 
5082
5165
  .message.is-link {
5083
- background-color: #eef3fc;
5166
+ background-color: #eff1fa;
5084
5167
  }
5085
5168
 
5086
5169
  .message.is-link .message-header {
5087
- background-color: #3273dc;
5170
+ background-color: #485fc7;
5088
5171
  color: #fff;
5089
5172
  }
5090
5173
 
5091
5174
  .message.is-link .message-body {
5092
- border-color: #3273dc;
5093
- color: #2160c4;
5175
+ border-color: #485fc7;
5176
+ color: #3850b7;
5094
5177
  }
5095
5178
 
5096
5179
  .message.is-info {
5097
- background-color: #eef6fc;
5180
+ background-color: #eff5fb;
5098
5181
  }
5099
5182
 
5100
5183
  .message.is-info .message-header {
5101
- background-color: #3298dc;
5184
+ background-color: #3e8ed0;
5102
5185
  color: #fff;
5103
5186
  }
5104
5187
 
5105
5188
  .message.is-info .message-body {
5106
- border-color: #3298dc;
5107
- color: #1d72aa;
5189
+ border-color: #3e8ed0;
5190
+ color: #296fa8;
5108
5191
  }
5109
5192
 
5110
5193
  .message.is-success {
5111
- background-color: #effaf3;
5194
+ background-color: #effaf5;
5112
5195
  }
5113
5196
 
5114
5197
  .message.is-success .message-header {
5115
- background-color: #48c774;
5198
+ background-color: #48c78e;
5116
5199
  color: #fff;
5117
5200
  }
5118
5201
 
5119
5202
  .message.is-success .message-body {
5120
- border-color: #48c774;
5121
- color: #257942;
5203
+ border-color: #48c78e;
5204
+ color: #257953;
5122
5205
  }
5123
5206
 
5124
5207
  .message.is-warning {
5125
- background-color: #fffbeb;
5208
+ background-color: #fffaeb;
5126
5209
  }
5127
5210
 
5128
5211
  .message.is-warning .message-header {
5129
- background-color: #ffdd57;
5212
+ background-color: #ffe08a;
5130
5213
  color: rgba(0, 0, 0, 0.7);
5131
5214
  }
5132
5215
 
5133
5216
  .message.is-warning .message-body {
5134
- border-color: #ffdd57;
5135
- color: #947600;
5217
+ border-color: #ffe08a;
5218
+ color: #946c00;
5136
5219
  }
5137
5220
 
5138
5221
  .message.is-danger {
@@ -5607,7 +5690,7 @@ button.dropdown-item.is-active {
5607
5690
  }
5608
5691
 
5609
5692
  .navbar.is-link {
5610
- background-color: #3273dc;
5693
+ background-color: #485fc7;
5611
5694
  color: #fff;
5612
5695
  }
5613
5696
 
@@ -5620,7 +5703,7 @@ button.dropdown-item.is-active {
5620
5703
  .navbar.is-link .navbar-brand .navbar-link:focus,
5621
5704
  .navbar.is-link .navbar-brand .navbar-link:hover,
5622
5705
  .navbar.is-link .navbar-brand .navbar-link.is-active {
5623
- background-color: #2366d1;
5706
+ background-color: #3a51bb;
5624
5707
  color: #fff;
5625
5708
  }
5626
5709
 
@@ -5649,7 +5732,7 @@ button.dropdown-item.is-active {
5649
5732
  .navbar.is-link .navbar-end .navbar-link:focus,
5650
5733
  .navbar.is-link .navbar-end .navbar-link:hover,
5651
5734
  .navbar.is-link .navbar-end .navbar-link.is-active {
5652
- background-color: #2366d1;
5735
+ background-color: #3a51bb;
5653
5736
  color: #fff;
5654
5737
  }
5655
5738
  .navbar.is-link .navbar-start .navbar-link::after,
@@ -5659,17 +5742,17 @@ button.dropdown-item.is-active {
5659
5742
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
5660
5743
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
5661
5744
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
5662
- background-color: #2366d1;
5745
+ background-color: #3a51bb;
5663
5746
  color: #fff;
5664
5747
  }
5665
5748
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
5666
- background-color: #3273dc;
5749
+ background-color: #485fc7;
5667
5750
  color: #fff;
5668
5751
  }
5669
5752
  }
5670
5753
 
5671
5754
  .navbar.is-info {
5672
- background-color: #3298dc;
5755
+ background-color: #3e8ed0;
5673
5756
  color: #fff;
5674
5757
  }
5675
5758
 
@@ -5682,7 +5765,7 @@ button.dropdown-item.is-active {
5682
5765
  .navbar.is-info .navbar-brand .navbar-link:focus,
5683
5766
  .navbar.is-info .navbar-brand .navbar-link:hover,
5684
5767
  .navbar.is-info .navbar-brand .navbar-link.is-active {
5685
- background-color: #238cd1;
5768
+ background-color: #3082c5;
5686
5769
  color: #fff;
5687
5770
  }
5688
5771
 
@@ -5711,7 +5794,7 @@ button.dropdown-item.is-active {
5711
5794
  .navbar.is-info .navbar-end .navbar-link:focus,
5712
5795
  .navbar.is-info .navbar-end .navbar-link:hover,
5713
5796
  .navbar.is-info .navbar-end .navbar-link.is-active {
5714
- background-color: #238cd1;
5797
+ background-color: #3082c5;
5715
5798
  color: #fff;
5716
5799
  }
5717
5800
  .navbar.is-info .navbar-start .navbar-link::after,
@@ -5721,17 +5804,17 @@ button.dropdown-item.is-active {
5721
5804
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
5722
5805
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
5723
5806
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
5724
- background-color: #238cd1;
5807
+ background-color: #3082c5;
5725
5808
  color: #fff;
5726
5809
  }
5727
5810
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
5728
- background-color: #3298dc;
5811
+ background-color: #3e8ed0;
5729
5812
  color: #fff;
5730
5813
  }
5731
5814
  }
5732
5815
 
5733
5816
  .navbar.is-success {
5734
- background-color: #48c774;
5817
+ background-color: #48c78e;
5735
5818
  color: #fff;
5736
5819
  }
5737
5820
 
@@ -5744,7 +5827,7 @@ button.dropdown-item.is-active {
5744
5827
  .navbar.is-success .navbar-brand .navbar-link:focus,
5745
5828
  .navbar.is-success .navbar-brand .navbar-link:hover,
5746
5829
  .navbar.is-success .navbar-brand .navbar-link.is-active {
5747
- background-color: #3abb67;
5830
+ background-color: #3abb81;
5748
5831
  color: #fff;
5749
5832
  }
5750
5833
 
@@ -5773,7 +5856,7 @@ button.dropdown-item.is-active {
5773
5856
  .navbar.is-success .navbar-end .navbar-link:focus,
5774
5857
  .navbar.is-success .navbar-end .navbar-link:hover,
5775
5858
  .navbar.is-success .navbar-end .navbar-link.is-active {
5776
- background-color: #3abb67;
5859
+ background-color: #3abb81;
5777
5860
  color: #fff;
5778
5861
  }
5779
5862
  .navbar.is-success .navbar-start .navbar-link::after,
@@ -5783,17 +5866,17 @@ button.dropdown-item.is-active {
5783
5866
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
5784
5867
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
5785
5868
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
5786
- background-color: #3abb67;
5869
+ background-color: #3abb81;
5787
5870
  color: #fff;
5788
5871
  }
5789
5872
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
5790
- background-color: #48c774;
5873
+ background-color: #48c78e;
5791
5874
  color: #fff;
5792
5875
  }
5793
5876
  }
5794
5877
 
5795
5878
  .navbar.is-warning {
5796
- background-color: #ffdd57;
5879
+ background-color: #ffe08a;
5797
5880
  color: rgba(0, 0, 0, 0.7);
5798
5881
  }
5799
5882
 
@@ -5806,7 +5889,7 @@ button.dropdown-item.is-active {
5806
5889
  .navbar.is-warning .navbar-brand .navbar-link:focus,
5807
5890
  .navbar.is-warning .navbar-brand .navbar-link:hover,
5808
5891
  .navbar.is-warning .navbar-brand .navbar-link.is-active {
5809
- background-color: #ffd83d;
5892
+ background-color: #ffd970;
5810
5893
  color: rgba(0, 0, 0, 0.7);
5811
5894
  }
5812
5895
 
@@ -5835,7 +5918,7 @@ button.dropdown-item.is-active {
5835
5918
  .navbar.is-warning .navbar-end .navbar-link:focus,
5836
5919
  .navbar.is-warning .navbar-end .navbar-link:hover,
5837
5920
  .navbar.is-warning .navbar-end .navbar-link.is-active {
5838
- background-color: #ffd83d;
5921
+ background-color: #ffd970;
5839
5922
  color: rgba(0, 0, 0, 0.7);
5840
5923
  }
5841
5924
  .navbar.is-warning .navbar-start .navbar-link::after,
@@ -5845,11 +5928,11 @@ button.dropdown-item.is-active {
5845
5928
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
5846
5929
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
5847
5930
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
5848
- background-color: #ffd83d;
5931
+ background-color: #ffd970;
5849
5932
  color: rgba(0, 0, 0, 0.7);
5850
5933
  }
5851
5934
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
5852
- background-color: #ffdd57;
5935
+ background-color: #ffe08a;
5853
5936
  color: rgba(0, 0, 0, 0.7);
5854
5937
  }
5855
5938
  }
@@ -6056,7 +6139,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6056
6139
  .navbar-link:hover,
6057
6140
  .navbar-link.is-active {
6058
6141
  background-color: #fafafa;
6059
- color: #3273dc;
6142
+ color: #485fc7;
6060
6143
  }
6061
6144
 
6062
6145
  .navbar-item {
@@ -6085,15 +6168,15 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6085
6168
 
6086
6169
  .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
6087
6170
  background-color: transparent;
6088
- border-bottom-color: #3273dc;
6171
+ border-bottom-color: #485fc7;
6089
6172
  }
6090
6173
 
6091
6174
  .navbar-item.is-tab.is-active {
6092
6175
  background-color: transparent;
6093
- border-bottom-color: #3273dc;
6176
+ border-bottom-color: #485fc7;
6094
6177
  border-bottom-style: solid;
6095
6178
  border-bottom-width: 3px;
6096
- color: #3273dc;
6179
+ color: #485fc7;
6097
6180
  padding-bottom: calc(0.5rem - 3px);
6098
6181
  }
6099
6182
 
@@ -6107,7 +6190,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6107
6190
  }
6108
6191
 
6109
6192
  .navbar-link:not(.is-arrowless)::after {
6110
- border-color: #3273dc;
6193
+ border-color: #485fc7;
6111
6194
  margin-top: -0.375em;
6112
6195
  right: 1.125em;
6113
6196
  }
@@ -6218,7 +6301,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6218
6301
  }
6219
6302
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
6220
6303
  background-color: whitesmoke;
6221
- color: #3273dc;
6304
+ color: #485fc7;
6222
6305
  }
6223
6306
  .navbar-burger {
6224
6307
  display: none;
@@ -6289,7 +6372,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6289
6372
  }
6290
6373
  .navbar-dropdown a.navbar-item.is-active {
6291
6374
  background-color: whitesmoke;
6292
- color: #3273dc;
6375
+ color: #485fc7;
6293
6376
  }
6294
6377
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
6295
6378
  border-radius: 6px;
@@ -6387,11 +6470,11 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6387
6470
  .pagination.is-rounded .pagination-next {
6388
6471
  padding-left: 1em;
6389
6472
  padding-right: 1em;
6390
- border-radius: 290486px;
6473
+ border-radius: 9999px;
6391
6474
  }
6392
6475
 
6393
6476
  .pagination.is-rounded .pagination-link {
6394
- border-radius: 290486px;
6477
+ border-radius: 9999px;
6395
6478
  }
6396
6479
 
6397
6480
  .pagination,
@@ -6432,7 +6515,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6432
6515
  .pagination-previous:focus,
6433
6516
  .pagination-next:focus,
6434
6517
  .pagination-link:focus {
6435
- border-color: #3273dc;
6518
+ border-color: #485fc7;
6436
6519
  }
6437
6520
 
6438
6521
  .pagination-previous:active,
@@ -6459,8 +6542,8 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6459
6542
  }
6460
6543
 
6461
6544
  .pagination-link.is-current {
6462
- background-color: #3273dc;
6463
- border-color: #3273dc;
6545
+ background-color: #485fc7;
6546
+ border-color: #485fc7;
6464
6547
  color: #fff;
6465
6548
  }
6466
6549
 
@@ -6473,6 +6556,10 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6473
6556
  flex-wrap: wrap;
6474
6557
  }
6475
6558
 
6559
+ .pagination-list li {
6560
+ list-style: none;
6561
+ }
6562
+
6476
6563
  @media screen and (max-width: 768px) {
6477
6564
  .pagination {
6478
6565
  flex-wrap: wrap;
@@ -6495,6 +6582,13 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6495
6582
  justify-content: flex-start;
6496
6583
  order: 1;
6497
6584
  }
6585
+ .pagination-previous,
6586
+ .pagination-next,
6587
+ .pagination-link,
6588
+ .pagination-ellipsis {
6589
+ margin-bottom: 0;
6590
+ margin-top: 0;
6591
+ }
6498
6592
  .pagination-previous {
6499
6593
  order: 2;
6500
6594
  }
@@ -6503,6 +6597,8 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6503
6597
  }
6504
6598
  .pagination {
6505
6599
  justify-content: space-between;
6600
+ margin-bottom: 0;
6601
+ margin-top: 0;
6506
6602
  }
6507
6603
  .pagination.is-centered .pagination-previous {
6508
6604
  order: 1;
@@ -6602,55 +6698,55 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6602
6698
  }
6603
6699
 
6604
6700
  .panel.is-link .panel-heading {
6605
- background-color: #3273dc;
6701
+ background-color: #485fc7;
6606
6702
  color: #fff;
6607
6703
  }
6608
6704
 
6609
6705
  .panel.is-link .panel-tabs a.is-active {
6610
- border-bottom-color: #3273dc;
6706
+ border-bottom-color: #485fc7;
6611
6707
  }
6612
6708
 
6613
6709
  .panel.is-link .panel-block.is-active .panel-icon {
6614
- color: #3273dc;
6710
+ color: #485fc7;
6615
6711
  }
6616
6712
 
6617
6713
  .panel.is-info .panel-heading {
6618
- background-color: #3298dc;
6714
+ background-color: #3e8ed0;
6619
6715
  color: #fff;
6620
6716
  }
6621
6717
 
6622
6718
  .panel.is-info .panel-tabs a.is-active {
6623
- border-bottom-color: #3298dc;
6719
+ border-bottom-color: #3e8ed0;
6624
6720
  }
6625
6721
 
6626
6722
  .panel.is-info .panel-block.is-active .panel-icon {
6627
- color: #3298dc;
6723
+ color: #3e8ed0;
6628
6724
  }
6629
6725
 
6630
6726
  .panel.is-success .panel-heading {
6631
- background-color: #48c774;
6727
+ background-color: #48c78e;
6632
6728
  color: #fff;
6633
6729
  }
6634
6730
 
6635
6731
  .panel.is-success .panel-tabs a.is-active {
6636
- border-bottom-color: #48c774;
6732
+ border-bottom-color: #48c78e;
6637
6733
  }
6638
6734
 
6639
6735
  .panel.is-success .panel-block.is-active .panel-icon {
6640
- color: #48c774;
6736
+ color: #48c78e;
6641
6737
  }
6642
6738
 
6643
6739
  .panel.is-warning .panel-heading {
6644
- background-color: #ffdd57;
6740
+ background-color: #ffe08a;
6645
6741
  color: rgba(0, 0, 0, 0.7);
6646
6742
  }
6647
6743
 
6648
6744
  .panel.is-warning .panel-tabs a.is-active {
6649
- border-bottom-color: #ffdd57;
6745
+ border-bottom-color: #ffe08a;
6650
6746
  }
6651
6747
 
6652
6748
  .panel.is-warning .panel-block.is-active .panel-icon {
6653
- color: #ffdd57;
6749
+ color: #ffe08a;
6654
6750
  }
6655
6751
 
6656
6752
  .panel.is-danger .panel-heading {
@@ -6704,7 +6800,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6704
6800
  }
6705
6801
 
6706
6802
  .panel-list a:hover {
6707
- color: #3273dc;
6803
+ color: #485fc7;
6708
6804
  }
6709
6805
 
6710
6806
  .panel-block {
@@ -6730,12 +6826,12 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
6730
6826
  }
6731
6827
 
6732
6828
  .panel-block.is-active {
6733
- border-left-color: #3273dc;
6829
+ border-left-color: #485fc7;
6734
6830
  color: #363636;
6735
6831
  }
6736
6832
 
6737
6833
  .panel-block.is-active .panel-icon {
6738
- color: #3273dc;
6834
+ color: #485fc7;
6739
6835
  }
6740
6836
 
6741
6837
  .panel-block:last-child {
@@ -6804,8 +6900,8 @@ label.panel-block:hover {
6804
6900
  }
6805
6901
 
6806
6902
  .tabs li.is-active a {
6807
- border-bottom-color: #3273dc;
6808
- color: #3273dc;
6903
+ border-bottom-color: #485fc7;
6904
+ color: #485fc7;
6809
6905
  }
6810
6906
 
6811
6907
  .tabs ul {
@@ -6901,8 +6997,8 @@ label.panel-block:hover {
6901
6997
  }
6902
6998
 
6903
6999
  .tabs.is-toggle li.is-active a {
6904
- background-color: #3273dc;
6905
- border-color: #3273dc;
7000
+ background-color: #485fc7;
7001
+ border-color: #485fc7;
6906
7002
  color: #fff;
6907
7003
  z-index: 1;
6908
7004
  }
@@ -6912,14 +7008,14 @@ label.panel-block:hover {
6912
7008
  }
6913
7009
 
6914
7010
  .tabs.is-toggle.is-toggle-rounded li:first-child a {
6915
- border-bottom-left-radius: 290486px;
6916
- border-top-left-radius: 290486px;
7011
+ border-bottom-left-radius: 9999px;
7012
+ border-top-left-radius: 9999px;
6917
7013
  padding-left: 1.25em;
6918
7014
  }
6919
7015
 
6920
7016
  .tabs.is-toggle.is-toggle-rounded li:last-child a {
6921
- border-bottom-right-radius: 290486px;
6922
- border-top-right-radius: 290486px;
7017
+ border-bottom-right-radius: 9999px;
7018
+ border-top-right-radius: 9999px;
6923
7019
  padding-right: 1.25em;
6924
7020
  }
6925
7021
 
@@ -6946,6 +7042,7 @@ label.panel-block:hover {
6946
7042
 
6947
7043
  .columns.is-mobile > .column.is-narrow {
6948
7044
  flex: none;
7045
+ width: unset;
6949
7046
  }
6950
7047
 
6951
7048
  .columns.is-mobile > .column.is-full {
@@ -7154,6 +7251,7 @@ label.panel-block:hover {
7154
7251
  @media screen and (max-width: 768px) {
7155
7252
  .column.is-narrow-mobile {
7156
7253
  flex: none;
7254
+ width: unset;
7157
7255
  }
7158
7256
  .column.is-full-mobile {
7159
7257
  flex: none;
@@ -7318,6 +7416,7 @@ label.panel-block:hover {
7318
7416
  @media screen and (min-width: 769px), print {
7319
7417
  .column.is-narrow, .column.is-narrow-tablet {
7320
7418
  flex: none;
7419
+ width: unset;
7321
7420
  }
7322
7421
  .column.is-full, .column.is-full-tablet {
7323
7422
  flex: none;
@@ -7482,6 +7581,7 @@ label.panel-block:hover {
7482
7581
  @media screen and (max-width: 1023px) {
7483
7582
  .column.is-narrow-touch {
7484
7583
  flex: none;
7584
+ width: unset;
7485
7585
  }
7486
7586
  .column.is-full-touch {
7487
7587
  flex: none;
@@ -7646,6 +7746,7 @@ label.panel-block:hover {
7646
7746
  @media screen and (min-width: 1024px) {
7647
7747
  .column.is-narrow-desktop {
7648
7748
  flex: none;
7749
+ width: unset;
7649
7750
  }
7650
7751
  .column.is-full-desktop {
7651
7752
  flex: none;
@@ -7810,6 +7911,7 @@ label.panel-block:hover {
7810
7911
  @media screen and (min-width: 1216px) {
7811
7912
  .column.is-narrow-widescreen {
7812
7913
  flex: none;
7914
+ width: unset;
7813
7915
  }
7814
7916
  .column.is-full-widescreen {
7815
7917
  flex: none;
@@ -7974,6 +8076,7 @@ label.panel-block:hover {
7974
8076
  @media screen and (min-width: 1408px) {
7975
8077
  .column.is-narrow-fullhd {
7976
8078
  flex: none;
8079
+ width: unset;
7977
8080
  }
7978
8081
  .column.is-full-fullhd {
7979
8082
  flex: none;
@@ -8202,7 +8305,7 @@ label.panel-block:hover {
8202
8305
  margin-right: calc(-1 * var(--columnGap));
8203
8306
  }
8204
8307
 
8205
- .columns.is-variable .column {
8308
+ .columns.is-variable > .column {
8206
8309
  padding-left: var(--columnGap);
8207
8310
  padding-right: var(--columnGap);
8208
8311
  }
@@ -8910,147 +9013,147 @@ a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
8910
9013
  }
8911
9014
 
8912
9015
  .has-text-link {
8913
- color: #3273dc !important;
9016
+ color: #485fc7 !important;
8914
9017
  }
8915
9018
 
8916
9019
  a.has-text-link:hover, a.has-text-link:focus {
8917
- color: #205bbc !important;
9020
+ color: #3449a8 !important;
8918
9021
  }
8919
9022
 
8920
9023
  .has-background-link {
8921
- background-color: #3273dc !important;
9024
+ background-color: #485fc7 !important;
8922
9025
  }
8923
9026
 
8924
9027
  .has-text-link-light {
8925
- color: #eef3fc !important;
9028
+ color: #eff1fa !important;
8926
9029
  }
8927
9030
 
8928
9031
  a.has-text-link-light:hover, a.has-text-link-light:focus {
8929
- color: #c2d5f5 !important;
9032
+ color: #c8cfee !important;
8930
9033
  }
8931
9034
 
8932
9035
  .has-background-link-light {
8933
- background-color: #eef3fc !important;
9036
+ background-color: #eff1fa !important;
8934
9037
  }
8935
9038
 
8936
9039
  .has-text-link-dark {
8937
- color: #2160c4 !important;
9040
+ color: #3850b7 !important;
8938
9041
  }
8939
9042
 
8940
9043
  a.has-text-link-dark:hover, a.has-text-link-dark:focus {
8941
- color: #3b79de !important;
9044
+ color: #576dcb !important;
8942
9045
  }
8943
9046
 
8944
9047
  .has-background-link-dark {
8945
- background-color: #2160c4 !important;
9048
+ background-color: #3850b7 !important;
8946
9049
  }
8947
9050
 
8948
9051
  .has-text-info {
8949
- color: #3298dc !important;
9052
+ color: #3e8ed0 !important;
8950
9053
  }
8951
9054
 
8952
9055
  a.has-text-info:hover, a.has-text-info:focus {
8953
- color: #207dbc !important;
9056
+ color: #2b74b1 !important;
8954
9057
  }
8955
9058
 
8956
9059
  .has-background-info {
8957
- background-color: #3298dc !important;
9060
+ background-color: #3e8ed0 !important;
8958
9061
  }
8959
9062
 
8960
9063
  .has-text-info-light {
8961
- color: #eef6fc !important;
9064
+ color: #eff5fb !important;
8962
9065
  }
8963
9066
 
8964
9067
  a.has-text-info-light:hover, a.has-text-info-light:focus {
8965
- color: #c2e0f5 !important;
9068
+ color: #c6ddf1 !important;
8966
9069
  }
8967
9070
 
8968
9071
  .has-background-info-light {
8969
- background-color: #eef6fc !important;
9072
+ background-color: #eff5fb !important;
8970
9073
  }
8971
9074
 
8972
9075
  .has-text-info-dark {
8973
- color: #1d72aa !important;
9076
+ color: #296fa8 !important;
8974
9077
  }
8975
9078
 
8976
9079
  a.has-text-info-dark:hover, a.has-text-info-dark:focus {
8977
- color: #248fd6 !important;
9080
+ color: #368ace !important;
8978
9081
  }
8979
9082
 
8980
9083
  .has-background-info-dark {
8981
- background-color: #1d72aa !important;
9084
+ background-color: #296fa8 !important;
8982
9085
  }
8983
9086
 
8984
9087
  .has-text-success {
8985
- color: #48c774 !important;
9088
+ color: #48c78e !important;
8986
9089
  }
8987
9090
 
8988
9091
  a.has-text-success:hover, a.has-text-success:focus {
8989
- color: #34a85c !important;
9092
+ color: #34a873 !important;
8990
9093
  }
8991
9094
 
8992
9095
  .has-background-success {
8993
- background-color: #48c774 !important;
9096
+ background-color: #48c78e !important;
8994
9097
  }
8995
9098
 
8996
9099
  .has-text-success-light {
8997
- color: #effaf3 !important;
9100
+ color: #effaf5 !important;
8998
9101
  }
8999
9102
 
9000
9103
  a.has-text-success-light:hover, a.has-text-success-light:focus {
9001
- color: #c8eed6 !important;
9104
+ color: #c8eedd !important;
9002
9105
  }
9003
9106
 
9004
9107
  .has-background-success-light {
9005
- background-color: #effaf3 !important;
9108
+ background-color: #effaf5 !important;
9006
9109
  }
9007
9110
 
9008
9111
  .has-text-success-dark {
9009
- color: #257942 !important;
9112
+ color: #257953 !important;
9010
9113
  }
9011
9114
 
9012
9115
  a.has-text-success-dark:hover, a.has-text-success-dark:focus {
9013
- color: #31a058 !important;
9116
+ color: #31a06e !important;
9014
9117
  }
9015
9118
 
9016
9119
  .has-background-success-dark {
9017
- background-color: #257942 !important;
9120
+ background-color: #257953 !important;
9018
9121
  }
9019
9122
 
9020
9123
  .has-text-warning {
9021
- color: #ffdd57 !important;
9124
+ color: #ffe08a !important;
9022
9125
  }
9023
9126
 
9024
9127
  a.has-text-warning:hover, a.has-text-warning:focus {
9025
- color: #ffd324 !important;
9128
+ color: #ffd257 !important;
9026
9129
  }
9027
9130
 
9028
9131
  .has-background-warning {
9029
- background-color: #ffdd57 !important;
9132
+ background-color: #ffe08a !important;
9030
9133
  }
9031
9134
 
9032
9135
  .has-text-warning-light {
9033
- color: #fffbeb !important;
9136
+ color: #fffaeb !important;
9034
9137
  }
9035
9138
 
9036
9139
  a.has-text-warning-light:hover, a.has-text-warning-light:focus {
9037
- color: #fff1b8 !important;
9140
+ color: #ffecb8 !important;
9038
9141
  }
9039
9142
 
9040
9143
  .has-background-warning-light {
9041
- background-color: #fffbeb !important;
9144
+ background-color: #fffaeb !important;
9042
9145
  }
9043
9146
 
9044
9147
  .has-text-warning-dark {
9045
- color: #947600 !important;
9148
+ color: #946c00 !important;
9046
9149
  }
9047
9150
 
9048
9151
  a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
9049
- color: #c79f00 !important;
9152
+ color: #c79200 !important;
9050
9153
  }
9051
9154
 
9052
9155
  .has-background-warning-dark {
9053
- background-color: #947600 !important;
9156
+ background-color: #946c00 !important;
9054
9157
  }
9055
9158
 
9056
9159
  .has-text-danger {
@@ -9401,6 +9504,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9401
9504
 
9402
9505
  .is-clickable {
9403
9506
  cursor: pointer !important;
9507
+ pointer-events: all !important;
9404
9508
  }
9405
9509
 
9406
9510
  .is-clipped {
@@ -9629,6 +9733,36 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9629
9733
  margin-bottom: 3rem !important;
9630
9734
  }
9631
9735
 
9736
+ .m-auto {
9737
+ margin: auto !important;
9738
+ }
9739
+
9740
+ .mt-auto {
9741
+ margin-top: auto !important;
9742
+ }
9743
+
9744
+ .mr-auto {
9745
+ margin-right: auto !important;
9746
+ }
9747
+
9748
+ .mb-auto {
9749
+ margin-bottom: auto !important;
9750
+ }
9751
+
9752
+ .ml-auto {
9753
+ margin-left: auto !important;
9754
+ }
9755
+
9756
+ .mx-auto {
9757
+ margin-left: auto !important;
9758
+ margin-right: auto !important;
9759
+ }
9760
+
9761
+ .my-auto {
9762
+ margin-top: auto !important;
9763
+ margin-bottom: auto !important;
9764
+ }
9765
+
9632
9766
  .p-0 {
9633
9767
  padding: 0 !important;
9634
9768
  }
@@ -9839,6 +9973,36 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9839
9973
  padding-bottom: 3rem !important;
9840
9974
  }
9841
9975
 
9976
+ .p-auto {
9977
+ padding: auto !important;
9978
+ }
9979
+
9980
+ .pt-auto {
9981
+ padding-top: auto !important;
9982
+ }
9983
+
9984
+ .pr-auto {
9985
+ padding-right: auto !important;
9986
+ }
9987
+
9988
+ .pb-auto {
9989
+ padding-bottom: auto !important;
9990
+ }
9991
+
9992
+ .pl-auto {
9993
+ padding-left: auto !important;
9994
+ }
9995
+
9996
+ .px-auto {
9997
+ padding-left: auto !important;
9998
+ padding-right: auto !important;
9999
+ }
10000
+
10001
+ .py-auto {
10002
+ padding-top: auto !important;
10003
+ padding-bottom: auto !important;
10004
+ }
10005
+
9842
10006
  .is-size-1 {
9843
10007
  font-size: 3rem !important;
9844
10008
  }
@@ -10259,6 +10423,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10259
10423
  font-style: italic !important;
10260
10424
  }
10261
10425
 
10426
+ .is-underlined {
10427
+ text-decoration: underline !important;
10428
+ }
10429
+
10262
10430
  .has-text-weight-light {
10263
10431
  font-weight: 300 !important;
10264
10432
  }
@@ -10783,6 +10951,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10783
10951
  }
10784
10952
 
10785
10953
  .hero.is-white .tabs li.is-active a {
10954
+ color: white !important;
10786
10955
  opacity: 1;
10787
10956
  }
10788
10957
 
@@ -10861,6 +11030,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10861
11030
  }
10862
11031
 
10863
11032
  .hero.is-black .tabs li.is-active a {
11033
+ color: #0a0a0a !important;
10864
11034
  opacity: 1;
10865
11035
  }
10866
11036
 
@@ -10939,6 +11109,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10939
11109
  }
10940
11110
 
10941
11111
  .hero.is-light .tabs li.is-active a {
11112
+ color: whitesmoke !important;
10942
11113
  opacity: 1;
10943
11114
  }
10944
11115
 
@@ -11017,6 +11188,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11017
11188
  }
11018
11189
 
11019
11190
  .hero.is-dark .tabs li.is-active a {
11191
+ color: #363636 !important;
11020
11192
  opacity: 1;
11021
11193
  }
11022
11194
 
@@ -11095,6 +11267,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11095
11267
  }
11096
11268
 
11097
11269
  .hero.is-primary .tabs li.is-active a {
11270
+ color: #00d1b2 !important;
11098
11271
  opacity: 1;
11099
11272
  }
11100
11273
 
@@ -11123,7 +11296,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11123
11296
  }
11124
11297
 
11125
11298
  .hero.is-link {
11126
- background-color: #3273dc;
11299
+ background-color: #485fc7;
11127
11300
  color: #fff;
11128
11301
  }
11129
11302
 
@@ -11147,7 +11320,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11147
11320
 
11148
11321
  @media screen and (max-width: 1023px) {
11149
11322
  .hero.is-link .navbar-menu {
11150
- background-color: #3273dc;
11323
+ background-color: #485fc7;
11151
11324
  }
11152
11325
  }
11153
11326
 
@@ -11159,7 +11332,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11159
11332
  .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
11160
11333
  .hero.is-link .navbar-link:hover,
11161
11334
  .hero.is-link .navbar-link.is-active {
11162
- background-color: #2366d1;
11335
+ background-color: #3a51bb;
11163
11336
  color: #fff;
11164
11337
  }
11165
11338
 
@@ -11173,6 +11346,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11173
11346
  }
11174
11347
 
11175
11348
  .hero.is-link .tabs li.is-active a {
11349
+ color: #485fc7 !important;
11176
11350
  opacity: 1;
11177
11351
  }
11178
11352
 
@@ -11187,21 +11361,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11187
11361
  .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
11188
11362
  background-color: #fff;
11189
11363
  border-color: #fff;
11190
- color: #3273dc;
11364
+ color: #485fc7;
11191
11365
  }
11192
11366
 
11193
11367
  .hero.is-link.is-bold {
11194
- background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
11368
+ background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
11195
11369
  }
11196
11370
 
11197
11371
  @media screen and (max-width: 768px) {
11198
11372
  .hero.is-link.is-bold .navbar-menu {
11199
- background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
11373
+ background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
11200
11374
  }
11201
11375
  }
11202
11376
 
11203
11377
  .hero.is-info {
11204
- background-color: #3298dc;
11378
+ background-color: #3e8ed0;
11205
11379
  color: #fff;
11206
11380
  }
11207
11381
 
@@ -11225,7 +11399,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11225
11399
 
11226
11400
  @media screen and (max-width: 1023px) {
11227
11401
  .hero.is-info .navbar-menu {
11228
- background-color: #3298dc;
11402
+ background-color: #3e8ed0;
11229
11403
  }
11230
11404
  }
11231
11405
 
@@ -11237,7 +11411,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11237
11411
  .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
11238
11412
  .hero.is-info .navbar-link:hover,
11239
11413
  .hero.is-info .navbar-link.is-active {
11240
- background-color: #238cd1;
11414
+ background-color: #3082c5;
11241
11415
  color: #fff;
11242
11416
  }
11243
11417
 
@@ -11251,6 +11425,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11251
11425
  }
11252
11426
 
11253
11427
  .hero.is-info .tabs li.is-active a {
11428
+ color: #3e8ed0 !important;
11254
11429
  opacity: 1;
11255
11430
  }
11256
11431
 
@@ -11265,21 +11440,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11265
11440
  .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
11266
11441
  background-color: #fff;
11267
11442
  border-color: #fff;
11268
- color: #3298dc;
11443
+ color: #3e8ed0;
11269
11444
  }
11270
11445
 
11271
11446
  .hero.is-info.is-bold {
11272
- background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
11447
+ background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
11273
11448
  }
11274
11449
 
11275
11450
  @media screen and (max-width: 768px) {
11276
11451
  .hero.is-info.is-bold .navbar-menu {
11277
- background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
11452
+ background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
11278
11453
  }
11279
11454
  }
11280
11455
 
11281
11456
  .hero.is-success {
11282
- background-color: #48c774;
11457
+ background-color: #48c78e;
11283
11458
  color: #fff;
11284
11459
  }
11285
11460
 
@@ -11303,7 +11478,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11303
11478
 
11304
11479
  @media screen and (max-width: 1023px) {
11305
11480
  .hero.is-success .navbar-menu {
11306
- background-color: #48c774;
11481
+ background-color: #48c78e;
11307
11482
  }
11308
11483
  }
11309
11484
 
@@ -11315,7 +11490,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11315
11490
  .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
11316
11491
  .hero.is-success .navbar-link:hover,
11317
11492
  .hero.is-success .navbar-link.is-active {
11318
- background-color: #3abb67;
11493
+ background-color: #3abb81;
11319
11494
  color: #fff;
11320
11495
  }
11321
11496
 
@@ -11329,6 +11504,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11329
11504
  }
11330
11505
 
11331
11506
  .hero.is-success .tabs li.is-active a {
11507
+ color: #48c78e !important;
11332
11508
  opacity: 1;
11333
11509
  }
11334
11510
 
@@ -11343,21 +11519,21 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11343
11519
  .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
11344
11520
  background-color: #fff;
11345
11521
  border-color: #fff;
11346
- color: #48c774;
11522
+ color: #48c78e;
11347
11523
  }
11348
11524
 
11349
11525
  .hero.is-success.is-bold {
11350
- background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
11526
+ background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
11351
11527
  }
11352
11528
 
11353
11529
  @media screen and (max-width: 768px) {
11354
11530
  .hero.is-success.is-bold .navbar-menu {
11355
- background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
11531
+ background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
11356
11532
  }
11357
11533
  }
11358
11534
 
11359
11535
  .hero.is-warning {
11360
- background-color: #ffdd57;
11536
+ background-color: #ffe08a;
11361
11537
  color: rgba(0, 0, 0, 0.7);
11362
11538
  }
11363
11539
 
@@ -11381,7 +11557,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11381
11557
 
11382
11558
  @media screen and (max-width: 1023px) {
11383
11559
  .hero.is-warning .navbar-menu {
11384
- background-color: #ffdd57;
11560
+ background-color: #ffe08a;
11385
11561
  }
11386
11562
  }
11387
11563
 
@@ -11393,7 +11569,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11393
11569
  .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
11394
11570
  .hero.is-warning .navbar-link:hover,
11395
11571
  .hero.is-warning .navbar-link.is-active {
11396
- background-color: #ffd83d;
11572
+ background-color: #ffd970;
11397
11573
  color: rgba(0, 0, 0, 0.7);
11398
11574
  }
11399
11575
 
@@ -11407,6 +11583,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11407
11583
  }
11408
11584
 
11409
11585
  .hero.is-warning .tabs li.is-active a {
11586
+ color: #ffe08a !important;
11410
11587
  opacity: 1;
11411
11588
  }
11412
11589
 
@@ -11421,16 +11598,16 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11421
11598
  .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
11422
11599
  background-color: rgba(0, 0, 0, 0.7);
11423
11600
  border-color: rgba(0, 0, 0, 0.7);
11424
- color: #ffdd57;
11601
+ color: #ffe08a;
11425
11602
  }
11426
11603
 
11427
11604
  .hero.is-warning.is-bold {
11428
- background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
11605
+ background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
11429
11606
  }
11430
11607
 
11431
11608
  @media screen and (max-width: 768px) {
11432
11609
  .hero.is-warning.is-bold .navbar-menu {
11433
- background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
11610
+ background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
11434
11611
  }
11435
11612
  }
11436
11613
 
@@ -11485,6 +11662,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11485
11662
  }
11486
11663
 
11487
11664
  .hero.is-danger .tabs li.is-active a {
11665
+ color: #f14668 !important;
11488
11666
  opacity: 1;
11489
11667
  }
11490
11668
 
@@ -11518,13 +11696,13 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11518
11696
 
11519
11697
  @media screen and (min-width: 769px), print {
11520
11698
  .hero.is-medium .hero-body {
11521
- padding: 9rem 1.5rem;
11699
+ padding: 9rem 4.5rem;
11522
11700
  }
11523
11701
  }
11524
11702
 
11525
11703
  @media screen and (min-width: 769px), print {
11526
11704
  .hero.is-large .hero-body {
11527
- padding: 18rem 1.5rem;
11705
+ padding: 18rem 6rem;
11528
11706
  }
11529
11707
  }
11530
11708
 
@@ -11604,16 +11782,25 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11604
11782
  padding: 3rem 1.5rem;
11605
11783
  }
11606
11784
 
11785
+ @media screen and (min-width: 769px), print {
11786
+ .hero-body {
11787
+ padding: 3rem 3rem;
11788
+ }
11789
+ }
11790
+
11607
11791
  .section {
11608
11792
  padding: 3rem 1.5rem;
11609
11793
  }
11610
11794
 
11611
11795
  @media screen and (min-width: 1024px) {
11796
+ .section {
11797
+ padding: 3rem 3rem;
11798
+ }
11612
11799
  .section.is-medium {
11613
- padding: 9rem 1.5rem;
11800
+ padding: 9rem 4.5rem;
11614
11801
  }
11615
11802
  .section.is-large {
11616
- padding: 18rem 1.5rem;
11803
+ padding: 18rem 6rem;
11617
11804
  }
11618
11805
  }
11619
11806