This is an automated email from the ASF dual-hosted git repository.

ankovalyshyn pushed a commit to branch project_grid
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 5a81d01f5d15460ff187cbddca7cec00d9156063
Author: Andriana Kovalyshyn <andriana_kovalys...@epam.com>
AuthorDate: Thu May 23 14:56:29 2019 +0300

    added view to groups list control; stepper control changes
---
 .../project-form/project-form.component.scss       |  9 +-
 .../resources/webapp/src/assets/styles/_theme.scss | 97 +++++++++++++++++++++-
 2 files changed, 101 insertions(+), 5 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-form/project-form.component.scss
 
b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-form/project-form.component.scss
index d1e5a3a..8686a65 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-form/project-form.component.scss
+++ 
b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-form/project-form.component.scss
@@ -17,6 +17,9 @@
  * under the License.
  */
 
- .form-block {
-   width: 600px;
- }
\ No newline at end of file
+.form-block {
+  width: 600px;
+  .next {
+    margin-left: 25px;
+  }
+}
diff --git 
a/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss 
b/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss
index 446ab1c..41a2d2e 100644
--- 
a/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss
+++ 
b/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss
@@ -63,6 +63,68 @@
   }
 }
 
+.selector-wrapper {
+  display: flex;
+  align-self: center;
+  width: 100%;
+  height: 36px;
+  padding-left: 10px;
+  font-family: 'Open Sans', sans-serif;
+  font-size: 15px;
+  font-weight: 300;
+  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 
0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
+  mat-form-field {
+    width: 100%;
+    .mat-form-field-wrapper {
+      padding-bottom: 0;
+    }
+    .mat-icon {
+      font-size: 20px;
+    }
+    .caret {
+      width: 40px;
+      color: #4ab8dc;
+      border: none;
+      border-left: 1px solid #ececec;
+      background-color: #fff;
+      position: absolute;
+      right: 0;
+      top: 0px;
+      height: 36px;
+      cursor: pointer;
+      &.not-allowed {
+        background-color: #dcdcdc;
+      }
+    }
+  }
+}
+
+.multiple-select {
+  border-bottom: 1px solid #dedbdb;
+  padding: 0;
+  a {
+    display: inline-block;
+    width: 50%;
+    padding: 0 15px;
+    vertical-align: middle;
+    color: #575757;
+    cursor: pointer;
+    i {
+      vertical-align: sub;
+      font-size: 20px;
+    }
+    &:hover {
+      color: #4eaf3e;
+      background: #f9fafb;
+    }
+    &.deselect {
+      &:hover {
+        color: #f1696e;
+      }
+    }
+  }
+}
+
 .mat-button-focus-overlay {
   background-color: rgba(255, 0, 0, 0) !important;
 }
@@ -169,7 +231,7 @@
   white-space: pre-line !important;
   word-break: break-all;
 }
-.manage-roles-dialog {
+.manage-roles-dialog, .project-form {
   .mat-form-field {
     width: 100%;
   }
@@ -277,7 +339,7 @@ mat-horizontal-stepper {
       align-items: center;
       padding: 5px;
       input {
-        width: 490px;
+        width: 100%;
         align-self: center;
       }
       .caret {
@@ -299,11 +361,42 @@ mat-horizontal-stepper {
       text-align: center;
       .inner-step {
         height: 70px;
+        input {
+          width: 490px;
+        }
       }
     }
   }
 }
 
+.multiple-select {
+  border-bottom: 1px solid #dedbdb;
+  padding: 0 !important;
+  a {
+    display: inline-block;
+    width: 50%;
+    padding: 0 15px;
+    vertical-align: middle;
+    color: #575757;
+    cursor: pointer;
+    i {
+      vertical-align: sub;
+      font-size: 20px;
+    }
+    &:hover {
+      color: #4eaf3e;
+      background: #f9fafb;
+    }
+    &.deselect {
+      &:hover {
+        color: #f1696e;
+      }
+    }
+  }
+  mat-pseudo-checkbox {
+    display: none;
+  }
+}
 
 .dashboard_table {
   &.reporting {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to