Files
cms_thermo_active/Thermo.Active/wwwroot/assets/styles/base/riscaldi.less
T
Samuele E. Locatelli 42fc70e319 Added UI to Thermocamera
2020-10-22 18:48:47 +02:00

54 lines
911 B
Plaintext

// out: false, sourceMap: false, main: ../style.less
@import "grid-system.less";
@import "colors.less";
@import "fonts.less";
.warmers {
position: relative;
svg {
width: 100%;
height: 100%;
rect {
fill: none;
stroke: 1px solid blue;
}
.resistance {
width: calc(100% - 4px);
height: calc(100% - 4px);
background-color: #f40000;
margin: 2px;
border-radius: 4px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
font-weight: bold;
color: #fff;
&.temp{
grid-template-columns: 50% 50%;
grid-template-rows: 50% 50%;
display: grid;
font-size: 22px;
span{
text-align: right;
margin-right: 5px;
}
}
}
}
.icon{
font-size: 30px;
margin-left: 10px;
}
}