Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/elements/lists.md')
-rw-r--r--exampleSite/content/elements/lists.md23
1 files changed, 13 insertions, 10 deletions
diff --git a/exampleSite/content/elements/lists.md b/exampleSite/content/elements/lists.md
index c6f8040..a08aca8 100644
--- a/exampleSite/content/elements/lists.md
+++ b/exampleSite/content/elements/lists.md
@@ -23,26 +23,29 @@ weight = 20
#### Actions
{{< button-group class="" >}}
- {{< button title="PRIMARY" link= "#actions" class="primary" >}}
- {{< button title="DEFAULT" link= "#actions" class="" >}}
+ {{< button title="Primary" link= "#actions" class="primary" >}}
+ {{< button title="Default" link= "#actions" class="" >}}
+ {{< button title="Alt" link= "#actions" class="alt" >}}
{{< /button-group >}}
{{< button-group class="small" >}}
- {{< button title="SMALL" link= "#actions" class="primary small" >}}
- {{< button title="SMALL" link= "#actions" class="small" >}}
+ {{< button title="Small" link= "#actions" class="primary small" >}}
+ {{< button title="Small" link= "#actions" class="small" >}}
+ {{< button title="Small" link= "#actions" class="small alt" >}}
{{< /button-group >}}
{{< button-group class="stacked" >}}
- {{< button title="PRIMARY" link= "#actions" class="primary" >}}
- {{< button title="DEFAULT" link= "#actions" class="" >}}
+ {{< button title="Primary" link= "#actions" class="primary" >}}
+ {{< button title="Default" link= "#actions" class="" >}}
+ {{< button title="Alt" link= "#actions" class="alt" >}}
{{< /button-group >}}
{{< button-group class="fit" >}}
- {{< button title="DEFAULT" link= "#actions" class="primary" >}}
- {{< button title="SMALL" link= "#actions" class="primary small" >}}
+ {{< button title="Primary" link= "#actions" class="primary" >}}
+ {{< button title="Small" link= "#actions" class="primary small" >}}
{{< /button-group >}}
{{< button-group class="fit" >}}
- {{< button title="DEFAULT" link= "#actions" class="" >}}
- {{< button title="SMALL" link= "#actions" class="small" >}}
+ {{< button title="Default" link= "#actions" class="" >}}
+ {{< button title="Small" link= "#actions" class="small" >}}
{{< /button-group >}} \ No newline at end of file