diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-08 11:26:41 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-01-09 11:15:15 +0100 |
commit | 2f1548fda32c3ba9e53913270394eedfacd55986 (patch) | |
tree | afee28df36a9e00f921603d9091e5d08d5818159 /client/src/sass | |
parent | f7cc67b455a12ccae9b0ea16876d166720364357 (diff) | |
download | PeerTube-2f1548fda32c3ba9e53913270394eedfacd55986.tar.gz PeerTube-2f1548fda32c3ba9e53913270394eedfacd55986.tar.zst PeerTube-2f1548fda32c3ba9e53913270394eedfacd55986.zip |
Add notifications in the client
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 | } |