The .control element has been a very versatile container for form controls. But it came at a cost: it was difficult to combine its block characteristics with its inline variations.
"
color: "success"
name: "Field element"
-icon: "square-o"
+icon: "square"
---
**TL;DR: there's a new `.field` container, and `.control` has been re-purposed.**
@@ -63,7 +63,7 @@ But it allows more elaborate designs.
-
+
This username is available
@@ -74,7 +74,7 @@ But it allows more elaborate designs.
-
+
This username is available
@@ -89,13 +89,13 @@ Addons with multiple icons or states.
-
+
-
+
@@ -119,7 +119,7 @@ Horizontal form with help text
-
+
This email is correct
diff --git a/docs/_posts/2017-11-14-bulma-is-on-patreon.md b/docs/_posts/2017-11-14-bulma-is-on-patreon.md
index 0054b87a..422d386a 100644
--- a/docs/_posts/2017-11-14-bulma-is-on-patreon.md
+++ b/docs/_posts/2017-11-14-bulma-is-on-patreon.md
@@ -4,7 +4,8 @@ layout: post
introduction: "Fix your navbar at the top or bottom"
color: "primary"
name: "Bulma on Patreon"
-icon: "support"
+icon: "patreon"
+icon_brand: true
---
**Bulma** has now its own [Patreon page](https://www.patreon.com/jgthms):
diff --git a/docs/_sass/route.sass b/docs/_sass/route.sass
index 9d0e2253..9b0fa342 100644
--- a/docs/_sass/route.sass
+++ b/docs/_sass/route.sass
@@ -7,12 +7,11 @@ html.route-index
.title.is-2 a:hover
color: $blue
.title.is-2 .icon.is-medium
+ font-size: 56px
left: -80px
opacity: 0.1
position: absolute
top: 10px
- .fa
- font-size: 56px
.hero .title.is-2 a
color: $white
.hero .title.is-2 a:hover
diff --git a/docs/_sass/specific.sass b/docs/_sass/specific.sass
index d8dcd82a..1e55aeb5 100644
--- a/docs/_sass/specific.sass
+++ b/docs/_sass/specific.sass
@@ -116,11 +116,10 @@
.bd-article-icon
color: $black
+ font-size: 56px
opacity: 0.25
& > span
display: block
- .fa
- font-size: 56px
.bd-article-info
padding: 20px
diff --git a/docs/alternative-to-bootstrap.html b/docs/alternative-to-bootstrap.html
index 003559f2..5573325b 100644
--- a/docs/alternative-to-bootstrap.html
+++ b/docs/alternative-to-bootstrap.html
@@ -2,6 +2,7 @@
bulma:
- type: "bulma"
icon: "css3"
+ icon_brand: true
title: "Modern features"
content: "By using the latest CSS3 features such as **Flexbox**, and planning on using **CSS Variables** and **CSS Grid**, Bulma aims to stay on the bleeding edge of browser technology."
- type: "bulma"
@@ -13,9 +14,10 @@ bulma:
title: "Easy-to-learn syntax"
content: "With simple readable **class names** like `.button` or `.title`, and a straightforward **modifiers system** like `.is-primary` or `.is-large`, it's easy to pick up Bulma in **minutes**. [More about modifiers](/documentation/modifiers/syntax/)"
- type: "bulma"
- icon: "fa"
- title: "Font Awesome support"
- content: "Bulma is compatible with [Font Awesome](http://fontawesome.io/) thanks to the `.icon` element."
+ icon: "font-awesome"
+ icon_brand: true
+ title: "Font Awesome 5 support"
+ content: "Bulma is compatible with both [Font Awesome 4](http://fontawesome.io/) and [Font Awesome 5](https://fontawesome.com/) thanks to the `.icon` element."
- type: "bulma"
icon: "plus"
title: "100+ useful CSS helpers"
@@ -35,6 +37,7 @@ bootstrap:
content: "Considering how long it has been around, Bootstrap has a **larger community** than Bulma. As a result, more tools (like theming and plugins) are available, and more questions are answered around the internet."
- type: "bootstrap"
icon: "internet-explorer"
+ icon_brand: true
title: "Internet Explorer compatibility"
content: "While 90% of Bulma works in IE11, Bootstrap has better **compatibility** with this browser."
- type: "bootstrap"
@@ -44,7 +47,7 @@ bootstrap:
---
-
+
@@ -53,7 +56,6 @@ bootstrap:
Bulma: an alternative to Bootstrap
-
@@ -83,11 +85,11 @@ bootstrap:
+
+
-