From 4f1822c397233c3d60ba7e7e03b1b1a58f54ac76 Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 4 Jul 2022 10:54:52 +0300 Subject: [PATCH] Update theme.css --- .../wwwroot/libs/abp/css/theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css index 6aee7a5ba7..db728eed11 100644 --- a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css +++ b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css @@ -169,4 +169,10 @@ div.dataTables_wrapper div.dataTables_length label { } } +h1.content-header-title{ + font-size: 1.5rem; +} +.b-table h4.h4 { + text-align: center; +} \ No newline at end of file