mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-04-06 04:30:04 +00:00
27 lines
420 B
SCSS
27 lines
420 B
SCSS
.m-editor-layer-panel {
|
|
background: $--sidebar-content-background-color;
|
|
|
|
.m-editor-tree {
|
|
padding-top: 48px;
|
|
}
|
|
|
|
.search-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 1;
|
|
|
|
.search-input {
|
|
flex: 1;
|
|
position: relative;
|
|
}
|
|
|
|
.tmagic-design-button {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
}
|