mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 16:00:23 +00:00
Fixed @warningText and @warningBackground colors in docs
This commit is contained in:
parent
910e78d26a
commit
2696c6a4bd
1 changed files with 4 additions and 4 deletions
|
|
@ -345,13 +345,13 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td class="span3"><code>@warningText</code></td>
|
||||
<td>#f3edd2</td>
|
||||
<td class="swatch-col"><span class="swatch" style="background-color: #f3edd2;"></span></td>
|
||||
<td>#c09853</td>
|
||||
<td class="swatch-col"><span class="swatch" style="background-color: #c09853;"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>@warningBackground</code></td>
|
||||
<td>#c09853</td>
|
||||
<td><span class="swatch" style="background-color: #c09853;"></span></td>
|
||||
<td>#f3edd2</td>
|
||||
<td><span class="swatch" style="background-color: #f3edd2;"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>@errorText</code></td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue