15 lines
232 B
SCSS
15 lines
232 B
SCSS
.ant-layout-header.sbt-header-container {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
min-height: 80px;
|
|
|
|
.sbt-right-header {
|
|
margin-left: auto;
|
|
|
|
& > span {
|
|
border-left: none;
|
|
}
|
|
}
|
|
}
|