@@ -1,4 +1,4 @@
-@import "p_pro.less";
+@import "login.less";
@import "submenu.less";
@import "graph.less";
@import "bootstrap-tagsinput.less";
@@ -22,29 +22,35 @@
border-radius: 50%;
background: black;
display: block;
+ position: relative;
float: left;
+ width: 30px;
+ height: 30px;
padding: 4px;
margin: 7px 6px 3px 9px;
.fa {
- display: none;
+ color: @textColor;
+ left: 10px;
+ top: 8px;
+ font-size: 150%;
+ opacity: 0;
+ position: absolute;
+ transition: opacity .25s ease-in-out;
}
img {
width: 30px;
+ opacity: 1;
&:hover {
- display: block;
- width: 30px;
- height: 30px;
- color: @textColor;
opacity: .7;
- position: relative;
- left: 6px;
- top: 4px;
- font-size: 150%;