frontend/smart-hut/src/components/dashboard/devices/Thermostat.css

32 lines
584 B
CSS
Raw Normal View History

2020-05-02 09:11:21 +00:00
.rangeslider.slider-css {
margin-left: 1rem;
margin-right: 1rem;
}
2020-05-02 09:11:21 +00:00
/*
.slider-css::-webkit-slider-thumb {
2020-04-30 09:56:06 +00:00
border: 5px solid #ffffff;
width: 18px;
height: 18px;
border-radius: 10px;
background-color: rgba(94, 246, 152, 1);
cursor: pointer;
box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.4);
margin-top: -7px;
}
.slider-css:focus {
2020-04-30 09:56:06 +00:00
outline: none;
}
.slider-css::-webkit-slider-runnable-track {
2020-04-30 09:56:06 +00:00
outline: none;
width: 100%;
height: 7px;
cursor: pointer;
box-shadow: 4.5px 4.5px 20px 1px rgba(0, 0, 0, 0.3);
background: white;
border-radius: 5px;
}
2020-05-02 14:40:29 +00:00
*/