🎉 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

@ -945,11 +945,15 @@
width: 12px;
height: 12px;
fill: $color-gray-20;
stroke: $color-gray-20;
}
&:hover svg {
&:hover svg,
&.active svg {
fill: $color-primary;
stroke: $color-primary;
}
&.actions-inside {
position: absolute;
right: 0;

View file

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