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/user_card_content/user_card_content.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/components/user_card_content/user_card_content.vue') diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index 10064d5f..fcdc7cca 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -15,22 +15,22 @@
- -
- + - +
@@ -102,7 +102,7 @@ .profile-panel-background { background-color: #121517; background-size: cover; - border-radius: 0.5em 0.5em 0 0; + border-radius: 10px; } .profile-panel-body { @@ -127,7 +127,7 @@ img { border: 2px solid; - border-radius: 0.5em; + border-radius: 5px; flex: 1 0 100%; max-width: 48px; max-height: 48px; @@ -185,7 +185,6 @@ button { width: 92%; height: 100%; - border: 1px solid; } } } -- cgit v1.2.3-70-g09d2 From cac47f712858b489103db82a73c2a804b37d4743 Mon Sep 17 00:00:00 2001 From: shpuld Date: Fri, 24 Feb 2017 19:12:57 +0200 Subject: Make user card buttons more light-theme friendly without compromising the dark ones. --- src/components/user_card_content/user_card_content.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'src/components/user_card_content/user_card_content.vue') diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index fcdc7cca..b786ab8d 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -15,22 +15,22 @@
- + - +
@@ -183,9 +183,15 @@ } button { + border: solid; + border-width: 1px; width: 92%; height: 100%; } + .pressed { + border: solid; + border-width: 1px; + } } } -- cgit v1.2.3-70-g09d2