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

hshpak pushed a commit to branch hot-fix
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 29a7cccc89ff5d7ade0f61a1351d038e1efdccb2
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Mon Aug 29 19:23:04 2022 +0300

    fixed style
---
 .../image-action-dialog.component.scss               | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/image-action-dialog.component.scss
 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/image-action-dialog.component.scss
index a54b5c622..e7a99e941 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/image-action-dialog.component.scss
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/image-action-dialog.component.scss
@@ -20,7 +20,7 @@
 .content {
   max-height: 75vh;
   margin: 0;
-  padding: 20px 50px;
+  padding: 20px 30px;
   font-weight: 600;
 }
 
@@ -41,7 +41,7 @@
 }
 
 .image-name {
-  font-weight: 600;
+  font-weight: 200;
 }
 
 .image-list {
@@ -54,7 +54,7 @@
 }
 
 .terminate-image-list__wrapper {
-  margin-bottom: 30px;
+  margin-bottom: 10px;
   border-bottom: 1px solid rgba(0,0,0,.08);
 }
 
@@ -62,8 +62,7 @@
 .terminate-image-list__wrapper {
   display: flex;
   justify-content: space-between;
-  margin-top: 26px;
-  padding: 10px 0;
+  padding: 10px 20px;
   line-height: 26px;
 
   & > .status {
@@ -71,6 +70,10 @@
   }
 }
 
+.terminate-action__header--wrapper {
+  margin-top: 26px;
+}
+
 .content {
   & .terminate-image-list__wrapper {
     & > .status {
@@ -80,8 +83,13 @@
 }
 
 .shared-warning {
-  margin-bottom: 30px;
+  margin-bottom: 10px;
   color: red;
   text-align: center;
   font-weight: 400;
 }
+
+.question,
+.shared-warning {
+  line-height: 1;
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to