mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
26190da566
Compile CSS using webpack GitOrigin-RevId: 489834038667dde572ea5d9b4b9392b362259a09
11 lines
192 B
Text
11 lines
192 B
Text
/* overbox: white box with shadow borders */
|
|
.overbox {
|
|
margin: 0;
|
|
padding: 40px 20px;
|
|
background: @white;
|
|
border: 1px solid @gray-light;
|
|
|
|
&.overbox-small {
|
|
padding: 10px;
|
|
}
|
|
}
|