reltated to #1837 dark mode for new tooltip for badges

This commit is contained in:
MatthieuLP
2023-01-10 12:31:02 +01:00
parent 28466e0ce6
commit 4f9136e7c3
3 changed files with 19 additions and 2 deletions
+8
View File
@@ -6862,6 +6862,14 @@ color:#FF7B00;
align-items: center;
}
.badge-dropdown {
background: linear-gradient(130deg, white 0%, white 100%);
}
.badge-dropdown:after {
border-color: transparent transparent white transparent;
}
@media (max-width: 1450px) {
.promote-text span {
font-size: 20px;