1
0
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:
Kyle Spearrin 2018-04-14 20:44:42 -04:00
parent 6edeb9ddca
commit 9c44e48cc2

View File

@ -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;
}