Skip to content

Commit

Permalink
+ Chip sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
djibe committed Jan 11, 2020
1 parent ad5ca3f commit e922272
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
14 changes: 11 additions & 3 deletions assets/scss/material/_chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@
}

> .material-icons {
@extend .chip-img;

color: $black-secondary;
font-size: 1.25rem;
margin: 0 $chip-inner-spacer-x 0 -$chip-inner-spacer-x;
width: 1.25rem;
font-size: $chip-icon-size;
line-height: 1;
}
}

Expand Down Expand Up @@ -172,6 +173,13 @@
}

// Size
.chip-sm {
height: 1.75rem;
}

.chip-xs {
height: 1.5rem;
}

// Disabled
.chip.disabled,
Expand Down
13 changes: 10 additions & 3 deletions css/material.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/material.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/material.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/material.min.css.map

Large diffs are not rendered by default.

0 comments on commit e922272

Please sign in to comment.