aboutsummaryrefslogtreecommitdiffstats
path: root/sass/ns-popover.scss
blob: 21344e2d7818dc13fe94464baf440b1a90137600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
  }
}