|
@ -28,8 +28,8 @@ |
|
|
|
|
|
|
|
|
&-drop { |
|
|
&-drop { |
|
|
background: $color-background-brighter; |
|
|
background: $color-background-brighter; |
|
|
height: 0; |
|
|
|
|
|
min-width: 14rem; |
|
|
|
|
|
|
|
|
height: 10px; |
|
|
|
|
|
width: 10rem; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
padding: .5rem; |
|
|
padding: .5rem; |
|
|
position: absolute; |
|
|
position: absolute; |
|
@ -40,7 +40,7 @@ |
|
|
|
|
|
|
|
|
&:hover &-drop { |
|
|
&:hover &-drop { |
|
|
border: $border-light solid $color-foreground-bright; |
|
|
border: $border-light solid $color-foreground-bright; |
|
|
height: 7rem; |
|
|
|
|
|
|
|
|
height: 10rem; |
|
|
transition: height $animation-speed-default; |
|
|
transition: height $animation-speed-default; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|