iobroker.alexa-timer-vis
Version:
Alexa Timer ausgeben um in der Vis anzuzeigen
50 lines (46 loc) • 915 B
CSS
/* You can delete those if you want. I just found them very helpful */
* {
box-sizing: border-box
}
.m {
/* Don't cut off dropdowns! */
overflow: initial;
}
.m.adapter-container,
.m.adapter-container > div.App {
/* Fix layout/scrolling issues with tabs */
height: 100%;
width: 100%;
position: relative;
}
.m .select-wrapper + label {
/* The positioning for dropdown labels is messed up */
transform: none ;
}
label > i[title] {
/* Display the help cursor for the tooltip icons and fix their positioning */
cursor: help;
margin-left: 0.25em;
}
.dropdown-content {
/* Don't wrap text in dropdowns */
white-space: nowrap;
}
#headline {
font-size: 2rem;
font-weight: bold;
margin-left: 10px;
text-decoration: underline;
}
.logo{
margin-top: 20px;
width: 150px ;
height: auto;
}
.input{
font-size: 1.1rem ;
}
.description{
font-size: 1.1rem;
font-weight:100px;
}