mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-15 10:22:10 +08:00
29 lines
448 B
SCSS
29 lines
448 B
SCSS
@use "./border.scss";
|
|
@use "./layout.scss";
|
|
@use "./background.scss";
|
|
|
|
.m-fields-style-setter {
|
|
width: 100%;
|
|
|
|
.tmagic-design-collapse-item {
|
|
> .el-collapse-item__header {
|
|
background-color: #f2f3f7;
|
|
height: 36px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.el-collapse-item__wrap {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.text-align-list {
|
|
display: flex;
|
|
height: 100%;
|
|
|
|
.btn-active {
|
|
color: var(--el-color-primary) !important;
|
|
}
|
|
}
|