mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Merge branch 'main' into 1.0.2
This commit is contained in:
commit
66eda9537e
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,6 +8,8 @@ test.css.map
|
||||
test.html
|
||||
test.sass
|
||||
test.scss
|
||||
test.css
|
||||
test.css.map
|
||||
|
||||
# Folders
|
||||
|
||||
|
@ -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).
|
||||
|
@ -63,3 +63,5 @@
|
||||
{% include docs/menu-list.html category_id="helpers" %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include docs/side-sponsr.html %}
|
||||
|
@ -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>
|
||||
|
@ -23,6 +23,14 @@
|
||||
</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>
|
||||
|
@ -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;
|
||||
|
@ -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);
|
||||
@ -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;
|
||||
}
|
||||
@ -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;
|
||||
@ -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;
|
||||
|
2
docs/assets/css/website.min.css
vendored
2
docs/assets/css/website.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/assets/images/amis/route4me.png
Normal file
BIN
docs/assets/images/amis/route4me.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
docs/assets/images/amis/route4me@2x.png
Normal file
BIN
docs/assets/images/amis/route4me@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user