mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 08:31:35 +00:00
dc9b901508
[web] Add new CMS page style GitOrigin-RevId: 320e02dc2ccfd211396548d7b813bd4c675e6f84
19 lines
261 B
Text
19 lines
261 B
Text
.page-style {
|
|
background-color: @white;
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.page-header {
|
|
border-bottom: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.card {
|
|
background-color: @blue-10;
|
|
border-radius: 24px;
|
|
}
|
|
}
|