Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Jun 29, 2023
1 parent 273b175 commit 28d1e23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ <h2 class="question-title" aria-level="2" ng-bind-html="question.title">
</div>
</div>
<div avb-common-footer float="true"></div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,17 @@
position: relative;
}

#continue-btn:hover~.continue-custom-tooltip {
display: block;
opacity: 1;
}

.continue-custom-tooltip {
display: none;
position: absolute;
bottom: 90%;
opacity: 0;
transition: visibility 0s, opacity 0.5s linear;
bottom: 93%;
right: 40px;
z-index: -1;
width: 231px;
Expand All @@ -79,6 +87,7 @@
}

.tooltip-inner {
box-shadow: 0 5px 5px rgba(0,0,0,.15);
background-color: #CCE5FF;
margin-top: -9px;
font-size: 12px;
Expand Down

0 comments on commit 28d1e23

Please sign in to comment.