overleaf/services/web/frontend/stylesheets/components/interstitial.less
David 2e634e665d Merge pull request #18064 from overleaf/dp-interstitial
Create Interstitial component

GitOrigin-RevId: 00c9378a04b0ce17e0af409c3a85f12c1db49b42
2024-04-25 08:04:26 +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;
}
}