Dart backend update and upgrade, visual overhaul, additionally some Ñyqy updates that were meant for master branch #1

Merged
phundrak merged 38 commits from develop into master 2020-05-05 11:44:27 +00:00
1 changed files with 7 additions and 5 deletions
Showing only changes of commit 7b3e9f344e - Show all commits

View File

@ -178,7 +178,7 @@ $postamble-height: 55px;
}
img {
background: $light;
background: fade-out($light, 0.2);
}
}
@ -418,16 +418,18 @@ h4 {
.tooltiptext {
visibility: hidden;
width: 120px;
margin-left: -60px; /* Half the width */
bottom: 100%;
left: 50%;
padding: 5px 0;
left: 10%;
padding: 5px 10px;
text-align: center;
border-radius: 6px;
white-space: nowrap;
position: absolute;
z-index: 2;
z-index: 5;
&::after {
content: " ";