Skip to content

Commit

Permalink
improve palette styles
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 4, 2021
1 parent dfd1877 commit bffa9a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/assets/styles/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ body[data-page^='tokens/'] .table-wrapper td:first-child code {
.color-palette {
display: grid;
grid-template-columns: 200px repeat(11, 1fr);
gap: 1rem 0rem;
gap: 1rem var(--sl-spacing-xx-small);
margin: 2rem 0;
}

Expand All @@ -723,6 +723,7 @@ body[data-page^='tokens/'] .table-wrapper td:first-child code {

.color-palette__swatch {
height: 3rem;
border-radius: var(--sl-border-radius-small);
}

@media screen and (max-width: 1200px) {
Expand Down

0 comments on commit bffa9a2

Please sign in to comment.