Newer
Older
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
border-radius: 4px;
transition: all 300ms ease;
color: white;
display: flex;
flex-direction: column;
&.active {
transform: scale(1);
}
&.inactive {
transform: scale(0.9);
background: $grey-linear-gradient-background;
width: 100%;
height: inherit;
box-sizing: border-box;