Add elevator icons

This commit is contained in:
Pieter Vander Vennet 2022-07-18 13:50:14 +02:00
parent 92bd6414e4
commit 3441e7c9f7
5 changed files with 77 additions and 46 deletions

View file

@ -811,6 +811,10 @@ video {
margin: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.m-4 {
margin: 1rem;
}
@ -831,10 +835,6 @@ video {
margin: 0.75rem;
}
.m-2 {
margin: 0.5rem;
}
.m-6 {
margin: 1.5rem;
}
@ -858,6 +858,14 @@ video {
margin-bottom: 0.75rem;
}
.mb-0 {
margin-bottom: 0px;
}
.mt-8 {
margin-top: 2rem;
}
.ml-3 {
margin-left: 0.75rem;
}
@ -954,10 +962,6 @@ video {
margin-right: 0.25rem;
}
.mb-0 {
margin-bottom: 0px;
}
.box-border {
box-sizing: border-box;
}
@ -1046,6 +1050,10 @@ video {
height: 2.5rem;
}
.h-14 {
height: 3.5rem;
}
.h-full {
height: 100%;
}
@ -1432,10 +1440,6 @@ video {
border-bottom-width: 1px;
}
.border-solid {
border-style: solid;
}
.border-blue-500 {
--tw-border-opacity: 1;
border-color: rgba(59, 130, 246, var(--tw-border-opacity));
@ -1475,11 +1479,6 @@ video {
--tw-border-opacity: 0.5;
}
.bg-blue-200 {
--tw-bg-opacity: 1;
background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
@ -2031,7 +2030,7 @@ a {
height: min-content;
}
/* alex */
/* slider */
input[type="range"].vertical {
-webkit-writing-mode: bt-lr;
@ -2045,24 +2044,31 @@ input[type="range"].vertical {
padding: 0 5px;
}
/*
.elevatorslider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 23px;
height: 24px;
width: 100px;
height: 100px;
border: 0;
background: url("../MapComplete/assets/svg/bug.svg");
background-color: #00000000 !important;
background-image: url("/assets/svg/elevator.svg");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
position: relative;
z-index: 2;
}
.elevatorslider::-moz-range-thumb {
width: 23px;
height: 25px;
width: 100px;
height: 100px;
border: 0;
background: url("../MapComplete/assets/svg/bug.svg");
background-color: #00000000 !important;
background-image: url("/assets/svg/elevator.svg");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
} */
}
.border-detail {
border-color: var(--foreground-color);