minor style fix rulebuilder

This commit is contained in:
fbsanchez 2019-11-23 13:13:24 +01:00
parent 2f0b2c1766
commit d3b5e7a2b0
1 changed files with 7 additions and 2 deletions

View File

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