diff options
Diffstat (limited to 'src/web/app/common/views/components/switch.vue')
| -rw-r--r-- | src/web/app/common/views/components/switch.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/common/views/components/switch.vue b/src/web/app/common/views/components/switch.vue index e6cdfa152c..2ac57be6fc 100644 --- a/src/web/app/common/views/components/switch.vue +++ b/src/web/app/common/views/components/switch.vue @@ -84,6 +84,8 @@ export default Vue.extend({ </script> <style lang="stylus" scoped> +@import '~const.styl' + .mk-switch display flex margin 8px 0 |