Change MwB images

This commit is contained in:
Jeremy Thomas 2017-10-13 12:12:53 +01:00
parent 4c21d03696
commit 319c9f2bce
5 changed files with 19 additions and 5 deletions

View File

@ -155,3 +155,9 @@ $notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default
.bd-icon-size .icon
background-color: $yellow
.bd-mwb-table
td
vertical-align: middle
img
vertical-align: middle

View File

@ -11294,6 +11294,14 @@ svg {
background-color: #ffdd57;
}
.bd-mwb-table td {
vertical-align: middle;
}
.bd-mwb-table td img {
vertical-align: middle;
}
.bd-example,
.bd-structure,
.bd-snippet {

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -18,15 +18,15 @@ images:
- name: "White"
description: "Transparent white"
type: "--white"
bg: "#222"
bg: "url(/images/various/sven-scheuermeier-34477.jpg) center center/cover no-repeat"
- name: "Semiblack"
description: "Transparent black and turquoise"
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"
description: "Transparent black"
type: "--black"
bg: "#ff6dcf"
bg: "url(/images/various/dmitri-popov-265077.jpg) center center/cover no-repeat"
---
{% capture image_example %}
@ -73,7 +73,7 @@ images:
The <code>Made with Bulma</code> badge is available in <strong>6 different</strong> versions:
</p>
</div>
<table class="table is-bordered">
<table class="table is-bordered bd-mwb-table">
<thead>
<tr>
<th>Type</th>