Redesign difficulty adjustment dashboard widget

This commit is contained in:
Mononaut
2023-03-07 19:19:28 -06:00
parent e1f0bb9901
commit 39051e94e3
15 changed files with 735 additions and 64 deletions

View File

@@ -0,0 +1,18 @@
.difficulty-tooltip {
position: fixed;
background: rgba(#11131f, 0.95);
border-radius: 4px;
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
color: #b1b1b1;
padding: 10px 15px;
text-align: left;
pointer-events: none;
max-width: 300px;
min-width: 200px;
text-align: center;
p {
margin: 0;
white-space: nowrap;
}
}