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; +}