style: login modal

This commit is contained in:
jialin
2025-05-08 15:22:53 +08:00
parent e05b323489
commit f0f4bd8bf2
10 changed files with 65 additions and 31 deletions
+3 -1
View File
@@ -25,7 +25,7 @@ html {
--layout-content-blockpadding: 32px;
--layout-content-inlinepadding: 32px;
--layout-content-header-inlinepadding: 40px;
--border-radius-modal: 6px;
--border-radius-modal: 12px;
--menu-border-radius-base: 4px;
--border-radius-base: 4px;
--border-radius-middle: 20px;
@@ -75,6 +75,7 @@ html {
--width-tooltip-max: 300px;
--color-bg-tooltip: '#fff';
--color-modal-content-bg: rgba(255, 255, 255, 90%);
--color-modal-box-shadow: 0 4px 16px rgba(0, 0, 0, 10%);
// ======== input ============
--box-shadow-base: 0 4px 6px rgba(227, 232, 240, 70%);
--ant-border-radius-lg: 4px;
@@ -95,6 +96,7 @@ html[data-theme='realDark'] {
--color-editor-header-bg: #292929;
--color-progress-text: rgba(255, 255, 255, 80%);
--color-modal-content-bg: #1f1f1f;
--color-modal-box-shadow: none;
background: #141414;