overleaf/services/web/frontend/stylesheets/components/interstitial.less
David 6718729087 Merge pull request #18318 from overleaf/dp-revert-secondary-email
Revert "Merge pull request #18139 from overleaf/dp-add-secondary-prompt-ui"

GitOrigin-RevId: d8af37a5c332ac21ddd4c85679553df0bda326f9
2024-05-14 08:04:11 +00:00

22 lines
295 B
Text

.interstitial {
max-width: 400px;
padding: 24px;
margin: 0 auto;
background: @white;
display: flex;
flex-direction: column;
.logo {
width: 130px;
margin: 0 auto;
}
.btn {
width: 100%;
}
.interstitial-header {
margin-top: 0;
margin-bottom: 4px;
}
}