Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #677 from treolabs/t-75586
Browse files Browse the repository at this point in the history
Fixed displaying of logo in installation menu
  • Loading branch information
Valerii Shamota authored Dec 27, 2019
2 parents 9275482 + 028bbe9 commit 4c1ee04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/modules/treo-core/css/treo/treo-dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20933,4 +20933,12 @@ select {

.entity-container .cell {
padding: 0;
}

#header #navbar .navbar.navbar-inverse.logo-centr-outer .logo-centr-inner .navbar-header {
border: 0 !important;
}

#header #navbar .navbar.navbar-inverse.logo-centr-outer .logo-centr-inner .navbar-header a.navbar-brand.nav-link.logo img {
margin: 13px auto !important;
}

0 comments on commit 4c1ee04

Please sign in to comment.