mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Remove primary from variation examples
This commit is contained in:
@@ -99,8 +99,7 @@
|
||||
|
||||
<h3 id="variations">Variations</h3>
|
||||
<p>Use the <code>button-*</code> modifier to create variations.</p>
|
||||
<pre><code class="lang-html"><button type="button">Primary</button>
|
||||
<button type="button" class="button-secondary">Secondary</button>
|
||||
<pre><code class="lang-html"><button type="button" class="button-secondary">Secondary</button>
|
||||
<button type="button" class="button-success">Success</button>
|
||||
<button type="button" class="button-info">Info</button>
|
||||
<button type="button" class="button-warning">Warning</button>
|
||||
@@ -109,7 +108,6 @@
|
||||
<button type="button" class="button-dark">Dark</button>
|
||||
</code></pre>
|
||||
<div class="input-single">
|
||||
<button type="button">Primary</button>
|
||||
<button type="button" class="button-secondary">Secondary</button>
|
||||
<button type="button" class="button-success">Success</button>
|
||||
<button type="button" class="button-info">Info</button>
|
||||
|
||||
@@ -86,11 +86,7 @@
|
||||
|
||||
<h3 id="variations">Variations</h3>
|
||||
<p>Use the <code>progress-*</code> modifier to create variations.</p>
|
||||
<pre><code class="lang-html"><div class="progress">
|
||||
<div class="progress-bar width-50">50%</div>
|
||||
</div>
|
||||
|
||||
<div class="progress progress-secondary">
|
||||
<pre><code class="lang-html"><div class="progress progress-secondary">
|
||||
<div class="progress-bar width-50">50%</div>
|
||||
</div>
|
||||
|
||||
@@ -118,10 +114,6 @@
|
||||
<div class="progress-bar width-50">50%</div>
|
||||
</div>
|
||||
</code></pre>
|
||||
<div class="progress">
|
||||
<div class="progress-bar width-50">50%</div>
|
||||
</div>
|
||||
|
||||
<div class="progress progress-secondary">
|
||||
<div class="progress-bar width-50">50%</div>
|
||||
</div>
|
||||
|
||||
@@ -75,7 +75,6 @@ You can force buttons to have an active state by applying the `active` class.
|
||||
Use the `button-*` modifier to create variations.
|
||||
|
||||
```html
|
||||
<button type="button">Primary</button>
|
||||
<button type="button" class="button-secondary">Secondary</button>
|
||||
<button type="button" class="button-success">Success</button>
|
||||
<button type="button" class="button-info">Info</button>
|
||||
@@ -86,7 +85,6 @@ Use the `button-*` modifier to create variations.
|
||||
```
|
||||
|
||||
<div class="input-single">
|
||||
<button type="button">Primary</button>
|
||||
<button type="button" class="button-secondary">Secondary</button>
|
||||
<button type="button" class="button-success">Success</button>
|
||||
<button type="button" class="button-info">Info</button>
|
||||
|
||||
@@ -55,10 +55,6 @@ When progress can’t be determined, use the `progress-indeterminate` modifier t
|
||||
Use the `progress-*` modifier to create variations.
|
||||
|
||||
```html
|
||||
<div class="progress">
|
||||
<div class="progress-bar width-50">50%</div>
|
||||
</div>
|
||||
|
||||
<div class="progress progress-secondary">
|
||||
<div class="progress-bar width-50">50%</div>
|
||||
</div>
|
||||
@@ -88,10 +84,6 @@ Use the `progress-*` modifier to create variations.
|
||||
</div>
|
||||
```
|
||||
|
||||
<div class="progress">
|
||||
<div class="progress-bar width-50">50%</div>
|
||||
</div>
|
||||
|
||||
<div class="progress progress-secondary">
|
||||
<div class="progress-bar width-50">50%</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user