latex-ub/services/web/frontend/stylesheets/components/overbox.less
2025-05-05 12:24:05 +00:00

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;
}
}