small cleanup

This commit is contained in:
kialam
2018-05-25 10:00:42 -04:00
parent edada76050
commit d8dcac9158

View File

@@ -1,5 +1,5 @@
.TagComponentWrapper { .TagComponentWrapper {
padding: 5px; padding: @at-space;
} }
.TagComponent { .TagComponent {
color: white; color: white;
@@ -25,7 +25,7 @@
&:before { &:before {
content: '\f0c2'; content: '\f0c2';
color: white; color: white;
height: 20px; height: @at-space-4x;
width: @at-space-4x; width: @at-space-4x;
} }
} }