widget help text

This commit is contained in:
MrChristofferson 2017-07-25 18:12:32 -05:00
parent b13f2376fb
commit dd30186e01
2 changed files with 16 additions and 18 deletions

View file

@ -1,29 +1,28 @@
.help {
display: inline;
margin-left: 2rem;
.help-text {
display: none;
}
&:hover,
&:active {
.help-text {
display: block;
position: absolute;
z-index: 999;
padding: 2px;
font-style: normal;
background-color: $dark_gray;
color: $off_white;
border-radius: 3px;
padding: .5rem .8rem;
width: 250px;
left: 17rem;
bottom: -0.8rem;
display: none;
}
}
}
.help-text {
position: absolute;
z-index: 999;
padding: 2px;
font-style: normal;
background-color: $dark_gray;
color: $off_white;
border-radius: 3px;
padding: .5rem .8rem;
width: 250px;
left: 17rem;
bottom: -0.8rem;
display: none;
}
.title-help {
display: inline;
.fa {

View file

@ -48,8 +48,7 @@
padding: 0 0.3rem;
opacity: 0;
max-height: 0px;
overflow: hidden;
transition: 0.5s;
transition: all 0.5s ease;
transition-delay: 0.2s;
}
h5 {