[ENT-1894]: Change old log for new red-white one. (#941)

This commit is contained in:
Michele Sollecito 2018-06-06 17:02:58 +01:00 committed by GitHub
parent 4527717923
commit 4bb548c09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 7 deletions

View File

@ -66,11 +66,13 @@ a:visited {
color: transparent;
background-image: url('../images/fg002_corda_w3.png');
background-repeat: no-repeat;
background-size: Auto 20px;
background-position: center top;
background-position: center center;
background-origin: content box;
height: 20px;
width: 100%
background-size: cover;
width: 100%;
height: 0;
padding: 0; /* reset */
padding-bottom: calc(100% * 1 / 4);
}
.wy-side-nav-search input[type=text] {
@ -182,21 +184,29 @@ a:visited {
.wy-nav-top {
background-color: #252627;
line-height: inherit;
}
.wy-nav-top a {
color: transparent;
background-image: url('../images/fg002_corda_w3.png');
background-repeat: no-repeat;
background-size: Auto 19px;
background-position: center top;
background-position: center center;
background-origin: content box;
background-size: cover;
width: 100%;
height: 0;
padding: 0; /* reset */
padding-bottom: calc(100% * 1 / 4);
}
.wy-nav-top a {
display: none;
}
/* Version dropdown */
.version-dropdown {
border-radius: 4px;
border-color: #263673;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 14 KiB