overleaf/services/web/frontend/stylesheets/components/overbox.less

12 lines
192 B
Text
Raw Normal View History

/* overbox: white box with shadow borders */
.overbox {
margin: 0;
padding: 40px 20px;
background: @white;
border: 1px solid @gray-light;
&.overbox-small {
padding: 10px;
}
}