hedgedoc/src/components/common/split-divider/split-divider.scss
mrdrogdrog f298d1469b
Add editor split component (#198)
Add split and split divider component
2020-06-13 01:22:27 +02:00

7 lines
124 B
SCSS

.split-divider {
width: 10px;
background: white;
z-index: 1;
cursor: col-resize;
box-shadow: 3px 0 6px #e7e7e7;
}