|
|
@@ -210,7 +210,7 @@ const encryptPassword = (password) => {
|
|
|
width: 480px;
|
|
|
height: 315px;
|
|
|
padding: 16px;
|
|
|
- background-color: white;
|
|
|
+ background-color: var(--color-public-tracking-empty-bg);
|
|
|
border-radius: 12px;
|
|
|
border: 1px solid var(--color-border);
|
|
|
.suggestion-info {
|
|
|
@@ -222,6 +222,9 @@ const encryptPassword = (password) => {
|
|
|
div.multiple-empty {
|
|
|
height: 236px;
|
|
|
padding-top: 24px;
|
|
|
+ :deep(.suggestion) {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.public-tracking-search-input {
|