diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index e2c453228..fbba2ad5c 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -413,6 +413,19 @@ p-toast { | |||
413 | z-index: z(notification) !important; | 413 | z-index: z(notification) !important; |
414 | } | 414 | } |
415 | 415 | ||
416 | .ui-toast-close-icon { | ||
417 | font-family: "Glyphicons Halflings"; | ||
418 | |||
419 | opacity: .5; | ||
420 | &:hover { | ||
421 | opacity: .8; | ||
422 | } | ||
423 | |||
424 | &:after { | ||
425 | content: "\e014"; | ||
426 | } | ||
427 | } | ||
428 | |||
416 | .ui-toast-message { | 429 | .ui-toast-message { |
417 | font-family: $main-fonts; | 430 | font-family: $main-fonts; |
418 | background-color: var(--mainBackgroundColor) !important; | 431 | background-color: var(--mainBackgroundColor) !important; |