28 lines
415 B
SCSS
28 lines
415 B
SCSS
[data-component=tools-edit] {
|
|
.root-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
> * {
|
|
width: 0;
|
|
}
|
|
|
|
.draggable-mask {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.draggable-content {
|
|
position: fixed;
|
|
inset-inline-end: 32px;
|
|
inset-block-end: 48px;
|
|
|
|
> * {
|
|
position: relative;
|
|
inset-inline-end: 0;
|
|
inset-block-end: 0;
|
|
}
|
|
}
|
|
} |