mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 23:54:42 -04:00
7 lines
124 B
SCSS
7 lines
124 B
SCSS
.split-divider {
|
|
width: 10px;
|
|
background: white;
|
|
z-index: 1;
|
|
cursor: col-resize;
|
|
box-shadow: 3px 0 6px #e7e7e7;
|
|
}
|