Skip to content

Commit

Permalink
changes to tag scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie committed Aug 21, 2018
1 parent 6f12a1b commit a9eef7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ typings/
# Ignore Lib/
lib/

design-system/catalog/build/
site/catalog/build/*



7 changes: 3 additions & 4 deletions design-system/src/components/tag/tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wz-tag {
padding: 4px 8px;
font-size: 14px;
border-radius: 3px;
color: var(--ink-base);
color: var(--ink-base);

&.neutral {
box-shadow: 0 2px 4px 0 rgba(60, 66, 69, 0.16);
Expand All @@ -24,7 +24,7 @@ wz-tag {
}

&.warning {
background-color: var(--warning-light);
background-color: var(--warning-light);
}

&.negative {
Expand All @@ -35,7 +35,7 @@ wz-tag {
background-color: var(--positive-light);
}

>span {
> span {
font-size: 22px;
margin-left: 8px;
cursor: pointer;
Expand All @@ -44,6 +44,5 @@ wz-tag {
color: var(--ink-dark);
}
}

}
}

0 comments on commit a9eef7a

Please sign in to comment.