11 lines
125 B
SCSS
Executable File
11 lines
125 B
SCSS
Executable File
.popover {
|
|
box-shadow: $popover-box-shadow;
|
|
}
|
|
|
|
// popover title
|
|
.popover {
|
|
.popover-header {
|
|
font-weight: 600;
|
|
}
|
|
}
|