mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update the UI logo. Artwork by Chethana Kumar. Fixes #4208
This commit is contained in:
committed by
Dave Page
parent
dcd163ac02
commit
361f7077fd
@@ -100,9 +100,7 @@ window.onload = function(e){
|
||||
<a class="navbar-brand pgadmin_header_logo" onClick="return false;" href="{{ '#' }}"
|
||||
title="{{ config.APP_NAME }} {{ _('logo') }}">
|
||||
<i class="app-icon {{ config.APP_ICON }}"></i>
|
||||
<span> {{ config.APP_NAME }}</span>
|
||||
</a>
|
||||
<div class="pg-navbar-brand-arrow"></div>
|
||||
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#navbar-menu" aria-controls="navbar-menu">
|
||||
<span class="sr-only">{{ _('Toggle navigation') }}</span>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 77 KiB |
@@ -271,12 +271,9 @@ td.switch-cell > div.toggle {
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
color: $color-brand !important;
|
||||
background: $navbar-brand-bg !important;
|
||||
margin-right: 0rem;
|
||||
padding-left: 0.5rem !important;
|
||||
padding-right: 1rem !important;
|
||||
min-height: $navbar-height;
|
||||
height: $navbar-height;
|
||||
padding: 0rem;
|
||||
display: flex;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -102,7 +102,13 @@ $card-cap-bg: $color-bg-theme;
|
||||
$card-bg: $color-bg-theme;
|
||||
|
||||
|
||||
$navbar-padding-y: 0rem;
|
||||
$navbar-padding-x: 0rem;
|
||||
$navbar-brand-padding-y: 0rem;
|
||||
$navbar-toggler-padding-y: 0rem;
|
||||
$navbar-toggler-padding-x: 0rem;
|
||||
$navbar-toggler-font-size: $font-size-base;
|
||||
$navbar-dark-toggler-border-color: tranparent;
|
||||
|
||||
$nav-tabs-border-color: $border-color;
|
||||
$nav-tabs-border-width: 1px;
|
||||
@@ -166,8 +172,8 @@ $navbar-color-bg: $color-primary;
|
||||
$navbar-font-size: 0.925rem;
|
||||
$navbar-user-font-size: 0.875rem;
|
||||
|
||||
$navbar-height: 40px;
|
||||
$navbar-dropdown-top: 110%;
|
||||
$navbar-height: 32px;
|
||||
$navbar-dropdown-top: 100%;
|
||||
$dropdown-submenu-top: -$dropdown-spacer;
|
||||
|
||||
$table-bg: $color-bg-theme;
|
||||
|
||||
Reference in New Issue
Block a user