diff options
| author | Neylor Ohmaly | 2014-02-06 12:36:07 -0200 | 
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-06 12:36:07 -0200 | 
| commit | 70469eef704a7ad1fdd23fdc3ff37fa3db0e1343 (patch) | |
| tree | 73b86dc249c11ba3f3a97840dbbc2ce968cb51f5 /sass/ns-popover.scss | |
| parent | 39b3c016edeaccd315ba899dc413d1eab80d8a85 (diff) | |
| download | nsPopover-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.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 | 
