mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 17:53:49 -05:00
Use new logo in the feature page.
This commit is contained in:
parent
8d6370026e
commit
dc4aef71d7
2 changed files with 6 additions and 5 deletions
1
services/web/public/img/brand/logo-horizontal-white.svg
Normal file
1
services/web/public/img/brand/logo-horizontal-white.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.6 KiB |
|
@ -97,7 +97,7 @@
|
||||||
height: @rfp-header-height;
|
height: @rfp-header-height;
|
||||||
transition: height .2s;
|
transition: height .2s;
|
||||||
background-color: fade(@rfp-rp-blue-darkest, 90%);
|
background-color: fade(@rfp-rp-blue-darkest, 90%);
|
||||||
padding: 10px 20px;
|
padding: 15px 20px;
|
||||||
min-width: 320px;
|
min-width: 320px;
|
||||||
@media (min-width: @screen-xs-min) {
|
@media (min-width: @screen-xs-min) {
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
|
@ -109,6 +109,8 @@
|
||||||
}
|
}
|
||||||
.rfp-main-header-collapsed & {
|
.rfp-main-header-collapsed & {
|
||||||
height: @rfp-header-height-collapsed;
|
height: @rfp-header-height-collapsed;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.rfp-header-wrapper {
|
.rfp-header-wrapper {
|
||||||
|
@ -119,11 +121,9 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
.rfp-header-logo-container,
|
||||||
.rfp-header-logo {
|
.rfp-header-logo {
|
||||||
height: 15px;
|
height: 100%;
|
||||||
@media (min-width: @screen-xs-min) {
|
|
||||||
height: 21px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.rfp-section {
|
.rfp-section {
|
||||||
padding: 30px 20px;
|
padding: 30px 20px;
|
||||||
|
|
Loading…
Reference in a new issue