From ae66e6f880267b65d6509d538955febf65be7ed3 Mon Sep 17 00:00:00 2001 From: chomik Date: Wed, 7 Mar 2018 09:18:42 +0100 Subject: [PATCH] grid docs --- src/_docs/grid.md | 73 +++++++++++++++++++++- src/_includes/aside.html | 2 +- src/_includes/cards/chat.html | 2 +- src/_includes/cards/company-lookup.html | 2 +- src/_includes/cards/credit-card.html | 4 +- src/_includes/cards/form-all-elements.html | 6 +- src/_includes/cards/match.html | 2 +- src/_includes/parts/input-image.html | 2 +- src/_layouts/docs.html | 3 +- src/assets/scss/dashboard/_grid.scss | 4 +- 10 files changed, 85 insertions(+), 15 deletions(-) diff --git a/src/_docs/grid.md b/src/_docs/grid.md index 9d577a9f5..08ada9122 100644 --- a/src/_docs/grid.md +++ b/src/_docs/grid.md @@ -2,4 +2,75 @@ title: Grid utilities icon: fe fe-grid in_progress: true ---- \ No newline at end of file +description: Quickly and easily create layouts with the basic 12-column. +--- + +### Basic layout + +Create basic grid layout using columns. With `.row` and `.col`, we can easily manipulate the layout. + +{% example html %} +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endexample %} + +### Column spacing + +Row provides `.gutters-[size]` attribute to specify spacings between columns. + +{% example html %} +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endexample %} \ No newline at end of file diff --git a/src/_includes/aside.html b/src/_includes/aside.html index db74c326e..b64a3dffd 100644 --- a/src/_includes/aside.html +++ b/src/_includes/aside.html @@ -16,7 +16,7 @@ {% include chat-content.html %}