Skip to content

Commit

Permalink
Merge branch 'main' into 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jul 25, 2024
2 parents 66336ea + a2b16c2 commit 66eda95
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ test.css.map
test.html
test.sass
test.scss
test.css
test.css.map

# Folders

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ Browse the [online documentation here.](https://bulma.io/documentation/start/ove
| [CASE](https://case.app) | CASE is Lightweight Backend-as-a-Service with essential features: DB, Admin panel, API, JS SDK |
| [Reactive Bulma](https://github.com/NicolasOmar/reactive-bulma) | A component library based on React, Bulma, Typescript and Rollup |

<p>Browser testing via <a href="https://www.lambdatest.com/" target="_blank"><img src="https://www.lambdatest.com/resources/images/logo-white.svg" style="vertical-align: middle;margin-left:5px" width="147" height="26" /></a></p>

## Copyright and license ![Github](https://img.shields.io/github/license/jgthms/bulma?logo=Github)

Code copyright 2023 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
Expand Down
2 changes: 2 additions & 0 deletions docs/_includes/docs/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@
{% include docs/menu-list.html category_id="helpers" %}
</div>
</div>

{% include docs/side-sponsr.html %}
12 changes: 6 additions & 6 deletions docs/_includes/docs/side-sponsr.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="bd-side-sponsrs">
<p class="bd-side-sponsor-label">Sponsors</p>
<p class="bd-side-sponsor-label">Sponsor</p>

<a class="bd-side-sponsor" href="https://password.link/" target="_blank">
<a class="bd-side-sponsor" href="https://www.route4me.com/" target="_blank">
{%
include docs/elements/responsive-image.html
path="amis/passwordlink"
path="amis/route4me"
extension="png"
alt="Password.link"
width="332"
height="96"
alt="Route Planner and Route Optimizer"
width="224"
height="57"
%}
</a>
</div>
8 changes: 8 additions & 0 deletions docs/_includes/global/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ <h3 class="title">
</div>
</div>

<div class="bd-footer-donation column">
<p class="bd-footer-donation-title"><strong>Browser testing</strong> via</p>
<div class="bd-footer-donation-action">
<a class="bd-hidden-dark" href="https://www.lambdatest.com/" target="_blank"><img src="https://www.lambdatest.com/support/img/logo.svg" style="vertical-align: middle;margin-left:5px" width="147" height="26" /></a>
<a class="bd-hidden-light" href="https://www.lambdatest.com/" target="_blank"><img src="https://www.lambdatest.com/resources/images/logo-white.svg" style="vertical-align: middle;margin-left:5px" width="147" height="26" /></a>
</div>
</div>

{% if site.data.sponsors.footer.size > 0 %}
<div class="bd-footer-donation column">
<p class="bd-footer-donation-title">Visit our <strong>Sponsors</strong></p>
Expand Down
13 changes: 11 additions & 2 deletions docs/_sass/docs/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,19 @@
line-height: 1.25rem;
}

.bd-side-sponsrs {
margin: 0 1rem;
}

.bd-side-sponsor-label {
font-weight: 500;
font-size: 0.875em;
margin-bottom: 0.5em;
opacity: 0.5;
}

.bd-side-sponsor {
display: flex;
margin: 0.5rem;
margin-top: 0;

img {
border-radius: 0.75rem;
Expand Down
19 changes: 15 additions & 4 deletions docs/assets/css/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -11383,13 +11383,14 @@ button.dropdown-item.is-selected {
--bulma-navbar-item-hover-background-l-delta: var(--bulma-hover-background-l-delta);
--bulma-navbar-item-active-background-l-delta: var(--bulma-active-background-l-delta);
--bulma-navbar-item-color-l: var(--bulma-text-l);
--bulma-navbar-item-color: hsl(var(--bulma-navbar-h), var(--bulma-navbar-s), var(--bulma-navbar-item-color-l));
--bulma-navbar-item-selected-h: var(--bulma-link-h);
--bulma-navbar-item-selected-s: var(--bulma-link-s);
--bulma-navbar-item-selected-l: var(--bulma-link-l);
--bulma-navbar-item-selected-background-l: var(--bulma-link-l);
--bulma-navbar-item-selected-color-l: var(--bulma-link-invert-l);
--bulma-navbar-item-img-max-height: 1.75rem;
--bulma-navbar-burger-color: var(--bulma-navbar-item-color);
--bulma-navbar-burger-color: var(--bulma-link);
--bulma-navbar-tab-hover-background-color: transparent;
--bulma-navbar-tab-hover-border-bottom-color: var(--bulma-link);
--bulma-navbar-tab-active-color: var(--bulma-link);
Expand Down Expand Up @@ -11948,6 +11949,7 @@ body.has-navbar-fixed-bottom {
}
.navbar-burger {
align-self: center;
color: var(--bulma-navbar-burger-color);
margin-inline-start: auto;
margin-inline-end: 0.375rem;
}
Expand All @@ -11958,7 +11960,7 @@ body.has-navbar-fixed-bottom {

.navbar-item,
.navbar-link {
color: hsl(var(--bulma-navbar-h), var(--bulma-navbar-s), var(--bulma-navbar-item-color-l));
color: var(--bulma-navbar-item-color);
display: block;
gap: 0.75rem;
line-height: 1.5;
Expand Down Expand Up @@ -34784,10 +34786,19 @@ has-background-moon.is-hoverable:active {
line-height: 1.25rem;
}

.bd-side-sponsrs {
margin: 0 1rem;
}

.bd-side-sponsor-label {
font-weight: 500;
font-size: 0.875em;
margin-bottom: 0.5em;
opacity: 0.5;
}

.bd-side-sponsor {
display: flex;
margin: 0.5rem;
margin-top: 0;
}
.bd-side-sponsor img {
border-radius: 0.75rem;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/website.min.css

Large diffs are not rendered by default.

Binary file added docs/assets/images/amis/route4me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/amis/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66eda95

Please sign in to comment.