move all generic image assets to the same folder
This commit is contained in:
@@ -31,7 +31,7 @@ html {
|
||||
}
|
||||
|
||||
.pageTitleWithDefaultLogo {
|
||||
background-image: url(../logodark.png)
|
||||
background-image: url(assets/img/banner-dark.png)
|
||||
}
|
||||
|
||||
html {
|
||||
|
||||
@@ -27,7 +27,7 @@ html {
|
||||
}
|
||||
|
||||
.pageTitleWithDefaultLogo {
|
||||
background-image: url(../logowhite.png)
|
||||
background-image: url(assets/img/banner-light.png)
|
||||
}
|
||||
|
||||
.dialog,
|
||||
|
||||
@@ -25,7 +25,7 @@ html {
|
||||
}
|
||||
|
||||
.pageTitleWithDefaultLogo {
|
||||
background-image: url(../logowhite.png)
|
||||
background-image: url(assets/img/banner-light.png)
|
||||
}
|
||||
|
||||
.backgroundContainer,
|
||||
|
||||
@@ -36,7 +36,7 @@ html {
|
||||
}
|
||||
|
||||
.pageTitleWithDefaultLogo {
|
||||
background-image: url(../logowhite.png)
|
||||
background-image: url(assets/img/banner-light.png)
|
||||
}
|
||||
|
||||
.backgroundContainer,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB |
@@ -33,7 +33,7 @@ html {
|
||||
}
|
||||
|
||||
.pageTitleWithDefaultLogo {
|
||||
background-image: url(../logowhite.png)
|
||||
background-image: url(assets/img/banner-light.png)
|
||||
}
|
||||
|
||||
.backgroundContainer,
|
||||
|
||||
Reference in New Issue
Block a user