|
@@ -5,9 +5,9 @@ $useDropShadow: false;
|
|
|
$attachmentOffset: 0%;
|
|
$attachmentOffset: 0%;
|
|
|
$easing: cubic-bezier(0, 0, 0.265, 1.00);
|
|
$easing: cubic-bezier(0, 0, 0.265, 1.00);
|
|
|
|
|
|
|
|
-@include drop-theme("help", $popover-help-bg, $popover-help-color);
|
|
|
|
|
@include drop-theme("error", $errorBackground, $popover-color);
|
|
@include drop-theme("error", $errorBackground, $popover-color);
|
|
|
-@include drop-theme("popover", $popover-bg, $popover-color, $brand-primary);
|
|
|
|
|
|
|
+@include drop-theme("popover", $popover-bg, $popover-color, #b3460d);
|
|
|
|
|
+@include drop-theme("help", $popover-bg, $popover-color, #b3460d);
|
|
|
|
|
|
|
|
@include drop-animation-scale("drop", "help", $attachmentOffset: $attachmentOffset, $easing: $easing);
|
|
@include drop-animation-scale("drop", "help", $attachmentOffset: $attachmentOffset, $easing: $easing);
|
|
|
@include drop-animation-scale("drop", "error", $attachmentOffset: $attachmentOffset, $easing: $easing);
|
|
@include drop-animation-scale("drop", "error", $attachmentOffset: $attachmentOffset, $easing: $easing);
|