diff --git a/js/src/common.scss b/js/src/common.scss index cf93afa73..2805f2cb8 100644 --- a/js/src/common.scss +++ b/js/src/common.scss @@ -126,3 +126,16 @@ a.list-item { background-color: $list-item-hover-background-color; cursor: pointer; } + +.setting-title { + margin-top: 2rem; + margin-bottom: 1rem; + + h2 { + display: inline; + background: $secondary; + padding: 2px 7.5px; + text-transform: uppercase; + font-size: 1.25rem; + } +} diff --git a/js/src/components/Account/ProfileOnboarding.vue b/js/src/components/Account/ProfileOnboarding.vue new file mode 100644 index 000000000..5f59e751d --- /dev/null +++ b/js/src/components/Account/ProfileOnboarding.vue @@ -0,0 +1,70 @@ + + + diff --git a/js/src/components/Settings/NotificationsOnboarding.vue b/js/src/components/Settings/NotificationsOnboarding.vue index f9052db29..065fd14a8 100644 --- a/js/src/components/Settings/NotificationsOnboarding.vue +++ b/js/src/components/Settings/NotificationsOnboarding.vue @@ -25,41 +25,30 @@

{{ $t("To activate more notifications, head over to the notification settings.") }}

-
- {{ $t("Manage my notifications") }} -