From 4f1822c397233c3d60ba7e7e03b1b1a58f54ac76 Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 4 Jul 2022 10:54:52 +0300 Subject: [PATCH 1/2] 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 From fc0e72f7ad9eaa00b7ddf6bea9f59929e0b88a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C4=9Fan=20=C3=9Cnl=C3=BC?= <36102404+armgnunlu@users.noreply.github.com> Date: Wed, 13 Jul 2022 09:47:56 +0300 Subject: [PATCH 2/2] Update theme.css --- .../wwwroot/libs/abp/css/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 db728eed11..c10092d28f 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 @@ -170,9 +170,9 @@ div.dataTables_wrapper div.dataTables_length label { } h1.content-header-title{ - font-size: 1.5rem; + font-size: 1.5em; } .b-table h4.h4 { text-align: center; -} \ No newline at end of file +}