mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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;
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue