From 30f5bf1463cf7f850df5a50253eb69c1c48db371 Mon Sep 17 00:00:00 2001 From: taehoon Date: Tue, 26 Feb 2019 06:57:29 -0500 Subject: [PATCH] Remove legacy class names in BasicUserCard --- .../basic_user_card/basic_user_card.vue | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/components/basic_user_card/basic_user_card.vue b/src/components/basic_user_card/basic_user_card.vue index 020f82c1..cb73d54d 100644 --- a/src/components/basic_user_card/basic_user_card.vue +++ b/src/components/basic_user_card/basic_user_card.vue @@ -9,15 +9,13 @@
-
+
{{ user.name }}
-
- - @{{user.screen_name}} - -
+ + @{{user.screen_name}} +
@@ -61,13 +59,14 @@ &-primary-area { flex: 1; - .user-name { - img { - object-fit: contain; - height: 16px; - width: 16px; - vertical-align: middle; - } + } + + &-user-name { + img { + object-fit: contain; + height: 16px; + width: 16px; + vertical-align: middle; } }