Vehicle energy consumption and production simulator
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
input[type=number] {
|
|
|
|
-moz-appearance:textfield;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wide-label .field-label {
|
|
|
|
flex-grow: 2.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown.is-fullwidth {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown.is-fullwidth .dropdown-trigger,
|
|
|
|
.dropdown.is-fullwidth .dropdown-menu {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-trigger.with-dropdown-icon::after {
|
|
|
|
border: 3px solid black;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-right: 0;
|
|
|
|
border-top: 0;
|
|
|
|
content: " ";
|
|
|
|
display: block;
|
|
|
|
height: 0.625em;
|
|
|
|
margin-top: -0.4375em;
|
|
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
right: 15px;
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
transform-origin: center;
|
|
|
|
width: 0.625em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.climate-zone {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.climate-zone:hover {
|
|
|
|
opacity: 0.5 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg text {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|