# HG changeset patch # User Goffi # Date 1727882583 -7200 # Node ID 0e454358ca4900fef20ec2c590db7d1e35bb7a17 # Parent 140690a18b636f39202213c1c8a99bbf89d089c3 bulma: update `bulma` to version `1.0.2` diff -r 140690a18b63 -r 0e454358ca49 sat_templates/templates/bulma/_browser/browser_meta.json --- a/sat_templates/templates/bulma/_browser/browser_meta.json Tue Aug 06 23:50:17 2024 +0200 +++ b/sat_templates/templates/bulma/_browser/browser_meta.json Wed Oct 02 17:23:03 2024 +0200 @@ -2,7 +2,7 @@ "js": { "package": { "dependencies": { - "bulma": "== 0.9.4" + "bulma": "^1.0.2" } } } diff -r 140690a18b63 -r 0e454358ca49 sat_templates/templates/bulma/_browser/bulma_libervia.scss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/_browser/bulma_libervia.scss Wed Oct 02 17:23:03 2024 +0200 @@ -0,0 +1,6 @@ +@charset "utf-8"; + +@use "node_modules/bulma/sass" with ( + $primary: #82baff, + $body-background-color: #eaeaea +); diff -r 140690a18b63 -r 0e454358ca49 sat_templates/templates/bulma/_browser/bulma_sat.scss --- a/sat_templates/templates/bulma/_browser/bulma_sat.scss Tue Aug 06 23:50:17 2024 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -@charset "utf-8"; -$primary: #82baff; -$body-background-color: #eaeaea; - -@import "node_modules/bulma/bulma.sass"; - diff -r 140690a18b63 -r 0e454358ca49 sat_templates/templates/bulma/base/base.html --- a/sat_templates/templates/bulma/base/base.html Tue Aug 06 23:50:17 2024 +0200 +++ b/sat_templates/templates/bulma/base/base.html Wed Oct 02 17:23:03 2024 +0200 @@ -17,7 +17,7 @@ {# using SVG directly doesn't always play well with Bulma, so we also use the icon font #} - + {% if norobots %}