Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Jan 26, 2021
1 parent 6368119 commit 5a2ec5d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -26123,7 +26123,7 @@ Tag styles
min-width: rem(32px);
// restricts size of contained elements
max-width: 100%;
min-height: 1.5rem;
min-height: rem(24px);
margin: $carbon--spacing-02;
padding: $carbon--spacing-02 $carbon--spacing-03;
word-break: break-word;
Expand Down Expand Up @@ -26308,6 +26308,16 @@ Tag styles
fill: $disabled-02;
}

// small tags
.#{$prefix}--tag--sm {
min-height: rem(18px);
padding: 0 $carbon--spacing-03;
}

.#{$prefix}--tag--sm.#{$prefix}--tag--filter {
padding-right: rem(2px);
}

// Skeleton state
.#{$prefix}--tag.#{$prefix}--skeleton {
@include skeleton;
Expand Down

0 comments on commit 5a2ec5d

Please sign in to comment.