mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 20:37:28 +08:00
[O] LinkCard UX improvements and i18n fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user