mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
6e064cbcb0
Rename page-style.less to fix Storybook build error GitOrigin-RevId: 0c59bd74884933aedcf183d8dd9c718d209590c1
19 lines
271 B
Text
19 lines
271 B
Text
.page-style {
|
|
background-color: @white;
|
|
|
|
a:not(.btn) {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.page-header {
|
|
border-bottom: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.card {
|
|
background-color: @blue-10;
|
|
border-radius: 24px;
|
|
}
|
|
}
|