soiz1's picture
Upload 2891 files
6bcb42f verified
raw
history blame
755 Bytes
@import "../../css/colors.css";
@import "../../css/z-index.css";
.input {
border: none;
width: 100%;
font-size: 23px;
line-height: 32px;
opacity: 0.5;
background-color: transparent;
color: inherit;
}
.input:focus {
opacity: 1;
}
.input:disabled {
opacity: 0.8;
}
.tooltip {
opacity: 1 !important;
background-color: $extensions-primary !important;
border: 1px solid hsla(0, 0%, 0%, .1) !important;
box-shadow: 0 0 .5rem hsla(0, 0%, 0%, .25) !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
border: 1px solid hsla(0, 0%, 0%, .1) !important;
z-index: $z-index-menu-bar !important;
}
.tooltip:after {
border-top-color: $extensions-primary !important;
}