Files
cms_thermo_active/Step/wwwroot/assets/styles/base/create-queue.less
T
Alessandro Francia 245d8f91b2 table fixed
2018-06-25 10:00:19 +02:00

192 lines
5.8 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;
flex-flow: column;
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: 600px;
color: @color-white;
.root, .child{
margin: 0px 22px;
}
.child:last-child{
font-weight: 600;
}
}
.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-add-queue-body{
height: calc(~'100% - 240px');
width: 100%;
display: flex;
flex-flow: row;
.first-column{
height: calc(~'100% - 19px');
width: 188px;
border-right: solid 2px @color-whitethree;
display: flex;
flex-flow: column;
padding-top: 19px;
.card-folder-path{
width: 159px;
display: flex;
margin-top: 8px 0 8px 5px;
}
}
.second-column{
height: calc(~'100% - 19px');
width: 343px;
border-right: solid 2px @color-whitethree;
display: flex;
flex-flow: column;
padding-top: 19px;
.content{
width: 94%;
height: 100%;
.card-folder-path{
width: 280px;
display: flex;
margin-top: 8px 0 8px 8px;
}
}
}
.third-column{
height: calc(~'100% - 19px');
width: 343px;
border-right: solid 2px @color-whitethree;
display: flex;
flex-flow: column;
padding-top: 19px;
.content{
width: 94%;
height: 100%;
.card-folder-path{
width: 280px;
display: flex;
margin-top: 8px 0 8px 8px;
}
}
}
}
.create-queue-add-queue-footer{
height: 79px;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
border-top: solid 2px @color-whitethree;
}
}
.create-queue-queue{
display: flex;
float: right;
flex-flow: column;
width: 448px;
height: 873px;
margin-left: 16px;
background-color: @color-background-white;
.create-queue-queue-header{
height: 79px;
width: 100%;
display: flex;
flex-flow: row;
.title{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 20px;
margin-left: 24px;
color: @color-darkish-blue;
}
.group-button{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
i{
font-size: 24px;
}
}
}
.create-queue-queue-body{
height: calc(~'100% - 158px');
width: 100%;
display: flex;
}
.create-queue-queue-footer{
height: 79px;
width: 100%;
display: flex;
flex-flow: row;
border-top: solid 2px @color-whitethree;
.label-footer{
width: 100%;
height: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
margin-left:24px;
font-size: 20px;
color: @color-darkish-blue;
}
.button-load-queue{
width: 100%;
height: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
}
}
}
}