|
|
@@ -6,8 +6,8 @@ $attachmentOffset: 0%;
|
|
|
$easing: cubic-bezier(0, 0, 0.265, 1.00);
|
|
|
|
|
|
@include drop-theme("error", $errorBackground, $popover-color);
|
|
|
-@include drop-theme("popover", $popover-bg, $popover-color, #b3460d);
|
|
|
-@include drop-theme("help", $popover-bg, $popover-color, #b3460d);
|
|
|
+@include drop-theme("popover", $popover-bg, $popover-color, $popover-border-color);
|
|
|
+@include drop-theme("help", $popover-help-bg, $popover-help-color);
|
|
|
|
|
|
@include drop-animation-scale("drop", "help", $attachmentOffset: $attachmentOffset, $easing: $easing);
|
|
|
@include drop-animation-scale("drop", "error", $attachmentOffset: $attachmentOffset, $easing: $easing);
|