mirror of
https://github.com/penpot/penpot.git
synced 2026-05-17 05:53:45 +00:00
14 lines
231 B
SCSS
14 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;
|
|
}
|
|
}
|