mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 07:43:58 +00:00
23 lines
295 B
Text
23 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;
|
||
|
}
|
||
|
}
|