mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-03-05 09:34:02 +01:00
27 lines
430 B
CSS
27 lines
430 B
CSS
.not-set {
|
|
color: #c55;
|
|
font-style: italic;
|
|
}
|
|
|
|
.product-font {
|
|
font-family: 'Product Sans', Arial, sans-serif;
|
|
}
|
|
|
|
.product-font span {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.control-panel-room-title {
|
|
color: #8a8a8a;
|
|
border-bottom: 1px solid #efefef;
|
|
font-size: 30px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.item-switch .info-box-text {
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
line-height: 80px;
|
|
}
|