openaire-assets/library-css/dropdown-tooltip.scss

8 lines
159 B
SCSS
Raw Normal View History

.uk-tooltip {
background-color: white !important;
color: #1a1a1a !important;
border-radius: 2px;
box-shadow: 0 3px 6px #0000001a;
font-size: 12px;
}