Switch styling and logo over to the new Quay logo
This commit is contained in:
parent
8a374b1c34
commit
e3b939b42f
5 changed files with 6 additions and 12 deletions
|
@ -1316,8 +1316,8 @@ i.toggle-icon:hover {
|
||||||
|
|
||||||
.landing .logo {
|
.landing .logo {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 20px;
|
||||||
left: 10px;
|
left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.landing .product-name {
|
.landing .product-name {
|
||||||
|
@ -1366,12 +1366,6 @@ i.toggle-icon:hover {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1032px) {
|
|
||||||
.landing .logo {
|
|
||||||
width: 250px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 971px) {
|
@media (max-width: 971px) {
|
||||||
.landing .navbar-collapse {
|
.landing .navbar-collapse {
|
||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
|
@ -2645,11 +2639,11 @@ p.editable:hover i {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
padding: 12px 15px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-brand img {
|
.navbar-brand img {
|
||||||
height: 25px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-dropdown > img {
|
.user-dropdown > img {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
≡
|
≡
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="/" target="{{ appLinkTarget() }}">
|
<a class="navbar-brand" href="/" target="{{ appLinkTarget() }}">
|
||||||
<img src="/static/img/quay-logo-inverted.png">
|
<img src="/static/img/white_horizontal.png">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
BIN
static/img/quay-logo-inverted-new.png
Normal file
BIN
static/img/quay-logo-inverted-new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
static/img/white_horizontal.png
Executable file
BIN
static/img/white_horizontal.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -2,7 +2,7 @@
|
||||||
<div class="landing-background" ng-class="user.anonymous ? 'landing': 'signedin'"></div>
|
<div class="landing-background" ng-class="user.anonymous ? 'landing': 'signedin'"></div>
|
||||||
<div class="landing-filter" ng-class="user.anonymous ? 'landing': 'signedin'"></div>
|
<div class="landing-filter" ng-class="user.anonymous ? 'landing': 'signedin'"></div>
|
||||||
<div class="landing-content">
|
<div class="landing-content">
|
||||||
<img class="logo" src="/static/img/box-logo.png">
|
<img class="logo" src="/static/img/white_horizontal.png">
|
||||||
|
|
||||||
<div class="header-bar"></div>
|
<div class="header-bar"></div>
|
||||||
|
|
||||||
|
|
Reference in a new issue