mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
17 lines
236 B
SCSS
17 lines
236 B
SCSS
@use "./border.scss";
|
|
@use "./layout.scss";
|
|
@use "./background.scss";
|
|
|
|
.m-fields-style-setter {
|
|
width: 100%;
|
|
}
|
|
|
|
.text-align-list {
|
|
display: flex;
|
|
height: 100%;
|
|
|
|
.btn-active {
|
|
color: var(--el-color-primary) !important;
|
|
}
|
|
}
|