bulma-clean-theme 0.9.2 → 0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/node_modules/bulma/CHANGELOG.md +26 -0
  3. data/node_modules/bulma/README.md +2 -1
  4. data/node_modules/bulma/bulma.sass +1 -1
  5. data/node_modules/bulma/css/bulma-rtl.css +302 -9
  6. data/node_modules/bulma/css/bulma-rtl.css.map +1 -1
  7. data/node_modules/bulma/css/bulma-rtl.min.css +1 -1
  8. data/node_modules/bulma/css/bulma.css +302 -9
  9. data/node_modules/bulma/css/bulma.css.map +1 -1
  10. data/node_modules/bulma/css/bulma.min.css +1 -1
  11. data/node_modules/bulma/package.json +12 -11
  12. data/node_modules/bulma/sass/base/_all.sass +1 -0
  13. data/node_modules/bulma/sass/base/generic.sass +1 -0
  14. data/node_modules/bulma/sass/components/_all.sass +1 -0
  15. data/node_modules/bulma/sass/components/card.sass +4 -0
  16. data/node_modules/bulma/sass/components/modal.sass +3 -1
  17. data/node_modules/bulma/sass/components/navbar.sass +3 -1
  18. data/node_modules/bulma/sass/elements/_all.sass +1 -0
  19. data/node_modules/bulma/sass/elements/button.sass +3 -1
  20. data/node_modules/bulma/sass/elements/container.sass +10 -7
  21. data/node_modules/bulma/sass/elements/notification.sass +3 -1
  22. data/node_modules/bulma/sass/elements/progress.sass +5 -1
  23. data/node_modules/bulma/sass/elements/table.sass +3 -1
  24. data/node_modules/bulma/sass/elements/tag.sass +3 -1
  25. data/node_modules/bulma/sass/form/_all.sass +1 -0
  26. data/node_modules/bulma/sass/form/checkbox-radio.sass +2 -1
  27. data/node_modules/bulma/sass/form/file.sass +3 -1
  28. data/node_modules/bulma/sass/form/input-textarea.sass +3 -1
  29. data/node_modules/bulma/sass/form/select.sass +3 -1
  30. data/node_modules/bulma/sass/form/shared.sass +2 -0
  31. data/node_modules/bulma/sass/form/tools.sass +3 -1
  32. data/node_modules/bulma/sass/grid/_all.sass +1 -0
  33. data/node_modules/bulma/sass/helpers/_all.sass +2 -0
  34. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -0
  35. data/node_modules/bulma/sass/helpers/other.sass +3 -0
  36. data/node_modules/bulma/sass/helpers/spacing.sass +3 -0
  37. data/node_modules/bulma/sass/layout/_all.sass +1 -0
  38. data/node_modules/bulma/sass/layout/hero.sass +3 -1
  39. data/node_modules/bulma/sass/utilities/_all.sass +2 -1
  40. data/node_modules/bulma/sass/utilities/derived-variables.sass +107 -0
  41. data/package-lock.json +3 -3
  42. data/package.json +1 -1
  43. metadata +15 -28
  44. data/node_modules/bulma/sass/utilities/derived-variables.scss +0 -132
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3c61d847f693897cdbfddf0da1554a22a53eed4d4824e560c8747e9ab360ba0
4
- data.tar.gz: c618eddbb02cad70ac06b8428ed398a345d9e0d79e2197d94345ee52196bd2fa
3
+ metadata.gz: 3884555bf86aec5dd0d7d53b8d9162c1bb9096b8f5bb0bec0cce40a2b65376ce
4
+ data.tar.gz: 8275db967bd7fc423991809dc73048d3140169d2824f440e1126c0098c175d8d
5
5
  SHA512:
