mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
17 lines
No EOL
330 B
Text
17 lines
No EOL
330 B
Text
.card {
|
|
background-color: white;
|
|
border-radius: @border-radius-base;
|
|
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
|
padding: @line-height-computed;
|
|
.page-header {
|
|
margin: 0 0 1.5625rem;
|
|
h1 {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.card-thin {
|
|
padding: @line-height-computed / 2
|
|
} |