diff --git a/assets/styles/global/modifiers/_theming.scss b/assets/styles/global/modifiers/_theming.scss index 96d57e6e..81067b49 100644 --- a/assets/styles/global/modifiers/_theming.scss +++ b/assets/styles/global/modifiers/_theming.scss @@ -188,6 +188,10 @@ border-top: 1px solid var(--primary-invert-color-80) !important; } +.ok-has-border-bottom-accent { + border-bottom: 1px solid var(--accent-color) !important; +} + .ok-has-border-color-primary-highlight { border-color: var(--primary-highlight-color) !important; } diff --git a/components/notifications/OkUserNotifications.vue b/components/notifications/OkUserNotifications.vue index 234e63b3..f36b63fd 100644 --- a/components/notifications/OkUserNotifications.vue +++ b/components/notifications/OkUserNotifications.vue @@ -1,13 +1,31 @@