aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration/registration.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-17 02:17:36 +0200
committershpuld <shp@cock.li>2017-11-17 02:17:36 +0200
commit44073e72fdb5d253f48b6f0bb0755da89f7e4ae1 (patch)
tree5aa2c6c96694f010d27c1bec0b36b48f18424852 /src/components/registration/registration.vue
parented84c6acc07d7e1848dab0fc2d64061e9a090e8d (diff)
Update theme editor to have 4 colors, rewrite the color setter, change a LOT of base16 assignments for better consistency.
Diffstat (limited to 'src/components/registration/registration.vue')
-rw-r--r--src/components/registration/registration.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue
index 755489d7..adc751a3 100644
--- a/src/components/registration/registration.vue
+++ b/src/components/registration/registration.vue
@@ -1,6 +1,6 @@
<template>
<div class="settings panel panel-default base00-background">
- <div class="panel-heading base01-background base04">
+ <div class="panel-heading base02-background base04">
{{$t('registration.registration')}}
</div>
<div class="panel-body">
@@ -39,7 +39,7 @@
</div>
-->
<div class='form-group'>
- <button :disabled="registering" type='submit' class='btn btn-default base05 base01-background'>{{$t('general.submit')}}</button>
+ <button :disabled="registering" type='submit' class='btn btn-default base05 base02-background'>{{$t('general.submit')}}</button>
</div>
</div>
<div class='terms-of-service' v-html="termsofservice">