N°4628 - Upgrade bulma lib to v0.9.4 to avoid hack from N°4481

This commit is contained in:
Molkobain
2022-05-11 11:40:25 +02:00
parent 891dd31290
commit bb2c9dedeb
70 changed files with 742 additions and 385 deletions

View File

@@ -1,2 +1,4 @@
/* Bulma Base */
@import "minireset";
@import "generic";
@import "animations";

9
node_modules/bulma-scss/base/_animations.scss generated vendored Normal file
View File

@@ -0,0 +1,9 @@
@keyframes spinAround {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}

View File

@@ -1,3 +1,5 @@
@import "../utilities/mixins";
$body-background-color: $scheme-main !default;
$body-size: 16px !default;
$body-min-width: 300px !default;
@@ -54,6 +56,7 @@ section {
body,
button,
input,
optgroup,
select,
textarea {
font-family: $body-family;