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.
14 lines
237 B
SCSS
14 lines
237 B
SCSS
.remote-translations-button {
|
|
@include info-colors;
|
|
font-size: $small-font-size;
|
|
text-align: center;
|
|
padding: rem-calc(6);
|
|
|
|
[type="submit"] {
|
|
@include link;
|
|
background: none;
|
|
border: 0;
|
|
font-weight: bold;
|
|
}
|
|
}
|