Simplify styles for the remote translations button

We can use the `link` mixin. Note this mixin uses anchor-color instead
of brand-color; by default, they're both the same, so we probably meant
anchor-color here.
This commit is contained in:
Javi Martín
2023-01-30 15:43:51 +01:00
parent fb2b88b10a
commit 3b125d9cfc

View File

@@ -5,14 +5,9 @@
padding: rem-calc(6);
[type="submit"] {
@include brand-color;
@include link;
background: none;
border: 0;
cursor: pointer;
font-weight: bold;
&:hover {
text-decoration: underline;
}
}
}