vertically center CLEAR ALL "button" using newly created mixin and resolve merge conflict

This commit is contained in:
kialam
2018-05-25 10:34:03 -04:00
parent a9bdac0d53
commit 376a763cc0
4 changed files with 14 additions and 6 deletions

View File

@@ -41,9 +41,7 @@
.TagComponent-button {
padding: 0 @at-space;
display: flex;
flex-direction: column;
justify-content: center;
.at-mixin-VerticallyCenter();
}
.TagComponent-button:hover {