mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 22:10:44 +00:00
Ensure minimum height on load animation.
This commit is contained in:
parent
d28c976810
commit
f398b45d75
1 changed files with 12 additions and 0 deletions
|
@ -92,6 +92,17 @@
|
|||
background-size: cover;
|
||||
background-position: center;
|
||||
background-color: @rfp-rp-blue-darker;
|
||||
min-height: 100vh;
|
||||
.rfp-lead {
|
||||
opacity: 0;
|
||||
transition: opacity 0.8s ease;
|
||||
}
|
||||
&.rfp-section-masthead-in {
|
||||
min-height: none;
|
||||
.rfp-lead {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.rfp-section-blockquote {
|
||||
position: relative;
|
||||
|
@ -180,6 +191,7 @@
|
|||
transform: translate(0, 100px);
|
||||
opacity: 0;
|
||||
transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
|
||||
|
||||
.rfp-section-masthead-in & {
|
||||
transform: translate(0, 0);
|
||||
opacity: 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue