layout-structure.less: style separated controls

This commit is contained in:
Thomas Gelf 2015-06-03 14:57:51 +02:00
parent 2318eaf4c3
commit c785b61874
1 changed files with 4 additions and 0 deletions

View File

@ -121,6 +121,10 @@ html {
background-color: white; background-color: white;
padding: 1em 1em 0; padding: 1em 1em 0;
z-index: 100; z-index: 100;
.container .controls.separated {
box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.2);
padding-bottom: 0.5em;
} }
.container .fake-controls { .container .fake-controls {