Add remote translation button

- Create partial to render remote translation button. This button will
  send remote_translations as json to remote translations controller.
- Add locales
- Add styles

Co-Authored-By: alessandro <agileontheweb@gmail.com>
This commit is contained in:
taitus
2019-01-25 16:12:59 +01:00
committed by voodoorai2000
parent 6ad294e71f
commit cbd7ab7179
4 changed files with 35 additions and 0 deletions

View File

@@ -474,6 +474,26 @@ header {
}
}
.remote-translations-button {
.callout {
margin: 0;
padding: rem-calc(6);
[type="submit"] {
background: none;
border: 0;
cursor: pointer;
font-weight: bold;
color: $brand;
&:hover {
text-decoration: underline;
}
}
}
}
.external-links {
float: none;
padding: rem-calc(6) 0;