mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-28 14:40:23 +00:00
26 lines
478 B
CSS
26 lines
478 B
CSS
.lowcode-plugin-logo {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: flex-end;
|
|
width: 300px;
|
|
.logo {
|
|
display: block;
|
|
width: 139px;
|
|
height: 26px;
|
|
cursor: pointer;
|
|
background-size: contain;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.scenario-name {
|
|
display: block;
|
|
margin-left: 20px;
|
|
margin-right: 5px;
|
|
font-size: 15px;
|
|
}
|
|
.info-dropdown {
|
|
display: block;
|
|
}
|
|
}
|