0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-06 06:18:32 -05:00
penpot/resources/public/styles/partials/workspace-rules.scss
2015-12-30 00:18:59 +02:00

13 lines
231 B
SCSS

.workspace-content {
.horizontal-rule {
transition: none;
position: absolute;
pointer-events: none;
}
.vertical-rule {
transition: none;
position: absolute;
pointer-events: none;
left: 50px;
}
}