Skip to content
Snippets Groups Projects
Commit f519765f authored by Amine FILALI's avatar Amine FILALI Committed by pybelecalo
Browse files

[US TRTL-640] Remove background images

parent 9ea648a8
No related branches found
No related tags found
No related merge requests found
Showing with 0 additions and 18 deletions
ui/ui-frontend-common/src/assets/background.jpg

391 KiB

......@@ -26,7 +26,6 @@ $footer-height: 100px !default;
/**** DEPRECATED : REMOVE AT THE END OF THE REDESIGN **/
.vitamui-header {
background-image: url('/assets/background.jpg');
background-size: cover;
background-position: center;
padding-top: 1rem;
......@@ -63,15 +62,6 @@ $footer-height: 100px !default;
}
}
.bg-fingerprint {
z-index: -2;
position: fixed;
bottom: -70px;
right: -20px;
width: 700px;
}
.vitamui-header > .vitamui-container > h2 {
// TODO Rename this variable in angular-commons
@include login-title;
......
.vitamui-modal-backdrop {
background: url('/assets/background.jpg');
background-size: cover;
}
......@@ -16,8 +16,3 @@
}
}
}
.error-dialog-backdrop {
background: url('/assets/background.jpg');
background-size: cover;
}
ui/ui-frontend/projects/identity/src/assets/customer-header-bg.jpg

378 KiB

ui/ui-frontend/projects/identity/src/assets/profile-header-bg.jpg

685 KiB

ui/ui-frontend/projects/identity/src/assets/user-header-bg.jpg

158 KiB

......@@ -5,7 +5,6 @@
</mat-sidenav>
<mat-sidenav-content>
<div class="vitamui-header">
<div class="vitamui-container">
<vitamui-common-navbar [appId]="appId" [hideTenantMenu]="true" [hideCustomerMenu]="true"></vitamui-common-navbar>
......
......@@ -5,7 +5,6 @@
</mat-sidenav>
<mat-sidenav-content>
<div class="vitamui-header">
<div class="vitamui-container">
<vitamui-common-navbar [appId]="appId" [hideTenantMenu]="true" [hideCustomerMenu]="true"></vitamui-common-navbar>
......
ui/ui-frontend/projects/referential/src/assets/background.jpg

391 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment