mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
toaster icon positioning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user