Add bd classes

This commit is contained in:
Jeremy Thomas
2017-08-14 12:44:24 +01:00
parent 88fb510d93
commit cd2f886df2
66 changed files with 1184 additions and 2456 deletions

View File

@@ -89,7 +89,7 @@ bootstrap:
{% include navbar.html id="Documentation" %}
</div>
<main class="bootstrap">
<main class="bd-bootstrap">
<section class="hero is-medium">
<div class="hero-body">
<div class="container">
@@ -127,10 +127,10 @@ bootstrap:
<h3 class="subtitle is-3 has-text-centered pros-heading">
Why choose <strong>Bulma</strong>
</h3>
<figure class="pros-icon">
<figure class="bd-pros-icon">
{% include svg/bulma-b.svg %}
</figure>
<div class="pros-list">
<div class="bd-pros-list">
{% for pro in page.bulma %}
{%
include pro.html
@@ -147,10 +147,10 @@ bootstrap:
<h3 class="subtitle is-3 has-text-centered pros-heading">
Why choose <strong>Bootstrap</strong>
</h3>
<figure class="pros-icon">
<figure class="bd-pros-icon">
{% include svg/bootstrap-icon.svg %}
</figure>
<div class="pros-list">
<div class="bd-pros-list">
{% for pro in page.bootstrap %}
{%
include pro.html
@@ -171,8 +171,8 @@ bootstrap:
<section class="section">
<div class="container">
<div class="comparison">
<header class="comparison-header has-text-centered">
<div class="bd-comparison">
<header class="bd-comparison-header has-text-centered">
<h2 class="title">
Comparison table
</h2>