11 lines
147 B
SCSS
11 lines
147 B
SCSS
/* ==============
|
|
Popover & Tooltips
|
|
===================*/
|
|
|
|
.popover-title {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.tooltip .tooltip-inner {
|
|
padding: 4px 10px;
|
|
} |