mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 14:00:35 +00:00
14 lines
254 B
SCSS
14 lines
254 B
SCSS
.lowcode-plugin-logo {
|
|
padding: 14px 8px;
|
|
padding-left: 8px;
|
|
.logo {
|
|
display: block;
|
|
width: 56px;
|
|
height: 20px;
|
|
cursor: pointer;
|
|
background-size: contain;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
}
|