🎉 Overlay positions buttons

This commit is contained in:
Andrés Moya 2021-09-17 19:48:18 +02:00
parent 0516cfa296
commit f208731746
17 changed files with 328 additions and 48 deletions

View file

@ -47,3 +47,13 @@
width: 64px;
}
}
.interactions-pos-buttons {
margin-top: $small;
justify-content: space-around;
svg {
width: 18px;
height: 18px;
}
}