Files
SmartHomePHP/web/css/site.css
Alex Solomaha bb5c8c8fd5 Some work
2016-09-11 00:17:29 +03:00

35 lines
649 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;
}
.login-page {
background: url("../img/login-bg.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}