From 9dfcf8a301c37b359cf18880732ad63b413ce63e Mon Sep 17 00:00:00 2001 From: shpuld Date: Fri, 24 Feb 2017 17:32:41 +0200 Subject: Align attachments with usercard, make buttons use theme colors, prettify login form, more border radii adjustment for consistency. --- src/components/notifications/notifications.scss | 4 ++++ src/components/notifications/notifications.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src/components/notifications') diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 517afeaa..fe0cca10 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -1,4 +1,8 @@ @import '../../_variables.scss'; + +.notifications button { + min-height: 20px; +} .notification { padding: 0.4em 0 0 0.7em; display: flex; diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 785cc019..36908b1e 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -1,7 +1,7 @@