Skip to content

Commit

Permalink
fix(notification-badge): vertical center alignment (#692)
Browse files Browse the repository at this point in the history
* fix: vertical center alignment

* fix: close icon vertical alignment

* refactor: updating visual test snapshots
  • Loading branch information
marvinLaubenstein authored Nov 22, 2021
1 parent b9127b1 commit 242254d
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

.notification-message__icon-close {
position: absolute;
top: 9.5px;
top: 8px;
right: 13.5px;
color: black;
}
Expand All @@ -76,7 +76,7 @@

.notification-message__icon-success {
position: absolute;
top: 15px;
top: 13.5px;
left: 17px;
height: 20px;
width: 20px;
Expand All @@ -85,7 +85,7 @@

.notification-message__icon-error {
position: absolute;
top: 13px;
top: 12px;
left: 17px;
height: 20px;
width: 20px;
Expand All @@ -94,7 +94,7 @@

.notification-message__icon-information {
position: absolute;
top: 13px;
top: 12px;
left: 17px;
height: 20px;
width: 20px;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 242254d

Please sign in to comment.