8 lines
131 B
SCSS
8 lines
131 B
SCSS
.HorizontalGrip {
|
|
width: 5px;
|
|
cursor: ew-resize;
|
|
|
|
&:hover {
|
|
background-color: rgba(90, 192, 255, 0.7);
|
|
}
|
|
}
|