0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 06:48:19 -05:00
penpot/resources/public/styles/partials/workspace-rules.scss
2016-02-12 18:41:20 +02:00

12 lines
215 B
SCSS

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