mirror of
https://github.com/jgthms/bulma
synced 2026-03-24 05:49:35 -07:00
Change MwB images
This commit is contained in:
@@ -154,4 +154,10 @@ $notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default
|
|||||||
color: $color-invert
|
color: $color-invert
|
||||||
|
|
||||||
.bd-icon-size .icon
|
.bd-icon-size .icon
|
||||||
background-color: $yellow
|
background-color: $yellow
|
||||||
|
|
||||||
|
.bd-mwb-table
|
||||||
|
td
|
||||||
|
vertical-align: middle
|
||||||
|
img
|
||||||
|
vertical-align: middle
|
||||||
@@ -11294,6 +11294,14 @@ svg {
|
|||||||
background-color: #ffdd57;
|
background-color: #ffdd57;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-mwb-table td {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bd-mwb-table td img {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.bd-example,
|
.bd-example,
|
||||||
.bd-structure,
|
.bd-structure,
|
||||||
.bd-snippet {
|
.bd-snippet {
|
||||||
|
|||||||
BIN
docs/images/various/rodion-kutsaev-24833.jpg
Normal file
BIN
docs/images/various/rodion-kutsaev-24833.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
BIN
docs/images/various/sven-scheuermeier-34477.jpg
Normal file
BIN
docs/images/various/sven-scheuermeier-34477.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
@@ -18,15 +18,15 @@ images:
|
|||||||
- name: "White"
|
- name: "White"
|
||||||
description: "Transparent white"
|
description: "Transparent white"
|
||||||
type: "--white"
|
type: "--white"
|
||||||
bg: "#222"
|
bg: "url(/images/various/sven-scheuermeier-34477.jpg) center center/cover no-repeat"
|
||||||
- name: "Semiblack"
|
- name: "Semiblack"
|
||||||
description: "Transparent black and turquoise"
|
description: "Transparent black and turquoise"
|
||||||
type: "--semiblack"
|
type: "--semiblack"
|
||||||
bg: "url(/images/various/dmitri-popov-265077.jpg) center center/cover no-repeat"
|
bg: "url(/images/various/rodion-kutsaev-24833.jpg) center top/cover no-repeat"
|
||||||
- name: "Black"
|
- name: "Black"
|
||||||
description: "Transparent black"
|
description: "Transparent black"
|
||||||
type: "--black"
|
type: "--black"
|
||||||
bg: "#ff6dcf"
|
bg: "url(/images/various/dmitri-popov-265077.jpg) center center/cover no-repeat"
|
||||||
---
|
---
|
||||||
|
|
||||||
{% capture image_example %}
|
{% capture image_example %}
|
||||||
@@ -73,7 +73,7 @@ images:
|
|||||||
The <code>Made with Bulma</code> badge is available in <strong>6 different</strong> versions:
|
The <code>Made with Bulma</code> badge is available in <strong>6 different</strong> versions:
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<table class="table is-bordered">
|
<table class="table is-bordered bd-mwb-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Type</th>
|
<th>Type</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user