diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-23 15:12:59 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-23 15:12:59 +0200 |
| commit | 028a591eb884259798f53d8dcba8cc53127dd271 (patch) | |
| tree | d006f9a393b20b6d456af828d8a59425c921f1ac /res/client/css/by-view | |
| parent | 446f272819e3f610abd39b8625a93b387eb558d4 (diff) | |
common-form.scss: common form styling, deprecating view-specific files
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/login.scss | 4 | ||||
| -rw-r--r-- | res/client/css/by-view/user-signup.scss | 4 |
2 files changed, 8 insertions, 0 deletions
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; |
