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 {
|
&: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