mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Change MwB images
This commit is contained in:
parent
4c21d03696
commit
319c9f2bce
@ -154,4 +154,10 @@ $notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default
|
||||
color: $color-invert
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.bd-mwb-table td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bd-mwb-table td img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bd-example,
|
||||
.bd-structure,
|
||||
.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"
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user