iobroker.gree-hvac
Version:
Adapter for Gree and C&H conditioners
171 lines (147 loc) • 3.64 kB
CSS
.devices-row {
margin-top: 135px;
}
.lcd-display {
width: 90%;
text-align: center;
margin-top: 20px;
margin-bottom: 45px;
margin-left: 10px;
margin-right: 10px;
background-color: rgb(77, 138, 77);
border-radius: 5px;
display: flex;
}
.degree {
font-size: 20px ;
}
.device-card {
width: 200px;
margin-left: 10px;
margin-right: 10px;
border: 1px solid grey;
border-radius: 15px;
background-color: rgb(238, 233, 233);
}
@font-face {
font-family: 'Digital-7 Mono';
src: url('fonts/Digital-7Mono.eot');
src: url('fonts/Digital-7Mono.eot?#iefix') format('embedded-opentype'),
url('fonts/Digital-7Mono.woff2') format('woff2'),
url('fonts/Digital-7Mono.woff') format('woff'),
url('fonts/Digital-7Mono.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
/* material-symbols-outlined-regular - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 400;
src: url('fonts/material-symbols-outlined-v192-latin-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.material-symbols-outlined {
font-family: 'Material Symbols Outlined';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
.text-box {
margin-left: 44vw;
margin-top: 42vh;
}
.round-btn,
.round-btn-txt {
display: block;
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid grey;
text-align: center;
padding-top: 4px;
}
.round-btn span {
font-size: 30px;
}
.round-btn-txt span {
font-family: inherit;
font-size: 21px;
padding-top: 6px;
}
.oval-btn {
border-radius: 50px;
padding: 10px 20px;
height: 40px;
width: auto;
max-width: 120px;
border: 1px solid grey;
text-align: center;
margin-bottom: 7px;
margin-left: 10px;
}
.oval-btn span {
font-size: 18px;
}
.temperature {
font-family: 'Digital-7 Mono';
font-weight: normal;
font-size: 78px ;
}
.power-on {
background-color: rgb(248, 209, 176) ;
}
.turbo-on {
background-color: rgb(248, 209, 176) ;
}
.display-on {
background-color: rgb(248, 209, 176) ;
}
.edit-btn {
font-size: 17px ;
color: blue;
cursor: pointer;
margin-left: 10px;
}
.alive-icon {
font-size: 17px ;
color: red;
margin-right: 10px;
}
.modal-header {
position: relative;
height: 50px;
padding: 20px 20px 5px 20px;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.m .modal.modal-fixed-footer.modal-fixed-header .modal-content {
height: calc(100% - 140px) ;
padding-top: 5px;
padding-bottom: 5px;
}
.hide-element {
display: none ;
}
.show-element {
display: block ;
}
.navbar-item-right {
float: right ;
}
.refresh-btn {
width: 35px ;
height: 35px ;
margin-top: 5px ;
}