diff --git a/docs/index.html b/docs/index.html
index 11da7d6c0..cc806a27b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -593,9 +593,7 @@
diff --git a/docs/layout.html b/docs/layout.html
index c90809a6e..1b224b51d 100644
--- a/docs/layout.html
+++ b/docs/layout.html
@@ -254,7 +254,7 @@
-
+
#Flexbox grid
Layout includes flexbox based responsive grid system with 12 columns.
@@ -364,7 +364,7 @@
-
+
#Responsive grid
Spectre provides a neat responsive layout grid system and responsive visibility utilities.
@@ -410,7 +410,7 @@
<
/div>
-
+
Responsive container
The responsive layout also provides fixed-width containers. Use grid-480
, grid-960
or grid-1280
to container
for a fixed-width container with the specific max-width.
@@ -423,7 +423,7 @@
<
/div>
-
+
Responsive visibility
The responsive visibility utilities help show and hide elements on specific viewport sizes.
@@ -563,7 +563,7 @@
-
+
#Navbar
Navbar is a layout container that appears in the header of apps and websites.
@@ -644,7 +644,7 @@
-
+
#Panels
Panels are flexible view container layout with auto-expand content section.
@@ -805,7 +805,7 @@
-
#Empty states / blank slates
+
#Empty states / blank slates
Empty states/blank slates are commonly used as placeholders for first time use, empty data and error screens.
@@ -894,9 +894,7 @@
Components
diff --git a/docs/src/docs.less b/docs/src/docs.less
index c7217db9f..c01aba385 100644
--- a/docs/src/docs.less
+++ b/docs/src/docs.less
@@ -26,7 +26,7 @@
.section-footer {
color: @gray-color;
- padding: 25px 15px 10px 15px;
+ padding: 26px 15px 10px 15px;
position: relative;
z-index: 200;
@@ -107,17 +107,20 @@
}
.docs-content {
+ padding-bottom: 50px;
padding-top: 0;
.container {
padding: 10px;
- }
- header {
- padding-top: 55px;
+ & > h3,
+ & > h4 {
+ padding-top: 55px;
+ }
}
.anchor {
+ color: @primary-color-light;
height: 0;
margin-left: -1em;
overflow: hidden;
@@ -270,12 +273,12 @@
}
.docs-sidebar {
- padding: 70px 10px 50px 10px;
+ padding: 70px 10px 70px 10px;
position: relative;
.docs-nav {
bottom: 50px;
- height: ~"calc(100vh - 120px)";
+ height: ~"calc(100vh - 140px)";
overflow-y: auto;
position: fixed;
top: 90px;
diff --git a/docs/utilities.html b/docs/utilities.html
index d88aea825..943f4bc7e 100644
--- a/docs/utilities.html
+++ b/docs/utilities.html
@@ -254,11 +254,11 @@
-
+
#Color utilities
Color utilities are used for changing colors for text, link and background.
-
+
Text colors
primary color
@@ -303,7 +303,7 @@
<a class="text-error" href="#">error color</a>
-
+
Background colors
primary bg
@@ -329,7 +329,7 @@
-
+
#Display utilities
Display utilities are used for display and hidden things.
@@ -360,7 +360,7 @@
-
+
#Divider
A Divider is used for separating elements.
@@ -432,7 +432,7 @@
-
+
#Loading
Loading indicator is used for loading or updating. Also, you can add the loading
class to buttons for loading status.
@@ -450,7 +450,7 @@
-
+
#Position utilities
Position utilities are used for useful layout and position things, including clearfix, float, position and margin/padding utilities.
@@ -484,7 +484,7 @@
-
+
#Shape utilities
Shape utilities are used for change element shapes.
@@ -499,7 +499,7 @@
-
+
#Text utilities
Text utilities are used for text alignment, styles and overflow things.
@@ -563,9 +563,7 @@
Experimentals