From 028a591eb884259798f53d8dcba8cc53127dd271 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 23 Feb 2015 15:12:59 +0200 Subject: common-form.scss: common form styling, deprecating view-specific files --- res/client/css/by-view/login.scss | 4 ++++ res/client/css/by-view/user-signup.scss | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'res/client/css/by-view') diff --git a/res/client/css/by-view/login.scss b/res/client/css/by-view/login.scss index 55d75cd4..2734d397 100644 --- a/res/client/css/by-view/login.scss +++ b/res/client/css/by-view/login.scss @@ -1,3 +1,7 @@ +// +// @deprecated: migrate to use common-form.scss +// + @import '../modules/mixins'; // For box-sizing .welcome-box { diff --git a/res/client/css/by-view/user-signup.scss b/res/client/css/by-view/user-signup.scss index 1fb4677c..23d640f8 100644 --- a/res/client/css/by-view/user-signup.scss +++ b/res/client/css/by-view/user-signup.scss @@ -1,3 +1,7 @@ +// +// @deprecated: migrate to use common-form.scss +// + /* #user_signup_form_panel { width: 550px; text-align: center; -- cgit v1.3.1