diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 21452fa16..8b3e0b813 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -324,23 +324,24 @@ p-toast { | |||
324 | background-color: #03A9F4 !important; | 324 | background-color: #03A9F4 !important; |
325 | } | 325 | } |
326 | 326 | ||
327 | .message { | 327 | .notification-block { |
328 | float: left; | 328 | display: flex; |
329 | 329 | ||
330 | h3 { | 330 | .message { |
331 | font-size: 21px; | 331 | h3 { |
332 | } | 332 | font-size: 21px; |
333 | } | ||
333 | 334 | ||
334 | p { | 335 | p { |
335 | font-size: 15px; | 336 | font-size: 15px; |
337 | } | ||
336 | } | 338 | } |
337 | } | ||
338 | 339 | ||
339 | .glyphicon { | 340 | .glyphicon { |
340 | float: right; | 341 | font-size: 32px; |
341 | font-size: 32px; | 342 | margin-top: 15px; |
342 | margin-top: 15px; | 343 | margin-right: 5px; |
343 | margin-right: 5px; | 344 | } |
344 | } | 345 | } |
345 | } | 346 | } |
346 | } | 347 | } |