Files
cms_thermo_active/Step/wwwroot/assets/styles/base/tooling.less
T
Paolo Possanzini 5ac6e8b400 merge
2018-04-05 17:21:25 +02:00

109 lines
2.4 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;
.header{
font-size: 24px;
font-weight: 600;
color: @color-darkish-blue;
margin-top: 18px;
margin-left: 24px;
margin-bottom:19px;
}
.tooling-boxbody{
width: calc(~'100% - 160px');
height: calc(~'100% - 65px');
top: 65px;
background-color: @color-silver;
border-radius:2px;
box-shadow: 0 1px 2px 0 @color-black-40;
display: flex;
flex-flow: column;
padding: 0 80px;
.list-top, .list-bottom{
display: flex;
align-items: center;
width: 100%;
height: 90%;
margin-bottom: 10px;
overflow-y: hidden;
overflow-x: auto;
}
}
}
}
.tool{
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:145px;
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;
}
}