Skip to content
Snippets Groups Projects
Commit ca4a7601 authored by Aria Givi's avatar Aria Givi
Browse files

tooltips gefixt

parent e134e9d1
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -148,31 +148,7 @@ ...@@ -148,31 +148,7 @@
.search-custom-hidden { .search-custom-hidden {
display: none; display: none;
} }
.searchbar-tooltip {
display: none;
position: absolute;
margin-top: 40px;
&>.searchbar-tooltip-arrow {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #ff8000;
margin-left: 5%;
}
&>.searchbar-tooltip-content {
position: relative;
margin-left: -45%;
&>p {
display: inline-block;
background: #ff8000;
border-radius: .25em;
font-size: 16px;
color: white;
padding: 5px 10px;
}
}
}
@media (max-width: @screen-xs-max) { @media (max-width: @screen-xs-max) {
flex-direction: column-reverse; flex-direction: column-reverse;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment