|
|
|
@ -75,6 +75,23 @@ button[disabled] .enabled {
|
|
|
|
@apply select base-input w-full font-normal;
|
|
|
|
@apply select base-input w-full font-normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tooltip-bottom-start:before {
|
|
|
|
|
|
|
|
transform: translateX(-30%);
|
|
|
|
|
|
|
|
top: var(--tooltip-offset);
|
|
|
|
|
|
|
|
left: 100%;
|
|
|
|
|
|
|
|
right: auto;
|
|
|
|
|
|
|
|
bottom: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tooltip-bottom-start:after {
|
|
|
|
|
|
|
|
transform: translateX(-75%);
|
|
|
|
|
|
|
|
border-color: transparent transparent var(--tooltip-color) transparent;
|
|
|
|
|
|
|
|
top: var(--tooltip-tail-offset);
|
|
|
|
|
|
|
|
left: 50%;
|
|
|
|
|
|
|
|
right: auto;
|
|
|
|
|
|
|
|
bottom: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.autocomplete {
|
|
|
|
.autocomplete {
|
|
|
|
background: white;
|
|
|
|
background: white;
|
|
|
|
z-index: 1000;
|
|
|
|
z-index: 1000;
|
|
|
|
|