Skip to content

Commit

Permalink
AO-874: Changed logo
Browse files Browse the repository at this point in the history
  • Loading branch information
saleksandra committed Jul 18, 2024
1 parent ddc8bc7 commit 2a9caac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/branding-angola/_logo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
.auth-modal .modal-body {
background-image: url('../assets/branding-angola/logo.png') !important;
background-size: auto !important;
background-position: $space-size*2 $space-size !important;
background-position: 50px 20px !important;
min-height: 258px + $space-size !important;
}
Binary file modified src/branding-angola/logo-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/branding-angola/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/openlmis-login/login-form.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- ANGOLASUP-686: Visually distinguish between Test and Production Servers -->
<!-- AO-874: Changed background color -->
<div class="modal auth-modal" tabindex="-1"
role="dialog" aria-hidden="true"
ng-style="{'background-color': vm.isProdDomain ? '#333333' : '#012853'}">
<!-- ANGOLASUP-686: ends here -->
ng-style="{'background-color': '#012853'}">
<!-- AO-874: ends here -->
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
Expand Down

0 comments on commit 2a9caac

Please sign in to comment.