diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_bootstrap-variables.scss | 3 | ||||
-rw-r--r-- | client/src/sass/primeng-custom.scss | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index 77a20cfe1..7f413836b 100644 --- a/client/src/sass/include/_bootstrap-variables.scss +++ b/client/src/sass/include/_bootstrap-variables.scss | |||
@@ -31,4 +31,5 @@ $input-focus-border-color: #ced4da; | |||
31 | $nav-pills-link-active-bg: #F0F0F0; | 31 | $nav-pills-link-active-bg: #F0F0F0; |
32 | $nav-pills-link-active-color: #000; | 32 | $nav-pills-link-active-color: #000; |
33 | 33 | ||
34 | $zindex-dropdown: 10000; \ No newline at end of file | 34 | $zindex-dropdown: 10000; |
35 | $zindex-popover: 10000; | ||
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 05db2a2cb..58a6a0004 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -326,6 +326,8 @@ p-toast { | |||
326 | 326 | ||
327 | .notification-block { | 327 | .notification-block { |
328 | display: flex; | 328 | display: flex; |
329 | align-items: center; | ||
330 | padding: 5px; | ||
329 | 331 | ||
330 | .message { | 332 | .message { |
331 | flex-grow: 1; | 333 | flex-grow: 1; |
@@ -336,12 +338,12 @@ p-toast { | |||
336 | 338 | ||
337 | p { | 339 | p { |
338 | font-size: 15px; | 340 | font-size: 15px; |
341 | margin-bottom: 0; | ||
339 | } | 342 | } |
340 | } | 343 | } |
341 | 344 | ||
342 | .glyphicon { | 345 | .glyphicon { |
343 | font-size: 32px; | 346 | font-size: 32px; |
344 | margin-top: 15px; | ||
345 | margin-right: 5px; | 347 | margin-right: 5px; |
346 | } | 348 | } |
347 | } | 349 | } |