mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
19 lines
307 B
SCSS
19 lines
307 B
SCSS
.popover, .tooltip-inner {
|
|
color: $popover-color;
|
|
line-height: 1em;
|
|
background: $popover-background;
|
|
border: none;
|
|
border-radius: $material-border-radius;
|
|
@include shadow-z-1();
|
|
}
|
|
|
|
.tooltip, .tooltip.in {
|
|
opacity: 1;
|
|
}
|
|
|
|
.popover, .tooltip {
|
|
.arrow, .tooltip-arrow {
|
|
display: none;
|
|
}
|
|
}
|