mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 22:14:08 +00:00
11 lines
No EOL
251 B
Text
11 lines
No EOL
251 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;
|
|
}
|
|
|
|
.card-thin {
|
|
padding: @line-height-computed / 2
|
|
} |