mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-26 17:08:33 +01:00
fix positioning of toaster icon
This commit is contained in:
parent
6edeb9ddca
commit
9c44e48cc2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user