mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Build 1.0.4
This commit is contained in:
7
css/bulma.css
vendored
7
css/bulma.css
vendored
@@ -1,5 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.4 | MIT License | github.com/jgthms/bulma */
|
||||
/* Bulma Utilities */
|
||||
:root {
|
||||
--bulma-control-radius: var(--bulma-radius);
|
||||
@@ -3776,6 +3776,7 @@ a.box:active {
|
||||
}
|
||||
.button.is-outlined {
|
||||
--bulma-button-border-width: max(1px, 0.0625em);
|
||||
--bulma-loading-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
|
||||
background-color: transparent;
|
||||
border-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
|
||||
color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
|
||||
@@ -21040,6 +21041,10 @@ has-background-danger.is-hoverable:active {
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.has-text-weight-extrabold {
|
||||
font-weight: 800 !important;
|
||||
}
|
||||
|
||||
.is-family-primary {
|
||||
font-family: "Inter", "SF Pro", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user