mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-03-03 08:34:02 +01:00
26 lines
344 B
CSS
26 lines
344 B
CSS
.temperature {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.sp-replacer {
|
|
margin: 10px 0;
|
|
padding: 5px;
|
|
border: 0;
|
|
border-radius: 5px;
|
|
color: inherit;
|
|
background: #efefef;
|
|
display: block;
|
|
position: relative;
|
|
}
|
|
|
|
.sp-preview {
|
|
border: none;
|
|
margin-right: 0;
|
|
width: 100%;
|
|
height: 30px;
|
|
}
|
|
|
|
.sp-dd {
|
|
display: none;
|
|
}
|