aboutsummaryrefslogtreecommitdiffstats
path: root/sass/ns-popover.scss
blob: e4fe2a9d1e80077b5d90a73882fc7ebd5a1dc118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.ns-popover-default-theme {
  box-sizing: border-box;
  border: solid 1px #d2d2d2;
  border-radius: 3px;
  z-index: 100;
  background-color: #fff;

  ul {
    padding: 0;
    margin: 0.625rem 0;
  }

  li, .list-item {
    list-style-type: none;
    padding: 0.1875rem 1.25rem;
  }
}