mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-02 01:08:13 +00:00
31 lines
543 B
SCSS
31 lines
543 B
SCSS
.lowcode-top-area {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: $card-background;
|
|
border-bottom: 2px solid $color-line1-1;
|
|
user-select: none;
|
|
.divider {
|
|
max-width: 0;
|
|
margin: 12px 16px;
|
|
height: 24px;
|
|
border-right: 1px solid $color-line1-2;
|
|
}
|
|
.next-col {
|
|
text-align: center;
|
|
}
|
|
.left-area {
|
|
padding: 0 16px;
|
|
}
|
|
.right-area {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
padding: 0 16px;
|
|
height: 100%;
|
|
background: $card-background;
|
|
}
|
|
}
|