Merge remote-tracking branch 'origin/account-menu-react' into account-menu-splitted

This commit is contained in:
VardanHakobyan
2021-06-11 15:58:45 +04:00
9 changed files with 20 additions and 19 deletions

View File

@@ -259,8 +259,8 @@
height: 4.5rem;
}
.h-screen {
height: 100vh;
.h-90vh {
height: 90vh;
}
.max-h-120 {
@@ -275,8 +275,8 @@
position: fixed;
}
.overflow-y-scroll {
overflow-y: scroll;
.overflow-y-auto {
overflow-y: auto;
}
.overflow-auto {
@@ -360,7 +360,6 @@
.sn-dropdown {
@extend .bg-default;
// @extend .min-w-80;
@extend .rounded;
@extend .box-shadow;