minor style fix rulebuilder

This commit is contained in:
fbsanchez 2019-11-23 13:13:24 +01:00
parent 2f0b2c1766
commit d3b5e7a2b0

View File

@ -141,11 +141,16 @@ div.target.flex {
div#rules.show::after { div#rules.show::after {
content: "Drop here"; content: "Drop here";
position: relative; position: relative;
top: 30%; top: 25%;
display: block; display: block;
left: 38%; left: 37%;
font-size: 3em; font-size: 3em;
color: #aaa; color: #aaa;
overflow: hidden;
width: 6em;
background: #fff;
text-align: center;
z-index: 2;
} }
div#rules.show { div#rules.show {
box-shadow: 0 0 15px -5px #424242; box-shadow: 0 0 15px -5px #424242;