mirror of https://github.com/twbs/bootstrap.git
Docs: update colors table to be responsive in Customize > Color page (#39663)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
parent
4e35f64fdc
commit
d30385b9df
|
@ -18,6 +18,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()`
|
|||
**Heads up!** There's some potential confusion with our new secondary and tertiary colors, and our existing secondary theme color, as well as our light and dark theme colors. Expect this to be ironed out in v6.
|
||||
{{< /callout >}}
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-swatches">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -353,6 +354,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()`
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
### Using the new colors
|
||||
|
||||
|
|
Loading…
Reference in New Issue