mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
link button tweak
This commit is contained in:
parent
1c1b255344
commit
f8b5d13adc
1 changed files with 2 additions and 6 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue