Skip to content

Commit

Permalink
Merge pull request #125 from FITER1/TSS-147
Browse files Browse the repository at this point in the history
TSS-147 branding updated to match fiter
  • Loading branch information
faheem205 authored Nov 7, 2023
2 parents 387fecf + 53ff25b commit 9475d72
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
Binary file added app/images/fiter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div class="col-xs-12">
<div class="row">
<div class="col-sm-4 col-sm-offset-4 text-center">
<img src="images/mifos-logo-flat.png" alt="Mifos X" style="width:80%; margin:auto;"
<img src="images/fiter.png" alt="Mifos X" style="width:80%; margin:auto; background-color:red"
class=" text-center img-responsive"/>
</div>
</div>
Expand Down
24 changes: 12 additions & 12 deletions app/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4519,8 +4519,8 @@ a.btn.disabled, fieldset[disabled] a.btn {
/* line 71, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
color: #fff;
background-color: #4f99ed;
border-color: #388ceb;
background-color: #f2132c;
border-color: #f2132c;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
Expand All @@ -4531,8 +4531,8 @@ a.btn.disabled, fieldset[disabled] a.btn {
/* line 17, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
color: #fff;
background-color: #217ee8;
border-color: #156dd0;
background-color: #d91127;
border-color: #d91127;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
Expand Down Expand Up @@ -10518,12 +10518,12 @@ textarea {

/* line 48, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
color: #4f99ed;
color: #f2132c;
text-decoration: none;
}
/* line 52, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
color: #1672d9;
color: #d91127;
text-decoration: underline;
}
/* line 58, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
Expand Down Expand Up @@ -13062,8 +13062,8 @@ a.btn.disabled, fieldset[disabled] a.btn {
/* line 71, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
color: #fff;
background-color: #4f99ed;
border-color: #388ceb;
background-color: #f2132c;
border-color: #f2132c;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
Expand All @@ -13074,8 +13074,8 @@ a.btn.disabled, fieldset[disabled] a.btn {
/* line 17, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
color: #fff;
background-color: #217ee8;
border-color: #156dd0;
background-color: #d91127;
border-color: #d91127;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
Expand Down Expand Up @@ -19717,7 +19717,7 @@ body {

/* line 20, ../styles-dev/main/components/_content.scss */
ul.nav-tabs > li.active > a {
border-top: solid 3px #428bca !important;
border-top: solid 3px #f2132c !important;
}

/* line 27, ../styles-dev/main/components/_content.scss */
Expand Down Expand Up @@ -20441,7 +20441,7 @@ span.required {

/* line 9, ../styles-dev/main/components/_layout.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav > li > a {
color: #4f99ed !important;
color: #f2132c !important;
}

/* line 13, ../styles-dev/main/components/_layout.scss */
Expand Down
2 changes: 1 addition & 1 deletion app/views/_topnavbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<span class="fa fa-bars"></span>
</a>
<a class="navbar-brand" href="#/home">
<img src="./images/mifos-logo-flat.png" alt="Mifos X">
<img src="./images/fiter.png" alt="Mifos X" style="background-color:red">
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1" uib-collapse="!isNavCollapsed">
Expand Down
2 changes: 1 addition & 1 deletion app/views/private/home_default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3>{{'label.heading.navigation.guide' | translate}}: </h3>
<i class="fa fa-arrow-up top-right"></i>{{'label.heading.right.search' | translate}}
</div>
<div class="col-md-6 col-md-offset-3">
<img src="./images/mifos_lg-logo.jpg" alt="MifosX" class="img-responsive" ng-if="!isLargeLogoPath">
<img src="./images/fiter.jpg" alt="MifosX" class="img-responsive" ng-if="!isLargeLogoPath" style="background-color:red">
<img src="{{largeLogoPath}}" alt="MifosX" class="img-responsive" ng-if="isLargeLogoPath">
</div>

Expand Down
4 changes: 2 additions & 2 deletions app/views/private/home_superuser.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ <h3>{{'label.heading.navigation.guide' | translate}}: </h3>
<i class="fa fa-arrow-up"></i>{{'label.heading.top.menu' | translate}} &nbsp;&nbsp;
<i class="fa fa-arrow-up top-right"></i>{{'label.heading.right.search' | translate}}
</div>
<div class="col-md-6 col-md-offset-3">
<img src="./images/mifos_lg-logo.jpg" alt="MifosX" class="img-responsive" ng-if="!isLargeLogoPath">
<div class="col-md-6 col-md-offset-3" style="margin-top: 5% !important">
<img src="./images/fiter.png" alt="MifosX" class="img-responsive" ng-if="!isLargeLogoPath" style="margin:auto; background-color:red">
<img src="{{largeLogoPath}}" alt="MifosX" class="img-responsive" ng-if="isLargeLogoPath">
</div>
</div>
Expand Down

0 comments on commit 9475d72

Please sign in to comment.