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/09/24 11:17:36 UTC

[incubator-dlab] branch DLAB-1056 updated: toastr notification appearing fixes

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

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


The following commit(s) were added to refs/heads/DLAB-1056 by this push:
     new fb1f9b1  toastr notification appearing fixes
fb1f9b1 is described below

commit fb1f9b1ee362a09e4593c3a05bc001fd39a872a0
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Tue Sep 24 14:17:25 2019 +0300

    toastr notification appearing fixes
---
 services/self-service/src/main/resources/webapp/src/styles.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/styles.scss b/services/self-service/src/main/resources/webapp/src/styles.scss
index a408a09..98697ec 100644
--- a/services/self-service/src/main/resources/webapp/src/styles.scss
+++ b/services/self-service/src/main/resources/webapp/src/styles.scss
@@ -389,13 +389,13 @@ input[type='number'] {
 
 .overlay-container {
   #toast-container {
-    >div.toast {
+    >div {
       box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
       border-radius: 2px;
       background-color: #fff;
       padding: 12px 20px;
       overflow: inherit;
-      margin: 0 0 15px;
+      margin: 5px 0 15px;
       font-size: 14px;
 
       &::before {


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