mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
add a style guide section, add existing colors
This commit is contained in:
parent
5207aedf80
commit
beb38babd9
11 changed files with 180 additions and 5 deletions
20
_colors/site-colors.html
Normal file
20
_colors/site-colors.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: "Site Colors"
|
||||
type: colors
|
||||
---
|
||||
|
||||
<div class="color__tile color__tile--red-bg">
|
||||
<code class="color__name">$red</code>
|
||||
</div>
|
||||
|
||||
<div class="color__tile color__tile--green-bg">
|
||||
<code class="color__name">$green</code>
|
||||
</div>
|
||||
|
||||
<div class="color__tile color__tile--gray-bg">
|
||||
<code class="color__name">$gray</code>
|
||||
</div>
|
||||
|
||||
<div class="color__tile color__tile--dark-blue-bg">
|
||||
<code class="color__name">$dark-blue</code>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue