File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Customization
2
+
3
+ ##### Changing Logos
4
+
5
+ Our default template has 5 logo and they are located in ` aspnet-zero-core\angular\src\assets\common\images `
6
+
7
+ 1 . app-logo-on-dark.svg
8
+ 2 . app-logo-on-dark-sm.svg
9
+ 3 . app-logo-on-light.svg
10
+ 4 . app-logo-on-light-sm.svg
11
+ 5 . logo.svg (used in ` InvoiceController -> Index ` )
12
+
13
+ ` *-dark-* ` versions are used for light colored themes.
14
+
15
+ ` *-light-* ` versions are used for dark colored themes.
16
+
17
+ In some themes the footer may also have an icon. ` -sm.svg ` versions are included in the footer of these themes.
Original file line number Diff line number Diff line change
1
+ ## Customization
2
+
3
+ ##### Changing Logos
4
+
5
+ Our default template has 5 logo and they are located in ` /aspnet-core\src\MyCompanyName.AbpZeroTemplate.Web.Mvc\wwwroot\Common\Images `
6
+
7
+ 1 . app-logo-on-dark.svg
8
+ 2 . app-logo-on-dark-sm.svg
9
+ 3 . app-logo-on-light.svg
10
+ 4 . app-logo-on-light-sm.svg
11
+ 5 . logo.svg (used in ` InvoiceController -> Index ` )
12
+
13
+ ` *-dark-* ` versions are used for light colored themes.
14
+
15
+ ` *-light-* ` versions are used for dark colored themes.
16
+
17
+ In some themes the footer may also have an icon. ` -sm.svg ` versions are included in the footer of these themes.
You can’t perform that action at this time.
0 commit comments