From afef5f7a0e8c586a7194e177f4c53d576145b61c Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 10 Jan 2026 20:31:08 +0800 Subject: [PATCH] fix(style): Add missing global-style.css --- .../wwwroot/css/global-styles.css | 9 +++++++++ .../wwwroot/css/global-styles.css | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 aspnet-core/aspire/LINGYUN.Abp.MicroService.AuthServer/wwwroot/css/global-styles.css create mode 100644 aspnet-core/services/LY.MicroService.Applications.Single/wwwroot/css/global-styles.css diff --git a/aspnet-core/aspire/LINGYUN.Abp.MicroService.AuthServer/wwwroot/css/global-styles.css b/aspnet-core/aspire/LINGYUN.Abp.MicroService.AuthServer/wwwroot/css/global-styles.css new file mode 100644 index 000000000..10d251425 --- /dev/null +++ b/aspnet-core/aspire/LINGYUN.Abp.MicroService.AuthServer/wwwroot/css/global-styles.css @@ -0,0 +1,9 @@ +.account-module-form { + padding: 24px; + border: 0; + background: #fff; + color: #000; + box-shadow: 0 0 30px rgba(8, 20, 73, .1); + border-radius: 4px; + margin-top: 0.75rem !important; +} diff --git a/aspnet-core/services/LY.MicroService.Applications.Single/wwwroot/css/global-styles.css b/aspnet-core/services/LY.MicroService.Applications.Single/wwwroot/css/global-styles.css new file mode 100644 index 000000000..10d251425 --- /dev/null +++ b/aspnet-core/services/LY.MicroService.Applications.Single/wwwroot/css/global-styles.css @@ -0,0 +1,9 @@ +.account-module-form { + padding: 24px; + border: 0; + background: #fff; + color: #000; + box-shadow: 0 0 30px rgba(8, 20, 73, .1); + border-radius: 4px; + margin-top: 0.75rem !important; +}