mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-28 08:10:56 +00:00
15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
.lc-title {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
color: var(--color-text);
|
|
.lc-title-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 4px;
|
|
}
|
|
}
|
|
|
|
.actived .lc-title {
|
|
color: var(--color-actived);
|
|
}
|