Skip to content
Snippets Groups Projects
Commit 0c7eb437 authored by rhenck's avatar rhenck
Browse files

[editor-ui] Add shadows to side panels

This sets them up from the central UnitView.
parent bbffab06
No related branches found
No related tags found
No related merge requests found
.toolbox_drawer { .toolbox_drawer {
width: 220px; width: 220px;
box-shadow: 2px 5px 5px gray;
} }
.properties_drawer { .properties_drawer {
width: 340px; width: 340px;
box-shadow: -2px -5px 5px gray;
} }
.drawer-button { .drawer-button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment