overleaf/services/web/frontend/stylesheets/core/page-style.less
Jessica Lawshe dc9b901508 Merge pull request #10497 from overleaf/jel-cms-new-style
[web] Add new CMS page style

GitOrigin-RevId: 320e02dc2ccfd211396548d7b813bd4c675e6f84
2022-11-18 09:05:02 +00:00

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;
}
}