You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/06/03 10:52:04 UTC

[incubator-dlab] 01/11: [DLAB-631]: added detailed dialogs formatting

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

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

commit b8dc603d77524e3ae682189616aac59efc376cef
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Fri May 31 13:53:34 2019 +0300

    [DLAB-631]: added detailed dialogs formatting
---
 .../webapp/src/assets/styles/_dialogs.scss         | 62 ++++++++++++++++++++++
 1 file changed, 62 insertions(+)

diff --git a/services/self-service/src/main/resources/webapp/src/assets/styles/_dialogs.scss b/services/self-service/src/main/resources/webapp/src/assets/styles/_dialogs.scss
index 6ed2eb0..b091405 100644
--- a/services/self-service/src/main/resources/webapp/src/assets/styles/_dialogs.scss
+++ b/services/self-service/src/main/resources/webapp/src/assets/styles/_dialogs.scss
@@ -178,3 +178,65 @@ mat-dialog-container {
 .content-box {
   padding: 25px 30px 35px;
 }
+
+
+.detail-header {
+  border-bottom: 0;
+  width: 100%;
+  border-collapse: collapse;
+  table-layout: fixed;
+  td {
+    border: 1px solid #edf1f5;
+    text-align: center;
+    padding: 20px;
+    text-align: center !important;
+    background: #fff;
+    &:first-child {
+      background: #f6fafe;
+      font-size: 16px;
+      font-weight: 600;
+      color: #455c74;
+      text-overflow: ellipsis;
+      overflow: hidden;
+      cursor: default;
+    }
+    &.tooltip-wrap {
+      .hint-title {
+        font-size: 16px;
+        font-weight: 600;
+        color: #455c74;
+        overflow: hidden;
+        text-overflow: ellipsis;
+      }
+    }
+  }
+}
+
+.detail-info {
+  p {
+    font-weight: 400;
+    margin-bottom: 10px;
+    small {
+      font-size: 12px;
+      font-weight: 400;
+    }
+  }
+  span {
+    font-size: 14px;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    display: block;
+  }
+  .links_block {
+    padding-left: 25px;
+  }
+  .time_info {
+    margin-top: 15px;
+  }
+}
+
+.create-cluster {
+  .dialog-header {
+    padding-left: 45px !important;
+  }
+}
\ No newline at end of file


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