mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
toaster icon positioning
This commit is contained in:
parent
511c931f5e
commit
ced5f25f02
@ -1,4 +1,4 @@
|
|||||||
$fa-font-path: "~font-awesome/fonts";
|
$fa-font-path: "~font-awesome/fonts";
|
||||||
@import "~font-awesome/scss/font-awesome.scss";
|
@import "~font-awesome/scss/font-awesome.scss";
|
||||||
@import "~angular2-toaster/toaster";
|
@import "~angular2-toaster/toaster";
|
||||||
|
|
||||||
@ -22,13 +22,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
position: fixed;
|
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
float: left;
|
float: left;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding-right: 0.5em;
|
padding-right: 10px;
|
||||||
margin: auto 0 auto -36px;
|
margin: auto 0 auto -36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user