Skip to content

Commit

Permalink
docs: tokens tables layout (#1621)
Browse files Browse the repository at this point in the history
docs(tokens): tightening up the color variant's row
  • Loading branch information
markcaron authored Jun 14, 2024
1 parent 8eebce6 commit e29e4f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/tokens/tokens.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
<link rel="stylesheet" href="{{ '/assets/packages/@rhds/elements/elements/rh-table/rh-table-lightdom.css' | url }}">
<link rel="stylesheet" href="{{ '/styles/samp.css' | url }}">

<style>
.variants > td {
padding-block: var(--rh-space-md, 8px);
}
</style>

<script type="module" src="{{ '/assets/javascript/elements/uxdot-copy-button.js' | url }}"></script>

{% category path = cat.path or cat.slug,
Expand Down

0 comments on commit e29e4f8

Please sign in to comment.