diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-23 14:38:47 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-23 15:14:07 +0200 |
| commit | 2dce08be4ba6df814b9eeeeb0faf8478d46cc7be (patch) | |
| tree | dc6207c6e8b065617666c42d0a39fbaf343ec7e3 | |
| parent | 0496dcbf493099be10e6ca5412238322d417e20f (diff) | |
pw-reset.scss: view specific styling
| -rw-r--r-- | res/client/css/by-view/pw-reset.scss | 3 | ||||
| -rw-r--r-- | res/client/css/style.scss | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/res/client/css/by-view/pw-reset.scss b/res/client/css/by-view/pw-reset.scss new file mode 100644 index 00000000..e0bc375a --- /dev/null +++ b/res/client/css/by-view/pw-reset.scss @@ -0,0 +1,3 @@ +#cmn-form-row--instruction-line { + margin-bottom: $one-baseline; +}
\ No newline at end of file diff --git a/res/client/css/style.scss b/res/client/css/style.scss index e1d869f5..f72cc089 100644 --- a/res/client/css/style.scss +++ b/res/client/css/style.scss @@ -22,6 +22,7 @@ // Views @import "by-view/graph-view"; @import "by-view/login"; +@import "by-view/pw-reset"; @import "by-view/user-signup"; // Third-party |
