diff options
Diffstat (limited to 'apps/updatenotification/src/components/root.vue')
-rw-r--r-- | apps/updatenotification/src/components/root.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/src/components/root.vue b/apps/updatenotification/src/components/root.vue index 83753369390..60b631922eb 100644 --- a/apps/updatenotification/src/components/root.vue +++ b/apps/updatenotification/src/components/root.vue @@ -409,7 +409,7 @@ } </script> -<style lang="sass" scoped> +<style lang="scss" scoped> #updatenotification { margin-top: -25px; margin-bottom: 200px; @@ -482,7 +482,7 @@ } } </style> -<style lang="sass"> +<style lang="scss"> /* override needed to make menu wider */ #updatenotification .popovermenu { p { |