From 6a5354a3b7854dc4d2de32659f5107453bd57eb3 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 8 Dec 2019 13:25:46 +0700 Subject: [PATCH] Disable example links --- docs/index.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/index.html b/docs/index.html index f843887e..b73bef6b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -547,9 +547,9 @@

Links come with .secondary and .contrast styles.

- Primary
- Secondary
- Contrast
+ Primary
+ Secondary
+ Contrast
<a href="#">Primary</a>
 <a href="#" class="secondary">Secondary</a>
@@ -574,8 +574,8 @@
             

Buttons are width: 100%; by default. Use <a role="button"> if you need an inline element.

- Link - Link + Link + Link
<a href="#" role="button">Link</a>
 <a href="#" role="button">Link</a>
@@ -583,8 +583,8 @@

Buttons come with .secondary and .contrast styles.

- Secondary - Contrast + Secondary + Contrast
<a href="#" role="button" class="secondary">Secondary</a>
 <a href="#" role="button" class="contrast">Contrast</a>
@@ -592,9 +592,9 @@

And a classic .outline variant.

- Primary - Secondary - Contrast + Primary + Secondary + Contrast
<a href="#" role="button" class="outline">Primary</a>
 <a href="#" role="button" class="secondary outline">Secondary</a>
@@ -826,9 +826,9 @@
                   
  • Brand
  • @@ -850,7 +850,7 @@