aboutsummaryrefslogtreecommitdiffstats
path: root/sass/ns-popover.scss
diff options
context:
space:
mode:
authorNeylor Ohmaly2014-02-06 12:36:07 -0200
committerNeylor Ohmaly2014-02-06 12:36:07 -0200
commit70469eef704a7ad1fdd23fdc3ff37fa3db0e1343 (patch)
tree73b86dc249c11ba3f3a97840dbbc2ce968cb51f5 /sass/ns-popover.scss
parent39b3c016edeaccd315ba899dc413d1eab80d8a85 (diff)
downloadnsPopover-70469eef704a7ad1fdd23fdc3ff37fa3db0e1343.tar.bz2
Added classes that allow the customization of the popover based on its position
Diffstat (limited to 'sass/ns-popover.scss')
-rw-r--r--sass/ns-popover.scss14
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