new combiner

This commit is contained in:
ntr
2019-07-20 22:30:03 +10:00
parent ffc043d526
commit c69182b94e
3 changed files with 116 additions and 73 deletions
+21 -14
View File
@@ -71,27 +71,34 @@
button {
height: 3em;
margin: 0;
}
button.empty {
border-style: dashed;
&.empty {
border-style: dashed;
}
&.highlight {
color: black;
background: @white;
border: 1px solid @white;
}
}
svg {
stroke: none;
margin: 0 auto;
display: block;
&.red {
fill: @red;
}
&.green {
fill: @green;
}
&.blue {
fill: @blue;
}
}
svg.red {
fill: @red;
}
svg.green {
fill: @green;
}
.blue {
fill: @blue;
}
}