/*!
 * Propeller v1.3.2 (http://propeller.in): popover.css
 * Copyright 2016-2019 Digicorp, Inc.
 * Licensed under MIT (http://propeller.in/LICENSE)
 */

@each $color, $value in $theme-colors {
	.popover.#{$color} {
		@include popover-variant($value, theme-color-level($color, $alert-border-level), $value);
	 }
}