mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:20:28 +00:00
12 lines
212 B
SCSS
12 lines
212 B
SCSS
.lowcode-plugin-logo {
|
|
.logo {
|
|
display: block;
|
|
width: 32px;
|
|
height: 32px;
|
|
cursor: pointer;
|
|
background-size: contain;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
}
|