aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/user/user.styl
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-10-02 11:37:03 +0300
committerKoren Lev <korenlev@gmail.com>2017-10-02 11:37:03 +0300
commita9691f5fe78af32c474754f841a71a68e2d2a484 (patch)
tree6ad620ebc1f9adf6bf9fc671d88ea0adf8e7fe07 /ui/imports/ui/components/user/user.styl
parent1e1e95ac6560f26fc154fab4c990235da5ba23c6 (diff)
ui move to docker
Change-Id: Iff31ebb3fff782e848704801b7800fdf480264a1 Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'ui/imports/ui/components/user/user.styl')
-rw-r--r--ui/imports/ui/components/user/user.styl34
1 files changed, 0 insertions, 34 deletions
diff --git a/ui/imports/ui/components/user/user.styl b/ui/imports/ui/components/user/user.styl
deleted file mode 100644
index 434cc64..0000000
--- a/ui/imports/ui/components/user/user.styl
+++ /dev/null
@@ -1,34 +0,0 @@
-.os-user
- margin: 20px;
-
- .cl-field-group
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- padding: 5px 0;
-
- .cl-field-label
- width: 170px;
- margin: 0 5px;
-
- .cl-input
- display: block;
- width: 100%;
- min-height: 34px;
- padding: 6px 12px;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 4px;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
- width: 400px;
- margin: 0 5px;
-
- .cl-field-desc
- margin: 0 5px;
-
- .js-message-panel
- margin-top: 20px;