diff --git a/docs/dist/script.js b/docs/dist/script.js index 4438b21..80d1732 100644 --- a/docs/dist/script.js +++ b/docs/dist/script.js @@ -29859,7 +29859,7 @@ "Simple Slate" ), _react2["default"].createElement( - "small", + "p", null, "simple slate with padding 30px on all sides and 10px margin on all sides." ) @@ -29887,7 +29887,7 @@ "Slate spacious" ), _react2["default"].createElement( - "small", + "p", null, "Adds padding to your contents" ) @@ -29918,7 +29918,7 @@ "Slate with No Background" ), _react2["default"].createElement( - "small", + "p", null, "No border-radius and white background" ) @@ -29947,7 +29947,7 @@ "Centered Half Slate" ), _react2["default"].createElement( - "small", + "p", null, "Centered slate with 50% width" ) @@ -29982,7 +29982,7 @@ "Half Slate with Icons" ), _react2["default"].createElement( - "small", + "p", null, "Centered slate with 50% width" ) diff --git a/docs/dist/style.css b/docs/dist/style.css index 0d1ac55..5d8d588 100644 --- a/docs/dist/style.css +++ b/docs/dist/style.css @@ -6182,11 +6182,10 @@ body.modal-body { padding: 60px; } .slate.-plain { background: #fff; } - .slate > .icon:first-child { - display: block; } - .slate > .icon:first-child, - .slate > .tri-circle-loader:first-child { + .slate h1, .slate h2, .slate h3, .slate h4, .slate h5, .slate h6, .slate p { margin-bottom: 1.5rem; } + .slate h1, .slate h2, .slate h3, .slate h4, .slate h5, .slate h6 { + margin-top: 1.5rem; } .slate > *:last-child { margin-bottom: 0; } diff --git a/docs/sections/Docs-Slate/index.jsx b/docs/sections/Docs-Slate/index.jsx index 9152b38..c167cec 100644 --- a/docs/sections/Docs-Slate/index.jsx +++ b/docs/sections/Docs-Slate/index.jsx @@ -9,7 +9,7 @@ export default class Slate extends React.Component {
Use this for empty collections or loading resources.
simple slate with padding 30px on all sides and 10px margin on all sides.
Add the .-spacious class to your slate.
Adds padding to your contents
No border-radius and white background
With the centered grid column, you can center a slate.
Centered slate with 50% width
Centered slate with 50% width