diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css
index c681259e..393cf6d6 100644
--- a/docs/css/bulma-docs.css
+++ b/docs/css/bulma-docs.css
@@ -1286,12 +1286,12 @@ a.box:active {
border-top-color: transparent;
content: "";
display: block;
- height: 1rem;
+ height: 1em;
position: relative;
- width: 1rem;
+ width: 1em;
left: 50%;
- margin-left: -8px;
- margin-top: -8px;
+ margin-left: -0.5em;
+ margin-top: -0.5em;
position: absolute;
top: 50%;
position: absolute !important;
@@ -2021,9 +2021,9 @@ a.box:active {
border-top-color: transparent;
content: "";
display: block;
- height: 1rem;
+ height: 1em;
position: relative;
- width: 1rem;
+ width: 1em;
position: absolute !important;
right: 0.625em;
top: 0.625em;
@@ -2715,9 +2715,9 @@ a.box:active {
border-top-color: transparent;
content: "";
display: block;
- height: 1rem;
+ height: 1em;
position: relative;
- width: 1rem;
+ width: 1em;
}
.number {
diff --git a/docs/index.html b/docs/index.html
index 62403642..2d4d91d2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -160,10 +160,14 @@ route: index
-
- Add column
- Remove column
-
+
While it's possible to add as many columns as you want, it is recommend to stick with 12 columns .
@@ -301,12 +305,16 @@ route: index
@@ -370,7 +378,7 @@ route: index
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
-
+
-
- button is-primary
-
+
+
+ button is-primary
+
+
Button
-
- button is-primary is-large
-
+
+
+ button is-primary is-large
+
+
Button
-
- button is-primary is-large is-loading
-
+
+
+ button is-primary is-large is-loading
+
+
Button
@@ -517,7 +533,7 @@ route: index
Title
Subtitle
-
+
-
-
-
- Checkbox
-
-
-
-
-
- Radio
-
-
-
- Buttons
-
-
-
- Button
-
+
+
+
@@ -577,9 +599,9 @@ route: index
- Tag
- Two
- Three
+ Tag
+ Two
+ Three
diff --git a/sass/elements/button.sass b/sass/elements/button.sass
index 2391d9d5..cce2e540 100644
--- a/sass/elements/button.sass
+++ b/sass/elements/button.sass
@@ -151,5 +151,5 @@ $button-shadow-inset: inset 0 1px 2px rgba($black, 0.2) !default
pointer-events: none
&:after
+loader
- +center(16px)
+ +center(1em)
position: absolute !important
diff --git a/sass/utilities/mixins.sass b/sass/utilities/mixins.sass
index 11e55173..175c0aef 100644
--- a/sass/utilities/mixins.sass
+++ b/sass/utilities/mixins.sass
@@ -137,9 +137,9 @@
border-top-color: transparent
content: ""
display: block
- height: 1rem
+ height: 1em
position: relative
- width: 1rem
+ width: 1em
=overflow-touch
-webkit-overflow-scrolling: touch