Files
cms_thermo_active/Step/wwwroot/assets/styles/base/tooling.less
T
Paolo Possanzini 05a39012fd style fix
2018-05-30 14:00:00 +02:00

117 lines
2.6 KiB
Plaintext

// out: false, sourceMap: false, main: ../style.less
@import "colors.less";
.test-container{
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.tooling-container{
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
.tooling-box{
width: 1504px;
height: 759px;
border-radius: 2px;
background-color: @color-background-white;
box-shadow: 0 1px 2px 0 @color-black-40;
overflow: hidden;
.header{
font-size: 24px;
font-weight: 600;
color: @color-darkish-blue;
margin-top: 18px;
margin-left: 24px;
margin-bottom:19px;
}
.tooling-boxbody{
width: 100%;
height: calc(~'100% - 65px');
top: 65px;
background-color: @color-silver;
display: flex;
flex-flow: column;
.list-top, .list-bottom{
display: flex;
align-items: center;
height: 100%;
margin-bottom: 10px;
overflow-y: hidden;
overflow-x: auto;
padding-left: 80px;
}
.divider{
width: 1480px;
height: 4px;
background-color: #d8d8d8;
border: solid 1px #979797;
margin-left: 12px;
}
}
}
}
.tool{
margin: auto;
width: 360px;
height: 64px;
background-color: @color-background-white;
border-radius: 2px;
box-shadow: 0 1px 2px 0 @color-black-40;
display: flex;
flex-flow: row;
align-self: center;
justify-items: center;
font-size: 18px;
line-height: 1.11;
color:@color-greyish-brown;
margin-bottom: 4px;
.image{
// display: flex;
// flex-flow: row;
display: flex;
align-items: center;
justify-content: center;
margin-left: 21px;
margin-right: 29px;
img{
width: 48px;
height: 48px;
}
}
.text-body{
// display: flex;
// flex-flow: column;
// align-self: center;
text-align: left;
width: calc(~'100% - 159px');
margin-top: 11px;
}
.text-right{
// display: flex;
// align-items: center;
// flex-flow: row;
display: flex;
align-items: center;
color:@color-clear-blue;
}
.fa{
display: flex;
align-items: center;
font-size: 24px;
margin-left: 20px;
color: @color-darkish-blue;
cursor: pointer;
}
}