overleaf/services/web/public/stylesheets/components/overbox.less
Hugh O'Brien b3a957b8d8 Merge pull request #1141 from sharelatex/hb-v2-institutional-hub
v2 Institutional Hub

GitOrigin-RevId: ff01ccf659a2369284a22deb79ca45433ca1a2e8
2018-11-16 09:19:06 +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;
}
}