Spaces:
Build error
Build error
@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 ; | |
background-color: $extensions-primary ; | |
border: 1px solid hsla(0, 0%, 0%, .1) ; | |
box-shadow: 0 0 .5rem hsla(0, 0%, 0%, .25) ; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif ; | |
border: 1px solid hsla(0, 0%, 0%, .1) ; | |
z-index: $z-index-menu-bar ; | |
} | |
.tooltip:after { | |
border-top-color: $extensions-primary ; | |
} | |