11 lines
100 B
SCSS
11 lines
100 B
SCSS
//
|
|
// _popover.scss
|
|
//
|
|
|
|
.popover {
|
|
font-family: inherit;
|
|
|
|
.popover-body {
|
|
line-height: 2;
|
|
}
|
|
} |