react-code-dataset
/
argon-dashboard-react
/src
/assets
/scss
/argon-dashboard
/custom
/popovers
/_popover.scss
// | |
// Popover | |
// | |
.popover { | |
border: 0; | |
} | |
.popover-header { | |
font-weight: $font-weight-bold; | |
} | |
// Alternative colors | |
@each $color, $value in $theme-colors { | |
.popover-#{$color} { | |
@include popover-variant($value); | |
} | |
} | |