Add UI for boolean operations

This commit is contained in:
alonso.torres 2021-09-10 10:48:55 +02:00
parent 9f08153a85
commit 0b4b2d3814
20 changed files with 220 additions and 31 deletions

View file

@ -14,7 +14,7 @@
.align-group {
display: flex;
justify-content: space-evenly;
width: 100%;
width: 50%;
&:not(:last-child) {
border-right: solid 1px $color-gray-60;