mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 14:40:47 +02:00
0c03b4f03b
Rename page-style.less to fix Storybook build error GitOrigin-RevId: 0c59bd74884933aedcf183d8dd9c718d209590c1
20 lines
271 B
Plaintext
20 lines
271 B
Plaintext
.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;
|
|
}
|
|
}
|