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 { a.link {
display: inline-block; display: flex;
line-height: 30px; align-items: center;
text-decoration: none; text-decoration: none;
&.small {
line-height: $iconSmallSize;
}
} }
.button-group { .button-group {