aboutsummaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorNeylor Ohmaly2014-02-04 21:13:29 -0200
committerNeylor Ohmaly2014-02-04 21:13:29 -0200
commit68f2f1f0119e63890871bce7819e182152566160 (patch)
treeb33fba37dce537362ed3950751ef046e7422c282 /sass
parent51f30447ed5269da0d0ebc2679984908ff899e3a (diff)
downloadnsPopover-68f2f1f0119e63890871bce7819e182152566160.tar.bz2
Created the basic popover.0.0.1
Diffstat (limited to 'sass')
-rw-r--r--sass/ns-popover.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/sass/ns-popover.scss b/sass/ns-popover.scss
new file mode 100644
index 0000000..21344e2
--- /dev/null
+++ b/sass/ns-popover.scss
@@ -0,0 +1,15 @@
+.ns-popover-default-theme {
+ box-sizing: border-box;
+ border: solid 1px #d2d2d2;
+ border-radius: 3px;
+
+ ul {
+ padding: 0;
+ margin: 0.625rem 0;
+ }
+
+ li, .list-item {
+ list-style-type: none;
+ padding: 0.1875rem 1.25rem;
+ }
+} \ No newline at end of file