mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-20 01:12:49 +00:00
12 lines
182 B
Plaintext
12 lines
182 B
Plaintext
.lowcode-plugin-zh-en {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 30px;
|
|
cursor: pointer;
|
|
color: #8F9BB3;
|
|
&:hover {
|
|
color: #1F3858;
|
|
}
|
|
}
|