style: restore hidden class after fixing merge conflict

This commit is contained in:
VardanHakobyan
2021-06-15 17:21:49 +04:00
parent b1920bbd3c
commit cd5388d89f

View File

@@ -4,6 +4,10 @@
height: 90vh; height: 90vh;
} }
.hidden {
display: none;
}
/** /**
* A button that is just an icon. Separated from .sn-button because there * A button that is just an icon. Separated from .sn-button because there
* is almost no style overlap. * is almost no style overlap.
@@ -57,7 +61,7 @@
&[data-state='collapsed'] { &[data-state='collapsed'] {
display: none; display: none;
} }
&.sn-dropdown--animated { &.sn-dropdown--animated {
@extend .transition-transform; @extend .transition-transform;
@extend .duration-150; @extend .duration-150;