70 lines
2.0 KiB
Plaintext
70 lines
2.0 KiB
Plaintext
// out: false, sourceMap: false, main: ../style.less
|
|
.create-queue-container{
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row;
|
|
justify-content: center;
|
|
padding-top: 104px;
|
|
.create-queue-add-queue{
|
|
display: flex;
|
|
float: left;
|
|
width: 1344px;
|
|
height: 873px;
|
|
background-color: @color-background-white;
|
|
.create-queue-add-queue-header{
|
|
height: 161px;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: column;
|
|
.title{
|
|
height: 81px;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 20px;
|
|
color: @color-darkish-blue;
|
|
i{
|
|
margin-left: 29px;
|
|
margin-right: 22px;
|
|
}
|
|
}
|
|
.box-search{
|
|
width: 100%;
|
|
height: 80px;
|
|
display: flex;
|
|
flex-flow: row;
|
|
align-items: center;
|
|
background-color: @color-label-grey;
|
|
.path{
|
|
display: flex;
|
|
flex-flow: row;
|
|
width: 500px;
|
|
.root, .child{
|
|
margin: 0px 22px;
|
|
}
|
|
}
|
|
.search{
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: flex-end;
|
|
input{
|
|
width: 688px;
|
|
height: 48px;
|
|
border-radius: 2px;
|
|
box-shadow: inset 0 1px 3px @color-black-50;
|
|
border: solid 1px @color-white3;
|
|
background-color: @color-whitetwo;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.create-queue-queue{
|
|
display: flex;
|
|
float: right;
|
|
width: 448px;
|
|
height: 873px;
|
|
margin-left: 16px;
|
|
background-color: @color-background-white;
|
|
}
|
|
} |