Browse Source

Merge pull request #13232 from abpframework/enisn/blazor-ui-improvements

Styling enhancement for Basic Theme
pull/13314/head
Armağan Ünlü 4 years ago
committed by GitHub
parent
commit
f048c3eadd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css

6
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.5em;
}
.b-table h4.h4 {
text-align: center;
}

Loading…
Cancel
Save