Updated chip and tag

This commit is contained in:
Grzegorz Leoniec 2019-01-17 11:02:09 +01:00
parent 4bd1028a38
commit e0e1aa907d
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@
font-family: $font-family-text;
line-height: $line-height-base;
padding: $font-space-xx-small $font-space-large;
padding-bottom: $font-space-xxx-small;
border-radius: $border-radius-base;
font-weight: $font-weight-bold;
color: $text-color-base;
@ -55,12 +56,15 @@
font-size: $font-size-small;
padding-left: $font-space-large + $font-space-xx-small;
padding-right: $font-space-large + $font-space-xx-small;
padding-top: $font-space-xxx-small;
}
.ds-chip-size-large {
font-size: $font-size-base;
padding-left: $font-space-x-large;
padding-right: $font-space-x-large;
padding-top: $font-space-xx-small;
padding-bottom: $font-space-xxx-small;
}
.ds-chip-close {

View File

@ -5,6 +5,7 @@
font-family: $font-family-text;
line-height: $line-height-large;
padding: $font-space-xx-small $font-space-x-large;
padding-top: $font-space-xxx-small;
border-radius: $border-radius-base;
font-weight: $font-weight-bold;
letter-spacing: $letter-spacing-large;