0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 14:58:38 -05:00
penpot/resources/public/styles/partials/workspace-rules.scss

14 lines
231 B
SCSS
Raw Normal View History

2015-06-18 19:35:50 +02:00
.workspace-content {
.horizontal-rule {
transition: none;
position: absolute;
pointer-events: none;
}
.vertical-rule {
transition: none;
position: absolute;
pointer-events: none;
left: 50px;
}
}