Merge branch 'develop' into feature/autocomplete-tags

This commit is contained in:
Antonella Sgarlatta
2021-05-26 18:52:35 -03:00
7 changed files with 18 additions and 11 deletions

View File

@@ -253,9 +253,6 @@
.sn-dropdown {
@extend .bg-default;
@extend .min-w-80;
@extend .transition-transform;
@extend .duration-150;
@extend .slide-down-animation;
@extend .rounded;
@extend .box-shadow;
@@ -268,6 +265,12 @@
&[data-state='collapsed'] {
display: none;
}
&.sn-dropdown--animated {
@extend .transition-transform;
@extend .duration-150;
@extend .slide-down-animation;
}
}
/** Lesser specificity will give priority to reach's styles */