Build 1.0.3

This commit is contained in:
Jeremy Thomas
2024-12-27 21:25:24 +01:00
parent e23cfc1262
commit 785418143e
38 changed files with 27389 additions and 21758 deletions

View File

@@ -1,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
:root {
--bulma-control-radius: var(--bulma-radius);
@@ -981,6 +981,10 @@ a.box:active {
--bulma-button-border-width: max(2px, 0.125em);
--bulma-button-outer-shadow-alpha: 1;
}
.button.is-outlined[disabled], fieldset[disabled] .button.is-outlined {
background-color: transparent;
box-shadow: none;
}
.button.is-inverted {
background-color: hsl(var(--bulma-button-h), var(--bulma-button-s), calc(var(--bulma-button-color-l) + var(--bulma-button-background-l-delta)));
color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-background-l));