6
- metadata.gz: 9d544f037cb07a00c4f21049c73da0a3d586ee67486180bca86de7393bd760e4c392e91ba441e26010417bce43386631048d96f59313b1ef0636fc042d1a109e
7
- data.tar.gz: 176fd2160f4189f21ae5646b56fb8693a1bf76d9b9405c78f6dc6095973a09f9adeda903fa3a5f7c81295e7ca8083e4a7227b55c1a972fdafd1fdebe7fd5faf9
6
+ metadata.gz: e5f973241733a9d1251aa6c155b512ca78bb01bd08610b3a0a5918dccb93567e070bad20c9c3cfd1793e4fee40b43f719f85183a77e14369a8fa6ccce6afdbd0
7
+ data.tar.gz: 95080b3cfad4366771a37156196f7aedc3024a2362856f878afcbc8bd75e8710bb865606767852c6c00869371105eebc946712946605bccc7f8f1d9b2a6142ad
@@ -1,7 +1,33 @@
1
1
  # Bulma Changelog
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### New features
6
+
7
+ * #3047 Flexbox helpers
8
+ * #3085 Add `is-clickable` helper
9
+ * #3086 Allow each component to have its own colors and default to global ones
10
+ * New variables `$navbar-colors`, `$button-colors`, `$notification-colors`, `$progress-colors`, `$table-colors`, `$tag-colors`, `$file-colors`, `$textarea-colors`, `$select-colors`, `$form-colors`, `$label-colors` and `$hero-colors`
11
+
12
+ ### Improvements
13
+
14
+ * #2630 Fixes #2598 -> Add `$card-radius` variable
15
+ * Add `$card-overflow` variable
16
+ * #2540 Fixes #2539 -> Fix indeterminate progress styling in IE11
17
+ * #3057 Make the default text color of `$code` listings more accessible
18
+ * #3088 Adds not allowed cursor to missing inputs
19
+ * #3101 Add `$modal-breakpoint` variable for modal breakpoint
20
+ * #3107 Add `optgroup` to `generic.sass`
21
+
3
22
  ## 0.9.0
4
23
 
24
+ ### Deprecation warning
25
+
26
+ The `base/helpers.sass` file is **deprecated**. It has moved into its own `/helpers` folder. If you were importing `base/helpers.sass` or `base/_all.sass`, please import `sass/helpers/_all.sass` now.
27
+ If you were simply importing the whole of Bulma with `@import "~/bulma/bulma.sass"` or similar, you won't have to change anything, and everything will work as before.
28
+
29
+ The `list` component is also **deprecated**: the `components/list.sass` file has been deleted. It was never officialy supported as it was too similar to `panel` component. Use that one instead.
30
+
5
31
  ### RTL support
6
32
 
7
33
  Bulma now has **RTL support**.
@@ -2,6 +2,7 @@
2
2
 
3
3
  Bulma is a **modern CSS framework** based on [Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes).
4
4
 
