Fixed tags

This commit is contained in:
Grzegorz Leoniec 2019-01-17 11:21:11 +01:00
parent e0e1aa907d
commit f785fc8de6
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 6 additions and 7 deletions

View File

@ -34,12 +34,6 @@ $easeOut: cubic-bezier(0.19, 1, 0.22, 1);
background: #fff;
}
.tags {
.ds-tag {
margin-right: $space-xx-small;
}
}
blockquote {
display: block;
padding: 15px 20px 15px 45px;

View File

@ -1,11 +1,12 @@
.ds-tag {
@include reset;
@include stack-space($space-xx-small);
@include inline-space($font-space-xx-small);
display: inline-block;
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;
padding-top: $font-space-x-small;
border-radius: $border-radius-base;
font-weight: $font-weight-bold;
letter-spacing: $letter-spacing-large;
@ -42,15 +43,19 @@
.ds-tag-round {
border-radius: $border-radius-rounded;
padding: 0 $font-space-base;
padding-top: $font-space-xxx-small;
}
.ds-tag-size-base {
font-size: $font-size-x-small;
padding-top: $font-space-x-small;
padding-bottom: $font-space-xx-small;
}
.ds-tag-size-small {
font-size: $font-size-xx-small;
padding: $font-space-xxx-small $font-space-large;
padding-top: $font-space-x-small;
}
.ds-tag-size-large {