mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
fix positioning of toaster icon
This commit is contained in:
@@ -30,13 +30,12 @@ $fa-font-path: "~font-awesome/fonts";
|
||||
}
|
||||
|
||||
&:before {
|
||||
position: fixed;
|
||||
font-family: FontAwesome;
|
||||
font-size: 25px;
|
||||
line-height: 20px;
|
||||
float: left;
|
||||
color: #ffffff;
|
||||
padding-right: 0.5em;
|
||||
padding-right: 10px;
|
||||
margin: auto 0 auto -36px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user