added theme and gradients and stuff
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
@import url('../../../shared/theme.less');
|
||||
|
||||
resize-handle {
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 8px;
|
||||
z-index: 9;
|
||||
cursor: ew-resize;
|
||||
transition: 1s ease-in;
|
||||
}
|
||||
|
||||
resize-handle:hover {
|
||||
background: @primary-interaction-highlight-white;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
resize-handle:hover {
|
||||
background: @primary-interaction-highlight-dark;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user