5
+ ![Github](https://img.shields.io/github/v/release/jgthms/bulma?logo=Bulma)
5
6
  [![npm](https://img.shields.io/npm/v/bulma.svg)][npm-link]
6
7
  [![npm](https://img.shields.io/npm/dm/bulma.svg)][npm-link]
7
8
  [![](https://data.jsdelivr.com/v1/package/npm/bulma/badge)](https://www.jsdelivr.com/package/npm/bulma)
@@ -121,7 +122,7 @@ Browse the [online documentation here.](https://bulma.io/documentation/overview/
121
122
  | [Svelte Bulma Components](https://github.com/elcobvg/svelte-bulma-components) | Library of UI components to be used in [Svelte.js](https://svelte.technology/) or standalone. |
122
123
  | [Bulma Nunjucks Starterkit](https://github.com/benninkcorien/nunjucks-starter-kit) | Starterkit for Nunjucks with Bulma. |
123
124
 
124
- ## Copyright and license
125
+ ## Copyright and license ![Github](https://img.shields.io/github/license/jgthms/bulma?logo=Github)
125
126
 
126
127
  Code copyright 2020 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
127
128
 
@@ -1,5 +1,5 @@
1
1
  @charset "utf-8"
2
- /*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */
2
+ /*! bulma.io v0.9.1 | MIT License | github.com/jgthms/bulma */
3
3
  @import "sass/utilities/_all"
4
4
  @import "sass/base/_all"
5
5
  @import "sass/elements/_all"
@@ -1,4 +1,5 @@
1
- /*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */
1
+ /*! bulma.io v0.9.1 | MIT License | github.com/jgthms/bulma */
2
+ /* Bulma Utilities */
2
3
  @-webkit-keyframes spinAround {
3
4
  from {
4
5
  transform: rotate(0deg);
@@ -229,6 +230,7 @@ fieldset[disabled] .pagination-ellipsis {
229
230
  cursor: not-allowed;
230
231
  }
231
232
 
233
+ /* Bulma Base */
232
234
  /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
233
235
  html,
234
236
  body,
@@ -339,6 +341,7 @@ section {
339
341
  body,
340
342
  button,
341
343
  input,
344
+ optgroup,
342
345
  select,
343
346
  textarea {
344
347
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
@@ -374,7 +377,7 @@ a:hover {
374
377
 
375
378
  code {
376
379
  background-color: whitesmoke;
377
- color: #f14668;
380
+ color: #da1039;
378
381
  font-size: 0.875em;
379
382
  font-weight: normal;
380
383
  padding: 0.25em 0.5em 0.25em;
@@ -448,6 +451,7 @@ table th {
448
451
  color: #363636;
449
452
  }
450
453
 
454
+ /* Bulma Elements */
451
455
  .box {
452
456
  background-color: white;
453
457
  border-radius: 6px;
@@ -1859,7 +1863,7 @@ fieldset[disabled] .button {
1859
1863
  }
1860
1864
 
1861
1865
  .container.is-fluid {
1862
- max-width: none;
1866
+ max-width: none !important;
1863
1867
  padding-left: 32px;
1864
1868
  padding-right: 32px;
1865
1869
  width: 100%;
@@ -1872,25 +1876,25 @@ fieldset[disabled] .button {
1872
1876
  }
1873
1877
 
1874
1878
  @media screen and (max-width: 1215px) {
1875
- .container.is-widescreen {
1879
+ .container.is-widescreen:not(.is-max-desktop) {
1876
1880
  max-width: 1152px;
1877
1881
  }
1878
1882
  }
1879
1883
 
1880
1884
  @media screen and (max-width: 1407px) {
1881
- .container.is-fullhd {
1885
+ .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
1882
1886
  max-width: 1344px;
1883
1887
  }
1884
1888
  }
1885
1889
 
1886
1890
  @media screen and (min-width: 1216px) {
1887
- .container {
1891
+ .container:not(.is-max-desktop) {
1888
1892
  max-width: 1152px;
1889
1893
  }
1890
1894
  }
1891
1895
 
1892
1896
  @media screen and (min-width: 1408px) {
1893
- .container {
1897
+ .container:not(.is-max-desktop):not(.is-max-widescreen) {
1894
1898
  max-width: 1344px;
1895
1899
  }
1896
1900
  }
@@ -2589,6 +2593,10 @@ fieldset[disabled] .button {
2589
2593
  background-color: transparent;
2590
2594
  }
2591
2595
 
2596
+ .progress:indeterminate::-ms-fill {
2597
+ animation-name: none;
2598
+ }
2599
+
2592
2600
  .progress.is-small {
2593
2601
  height: 0.75rem;
2594
2602
  }
@@ -3213,6 +3221,7 @@ a.tag:hover {
3213
3221
  vertical-align: top;
3214
3222
  }
3215
3223
 
3224
+ /* Bulma Form */
3216
3225
  .input, .textarea, .select select {
3217
3226
  background-color: white;
3218
3227
  border-color: #dbdbdb;
@@ -3453,7 +3462,9 @@ fieldset[disabled] .select select:-ms-input-placeholder,
3453
3462
 
3454
3463
  .checkbox[disabled], .radio[disabled],
3455
3464
  fieldset[disabled] .checkbox,
3456
- fieldset[disabled] .radio {
3465
+ fieldset[disabled] .radio,
3466
+ .checkbox input[disabled],
3467
+ .radio input[disabled] {
3457
3468
  color: #7a7a7a;
3458
3469
  cursor: not-allowed;
3459
3470
  }
@@ -4495,6 +4506,7 @@ fieldset[disabled] .select select:hover {
4495
4506
  font-size: 1.5rem;
4496
4507
  }
4497
4508
 
4509
+ /* Bulma Components */
4498
4510
  .breadcrumb {
4499
4511
  font-size: 1rem;
4500
4512
  white-space: nowrap;
@@ -4588,9 +4600,11 @@ fieldset[disabled] .select select:hover {
4588
4600
 
4589
4601
  .card {
4590
4602
  background-color: white;
4603
+ border-radius: 0.25rem;
4591
4604
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
4592
4605
  color: #4a4a4a;
4593
4606
  max-width: 100%;
4607
+ overflow: hidden;
4594
4608
  position: relative;
4595
4609
  }
4596
4610
 
@@ -5205,7 +5219,7 @@ button.dropdown-item.is-active {
5205
5219
  width: 100%;
5206
5220
  }
5207
5221
 
5208
- @media screen and (min-width: 769px), print {
5222
+ @media screen and (min-width: 769px) {
5209
5223
  .modal-content,
5210
5224
  .modal-card {
5211
5225
  margin: 0 auto;
@@ -6921,6 +6935,7 @@ label.panel-block:hover {
6921
6935
  font-size: 1.5rem;
6922
6936
  }
6923
6937
 
6938
+ /* Bulma Grid */
6924
6939
  .column {
6925
6940
  display: block;
6926
6941
  flex-basis: 0;
@@ -8809,6 +8824,7 @@ label.panel-block:hover {
8809
8824
  }
8810
8825
  }
8811
8826
 
8827
+ /* Bulma Helpers */
8812
8828
  .has-text-white {
8813
8829
  color: white !important;
8814
8830
  }
@@ -9145,6 +9161,222 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9145
9161
  background-color: #fafafa !important;
9146
9162
  }
9147
9163
 
9164
+ .is-flex-direction-row {
9165
+ flex-direction: row !important;
9166
+ }
9167
+
9168
+ .is-flex-direction-row-reverse {
9169
+ flex-direction: row-reverse !important;
9170
+ }
9171
+
9172
+ .is-flex-direction-column {
9173
+ flex-direction: column !important;
9174
+ }
9175
+
9176
+ .is-flex-direction-column-reverse {
9177
+ flex-direction: column-reverse !important;
9178
+ }
9179
+
9180
+ .is-flex-wrap-nowrap {
9181
+ flex-wrap: nowrap !important;
9182
+ }
9183
+
9184
+ .is-flex-wrap-wrap {
9185
+ flex-wrap: wrap !important;
9186
+ }
9187
+
9188
+ .is-flex-wrap-wrap-reverse {
9189
+ flex-wrap: wrap-reverse !important;
9190
+ }
9191
+
9192
+ .is-justify-content-flex-start {
9193
+ justify-content: flex-start !important;
9194
+ }
9195
+
9196
+ .is-justify-content-flex-end {
9197
+ justify-content: flex-end !important;
9198
+ }
9199
+
9200
+ .is-justify-content-center {
9201
+ justify-content: center !important;
9202
+ }
9203
+
9204
+ .is-justify-content-space-between {
9205
+ justify-content: space-between !important;
9206
+ }
9207
+
9208
+ .is-justify-content-space-around {
9209
+ justify-content: space-around !important;
9210
+ }
9211
+
9212
+ .is-justify-content-space-evenly {
9213
+ justify-content: space-evenly !important;
9214
+ }
9215
+
9216
+ .is-justify-content-start {
9217
+ justify-content: start !important;
9218
+ }
9219
+
9220
+ .is-justify-content-end {
9221
+ justify-content: end !important;
9222
+ }
9223
+
9224
+ .is-justify-content-left {
9225
+ justify-content: left !important;
9226
+ }
9227
+
9228
+ .is-justify-content-right {
9229
+ justify-content: right !important;
9230
+ }
9231
+
9232
+ .is-align-content-flex-start {
9233
+ align-content: flex-start !important;
9234
+ }
9235
+
9236
+ .is-align-content-flex-end {
9237
+ align-content: flex-end !important;
9238
+ }
9239
+
9240
+ .is-align-content-center {
9241
+ align-content: center !important;
9242
+ }
9243
+
9244
+ .is-align-content-space-between {
9245
+ align-content: space-between !important;
9246
+ }
9247
+
9248
+ .is-align-content-space-around {
9249
+ align-content: space-around !important;
9250
+ }
9251
+
9252
+ .is-align-content-space-evenly {
9253
+ align-content: space-evenly !important;
9254
+ }
9255
+
9256
+ .is-align-content-stretch {
9257
+ align-content: stretch !important;
9258
+ }
9259
+
9260
+ .is-align-content-start {
9261
+ align-content: start !important;
9262
+ }
9263
+
9264
+ .is-align-content-end {
9265
+ align-content: end !important;
9266
+ }
9267
+
9268
+ .is-align-content-baseline {
9269
+ align-content: baseline !important;
9270
+ }
9271
+
9272
+ .is-align-items-stretch {
9273
+ align-items: stretch !important;
9274
+ }
9275
+
9276
+ .is-align-items-flex-start {
9277
+ align-items: flex-start !important;
9278
+ }
9279
+
9280
+ .is-align-items-flex-end {
9281
+ align-items: flex-end !important;
9282
+ }
9283
+
9284
+ .is-align-items-center {
9285
+ align-items: center !important;
9286
+ }
9287
+
9288
+ .is-align-items-baseline {
9289
+ align-items: baseline !important;
9290
+ }
9291
+
9292
+ .is-align-items-start {
9293
+ align-items: start !important;
9294
+ }
9295
+
9296
+ .is-align-items-end {
9297
+ align-items: end !important;
9298
+ }
9299
+
9300
+ .is-align-items-self-start {
9301
+ align-items: self-start !important;
9302
+ }
9303
+
9304
+ .is-align-items-self-end {
9305
+ align-items: self-end !important;
9306
+ }
9307
+
9308
+ .is-align-self-auto {
9309
+ align-self: auto !important;
9310
+ }
9311
+
9312
+ .is-align-self-flex-start {
9313
+ align-self: flex-start !important;
9314
+ }
9315
+
9316
+ .is-align-self-flex-end {
9317
+ align-self: flex-end !important;
9318
+ }
9319
+
9320
+ .is-align-self-center {
9321
+ align-self: center !important;
9322
+ }
9323
+
9324
+ .is-align-self-baseline {
9325
+ align-self: baseline !important;
9326
+ }
9327
+
9328
+ .is-align-self-stretch {
9329
+ align-self: stretch !important;
9330
+ }
9331
+
9332
+ .is-flex-grow-0 {
9333
+ flex-grow: 0 !important;
9334
+ }
9335
+
9336
+ .is-flex-grow-1 {
9337
+ flex-grow: 1 !important;
9338
+ }
9339
+
9340
+ .is-flex-grow-2 {
9341
+ flex-grow: 2 !important;
9342
+ }
9343
+
9344
+ .is-flex-grow-3 {
9345
+ flex-grow: 3 !important;
9346
+ }
9347
+
9348
+ .is-flex-grow-4 {
9349
+ flex-grow: 4 !important;
9350
+ }
9351
+
9352
+ .is-flex-grow-5 {
9353
+ flex-grow: 5 !important;
9354
+ }
9355
+
9356
+ .is-flex-shrink-0 {
9357
+ flex-shrink: 0 !important;
9358
+ }
9359
+
9360
+ .is-flex-shrink-1 {
9361
+ flex-shrink: 1 !important;
9362
+ }
9363
+
9364
+ .is-flex-shrink-2 {
9365
+ flex-shrink: 2 !important;
9366
+ }
9367
+
9368
+ .is-flex-shrink-3 {
9369
+ flex-shrink: 3 !important;
9370
+ }
9371
+
9372
+ .is-flex-shrink-4 {
9373
+ flex-shrink: 4 !important;
9374
+ }
9375
+
9376
+ .is-flex-shrink-5 {
9377
+ flex-shrink: 5 !important;
9378
+ }
9379
+
9148
9380
  .is-clearfix::after {
9149
9381
  clear: both;
9150
9382
  content: " ";
@@ -9167,6 +9399,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9167
9399
  box-shadow: none !important;
9168
9400
  }
9169
9401
 
9402
+ .is-clickable {
9403
+ cursor: pointer !important;
9404
+ }
9405
+
9170
9406
  .is-clipped {
9171
9407
  overflow: hidden !important;
9172
9408
  }
@@ -9183,6 +9419,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9183
9419
  padding: 0 !important;
9184
9420
  }
9185
9421
 
9422
+ .m-0 {
9423
+ margin: 0 !important;
9424
+ }
9425
+
9186
9426
  .mt-0 {
9187
9427
  margin-top: 0 !important;
9188
9428
  }
@@ -9209,6 +9449,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9209
9449
  margin-bottom: 0 !important;
9210
9450
  }
9211
9451
 
9452
+ .m-1 {
9453
+ margin: 0.25rem !important;
9454
+ }
9455
+
9212
9456
  .mt-1 {
9213
9457
  margin-top: 0.25rem !important;
9214
9458
  }
@@ -9235,6 +9479,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9235
9479
  margin-bottom: 0.25rem !important;
9236
9480
  }
9237
9481
 
9482
+ .m-2 {
9483
+ margin: 0.5rem !important;
9484
+ }
9485
+
9238
9486
  .mt-2 {
9239
9487
  margin-top: 0.5rem !important;
9240
9488
  }
@@ -9261,6 +9509,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9261
9509
  margin-bottom: 0.5rem !important;
9262
9510
  }
9263
9511
 
9512
+ .m-3 {
9513
+ margin: 0.75rem !important;
9514
+ }
9515
+
9264
9516
  .mt-3 {
9265
9517
  margin-top: 0.75rem !important;
9266
9518
  }
@@ -9287,6 +9539,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9287
9539
  margin-bottom: 0.75rem !important;
9288
9540
  }
9289
9541
 
9542
+ .m-4 {
9543
+ margin: 1rem !important;
9544
+ }
9545
+
9290
9546
  .mt-4 {
9291
9547
  margin-top: 1rem !important;
9292
9548
  }
@@ -9313,6 +9569,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9313
9569
  margin-bottom: 1rem !important;
9314
9570
  }
9315
9571
 
9572
+ .m-5 {
9573
+ margin: 1.5rem !important;
9574
+ }
9575
+
9316
9576
  .mt-5 {
9317
9577
  margin-top: 1.5rem !important;
9318
9578
  }
@@ -9339,6 +9599,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9339
9599
  margin-bottom: 1.5rem !important;
9340
9600
  }
9341
9601
 
9602
+ .m-6 {
9603
+ margin: 3rem !important;
9604
+ }
9605
+
9342
9606
  .mt-6 {
9343
9607
  margin-top: 3rem !important;
9344
9608
  }
@@ -9365,6 +9629,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9365
9629
  margin-bottom: 3rem !important;
9366
9630
  }
9367
9631
 
9632
+ .p-0 {
9633
+ padding: 0 !important;
9634
+ }
9635
+
9368
9636
  .pt-0 {
9369
9637
  padding-top: 0 !important;
9370
9638
  }
@@ -9391,6 +9659,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9391
9659
  padding-bottom: 0 !important;
9392
9660
  }
9393
9661
 
9662
+ .p-1 {
9663
+ padding: 0.25rem !important;
9664
+ }
9665
+
9394
9666
  .pt-1 {
9395
9667
  padding-top: 0.25rem !important;
9396
9668
  }
@@ -9417,6 +9689,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9417
9689
  padding-bottom: 0.25rem !important;
9418
9690
  }
9419
9691
 
9692
+ .p-2 {
9693
+ padding: 0.5rem !important;
9694
+ }
9695
+
9420
9696
  .pt-2 {
9421
9697
  padding-top: 0.5rem !important;
9422
9698
  }
@@ -9443,6 +9719,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9443
9719
  padding-bottom: 0.5rem !important;
9444
9720
  }
9445
9721
 
9722
+ .p-3 {
9723
+ padding: 0.75rem !important;
9724
+ }
9725
+
9446
9726
  .pt-3 {
9447
9727
  padding-top: 0.75rem !important;
9448
9728
  }
@@ -9469,6 +9749,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9469
9749
  padding-bottom: 0.75rem !important;
9470
9750
  }
9471
9751
 
9752
+ .p-4 {
9753
+ padding: 1rem !important;
9754
+ }
9755
+
9472
9756
  .pt-4 {
9473
9757
  padding-top: 1rem !important;
9474
9758
  }
@@ -9495,6 +9779,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9495
9779
  padding-bottom: 1rem !important;
9496
9780
  }
9497
9781
 
9782
+ .p-5 {
9783
+ padding: 1.5rem !important;
9784
+ }
9785
+
9498
9786
  .pt-5 {
9499
9787
  padding-top: 1.5rem !important;
9500
9788
  }
@@ -9521,6 +9809,10 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9521
9809
  padding-bottom: 1.5rem !important;
9522
9810
  }
9523
9811
 
9812
+ .p-6 {
9813
+ padding: 3rem !important;
9814
+ }
9815
+
9524
9816
  .pt-6 {
9525
9817
  padding-top: 3rem !important;
9526
9818
  }
@@ -10424,6 +10716,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10424
10716
  }
10425
10717
  }
10426
10718
 
10719
+ /* Bulma Layout */
10427
10720
  .hero {
10428
10721
  align-items: stretch;
10429
10722
  display: flex;