improvement (UI): hovering a hidden breadcrumb element - design update

This commit is contained in:
Mickael KERJEAN 2018-04-11 09:52:40 +10:00
parent 009e6ff1b4
commit e0006092cb
2 changed files with 3 additions and 2 deletions

View file

@ -46,7 +46,7 @@
transform: translateY(5px);
border-radius: 2px;
white-space: nowrap;
padding: 1px 5px!important;
padding: 3px 10px!important;
margin: 5px 0px 5px -5px;
}
}
@ -76,7 +76,7 @@ body.touch-no{
span.title{
opacity: 1;
transform: translateY(0px);
transition: all 0.2s ease-out;
transition: all 0.15s ease-out;
}
}
}

View file

@ -2,6 +2,7 @@
position: fixed;
bottom: 20px;
right: 20px;
z-index: 2;
.content{
height: 25px;
width: 25px;