summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_popover.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_popover.scss')
-rw-r--r--web/sass-files/sass/partials/_popover.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_popover.scss b/web/sass-files/sass/partials/_popover.scss
index 126d239ec..c389ddf7d 100644
--- a/web/sass-files/sass/partials/_popover.scss
+++ b/web/sass-files/sass/partials/_popover.scss
@@ -20,3 +20,22 @@
display: block;
}
+.search-help-popover {
+ transition: opacity 0.3s;
+
+ h4 {
+ text-align: left;
+ }
+ ul {
+ padding-left: 2em;
+ text-align: left;
+ }
+ .tooltip-inner {
+ max-width: 100%;
+ }
+}
+
+.search-help-popover.visible {
+ opacity: 100;
+ transition: opacity 0.3s;
+}