Skip to content

Commit

Permalink
tooltip fixed for centering
Browse files Browse the repository at this point in the history
  • Loading branch information
papachristoumarios committed Feb 19, 2018
1 parent 755d605 commit 00221d0
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 2,446 deletions.
5 changes: 4 additions & 1 deletion public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12816,7 +12816,7 @@ a:hover {
font-size: 1rem;
position: absolute;
bottom: 0%;
left: 0%;
left: 50%;
background: #222222;
padding: 5px 15px;
color: white;
Expand All @@ -12828,6 +12828,7 @@ a:hover {
white-space: pre-wrap;
text-align: justify;
width: 70vw !important;
margin-left: -35vw;
}

[data-tooltip]:before {
Expand All @@ -12843,6 +12844,7 @@ a:hover {
opacity: 0;
left: 50%;
bottom: 90%;
margin-left: -10px;
}

[data-tooltip]:hover:after {
Expand Down Expand Up @@ -14058,6 +14060,7 @@ article.contact .g-recaptcha.error > div {
@media (min-width: 576px) {
[data-tooltip]:after {
width: 33vw !important;
margin-left: -16.5vw !important;
}

nav.navbar {
Expand Down
Loading

0 comments on commit 00221d0

Please sign in to comment.