Use new logo in the feature page.

This commit is contained in:
Paulo Reis 2017-04-19 17:00:43 +01:00
parent 8d6370026e
commit dc4aef71d7
2 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -97,7 +97,7 @@
height: @rfp-header-height;
transition: height .2s;
background-color: fade(@rfp-rp-blue-darkest, 90%);
padding: 10px 20px;
padding: 15px 20px;
min-width: 320px;
@media (min-width: @screen-xs-min) {
padding-left: 30px;
@ -109,6 +109,8 @@
}
.rfp-main-header-collapsed & {
height: @rfp-header-height-collapsed;
padding-top: 10px;
padding-bottom: 10px;
}
}
.rfp-header-wrapper {
@ -119,11 +121,9 @@
height: 100%;
margin: auto;
}
.rfp-header-logo-container,
.rfp-header-logo {
height: 15px;
@media (min-width: @screen-xs-min) {
height: 21px;
}
height: 100%;
}
.rfp-section {
padding: 30px 20px;