[O] LinkCard UX improvements and i18n fixes

This commit is contained in:
Menci
2025-01-28 04:54:10 +08:00
parent 99e1d130f0
commit db7be134c7
6 changed files with 1547 additions and 1204 deletions

View File

@@ -78,6 +78,7 @@ button
opacity: 0.9
cursor: pointer
transition: vars.$transition
white-space: nowrap
button:hover
border-color: vars.$c-main
@@ -126,6 +127,8 @@ button.icon
// --lv-color: 239, 242, 225
--lv-text-clip: linear-gradient(110deg, #5ac42c, #5ccc22, #959f26, #cc7c23, #c93143, #8f4876, #4c3eb1, #3c3397)
.warning
color: vars.$c-warning
.error
color: vars.$c-error
@@ -182,6 +185,9 @@ input:focus, input:focus-visible
border: 1px solid vars.$c-main
outline: none
input.warning
border: 1px solid vars.$c-warning
input.error
border: 1px solid vars.$c-error