Skip to content

Commit

Permalink
Update swatch styling for consistency with typographic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Palmer committed Sep 13, 2017
1 parent 22a80a2 commit 48a341a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styleguide/components/Swatch/Swatch.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}

.color {
width: 90px;
height: 90px;
width: var(--size-lg-iii);
height: var(--size-lg-iii);
border-radius: 100%;
position: absolute;
top: 50%;
Expand Down
2 changes: 2 additions & 0 deletions styleguide/screens/Design/Colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

.colorGroup {
lost-utility: clearfix;
margin-top: 0;
}

.color {
display: inline-block;
lost-column: 1/2;
margin-top: var(--size-lg-i);
}

@media(--colors-3up) {
Expand Down

0 comments on commit 48a341a

Please sign in to comment.