Files
nairobi/app/assets/stylesheets/layout/remote_translations_button.scss
Javi Martín 3b125d9cfc 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.
2023-02-16 17:24:34 +01:00

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;
}
}