From 660d11e91e1643927028d2d6870a911f569b34d8 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 25 Sep 2018 15:42:58 +0200 Subject: refactor subscribe button and comment-add for visitor-interact UX (#1100) * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX --- .../src/app/shared/user-subscription/remote-subscribe.component.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 client/src/app/shared/user-subscription/remote-subscribe.component.scss (limited to 'client/src/app/shared/user-subscription/remote-subscribe.component.scss') diff --git a/client/src/app/shared/user-subscription/remote-subscribe.component.scss b/client/src/app/shared/user-subscription/remote-subscribe.component.scss new file mode 100644 index 000000000..e49271079 --- /dev/null +++ b/client/src/app/shared/user-subscription/remote-subscribe.component.scss @@ -0,0 +1,5 @@ +@import '_mixins'; + +.btn-remote-follow { + @include orange-button; +} \ No newline at end of file -- cgit v1.2.3