localized vue login, added language switcher block

This commit is contained in:
2019-05-21 14:56:34 +02:00
parent a8c8d04408
commit 1c040f261e
8 changed files with 191 additions and 35 deletions

View File

@@ -43,7 +43,13 @@ export default {
</script>
<style lang="css" scoped>
#user-tools{
margin-right:0.5em;
padding-right:0.5em;
border-right:1px solid #222;
}
h4{
margin:0;
display:inline-block;
font-size:inherited;
}