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 {
padding: 5px;
padding: @at-space;
}
.TagComponent {
color: white;
@ -25,7 +25,7 @@
&:before {
content: '\f0c2';
color: white;
height: 20px;
height: @at-space-4x;
width: @at-space-4x;
}
}