Files
cms_thermo_active/Thermo.Active/wwwroot/assets/styles/base/processo.less
T
Samuele E. Locatelli dee9084d62 fix Process-start window
2020-10-15 12:56:08 +02:00

81 lines
1.5 KiB
Plaintext

// out: false, sourceMap: false, main: ../style.less
@import "grid-system.less";
@import "colors.less";
@import "fonts.less";
.modal.processo-info {
width: 1808px;
height: calc(~'100% - 104px');
margin: 104px auto 0 auto;
box-shadow: none;
position: relative;
header {
font-size: 22px;
color: #4b4b4b;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
.tab-header {
width: 70%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 200px));
align-items: center;
justify-content: flex-end;
grid-column-gap: 10px;
.totp{
margin-right: 10px;
}
button {
border: none;
border-radius: 2px;
background-image: linear-gradient(to bottom, #f1f1f1 0%, #bbbcbc 98%);
height: 48px;
span {
margin: auto;
font-size: 13px;
color: #4b4b4b;
}
img {
margin: auto;
}
}
label {
display: flex;
flex-flow: row;
justify-self: flex-end;
font-size: 32px;
line-height: 1;
div{
display: flex;
justify-content: center;
align-items: center;
}
}
}
}
section.body {
height: calc(~'100% - 66px');
.gantt-header {
fill: #cfcfcf;
line {
stroke: #bbb;
stroke-width: 1;
}
}
}
}