link button tweak

This commit is contained in:
Roman Cervantes 2019-08-09 12:12:17 -07:00
parent 1c1b255344
commit f8b5d13adc

View file

@ -5,13 +5,9 @@ a {
}
a.link {
display: inline-block;
line-height: 30px;
display: flex;
align-items: center;
text-decoration: none;
&.small {
line-height: $iconSmallSize;
}
}
.button-group {