digital-theory/repl/src/assets/styles/_debug.scss

10 lines
149 B
SCSS

section, .flipping-zone {
border: solid 1px red;
}
.flip-handle{
border: solid 1px green;
width: 2rem;
background: greenyellow;
opacity: 0.5;
}