1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-26 10:36:19 +02:00

toaster icon positioning

This commit is contained in:
Kyle Spearrin 2018-04-14 20:45:08 -04:00
parent 511c931f5e
commit ced5f25f02

View File

@ -1,4 +1,4 @@
$fa-font-path: "~font-awesome/fonts";
$fa-font-path: "~font-awesome/fonts";
@import "~font-awesome/scss/font-awesome.scss";
@import "~angular2-toaster/toaster";
@ -22,13 +22,12 @@
}
&: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;
}