2020-03-30 04:11:05 +08:00

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;
}
}