diff options
Diffstat (limited to 'sass/ns-popover.scss')
| -rw-r--r-- | sass/ns-popover.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sass/ns-popover.scss b/sass/ns-popover.scss index 3c6fdf9..c79e37f 100644 --- a/sass/ns-popover.scss +++ b/sass/ns-popover.scss @@ -23,4 +23,18 @@ }
}
}
+}
+
+.ns-popover-tooltip-theme {
+ box-sizing: border-box;
+ z-index: 100;
+ background-color: transparent;
+
+ &.ns-popover-center-align {
+ width: 0;
+ height: 0;
+ border-style: none solid solid solid;
+ border-width: 0 0.3125rem 0.3125rem 0.3125rem;
+ border-color: #fff transparent transparent transparent;
+ }
}
\ No newline at end of file |
