0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-09 14:21:42 -05:00

Add styles for selrect.

This commit is contained in:
Andrey Antukh 2016-01-02 14:36:09 +02:00
parent d9c8e083a9
commit ed99a28749

View file

@ -15,6 +15,7 @@
cursor: cell;
}
svg {
g.shape {
&.selected {
circle.top-left { cursor: nwse-resize; }
@ -23,6 +24,14 @@
circle.bottom-left { cursor: nesw-resize; }
}
}
rect.selection-rect {
fill: rgba(235, 215, 92, 0.1);
stroke: #000000;
stroke-width: 0.1px;
}
}
}
.viewport, .page-canvas, .page-layout {