fixed merge conflicts

This commit is contained in:
Joni Juup
2022-02-01 15:47:24 +02:00
parent e35e520d24
commit 5850551906
6 changed files with 76 additions and 15 deletions

View File

@@ -11,3 +11,20 @@ body,
* {
box-sizing: border-box;
}
.gutter {
position: relative;
background: transparent;
}
.gutter-vertical {
margin-top: -10px;
}
.gutter-horizontal {
margin-left: -10px;
}
.gutter-vertical:hover {
cursor: row-resize;
}
.gutter-horizontal:hover {
cursor: col-resize;
}