Skip to content

Instantly share code, notes, and snippets.

@eboyer
Created April 17, 2015 16:30
Show Gist options
  • Save eboyer/fcba22bddf3288362d5b to your computer and use it in GitHub Desktop.
Save eboyer/fcba22bddf3288362d5b to your computer and use it in GitHub Desktop.
&._big {
max-height: 39px;
overflow: hidden;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
transition: all 150ms cubic-bezier(.2,1,.2,1);
transform: translatez(0);
.filter-name {
font-size: 17px;
font-weight: 400;
line-height: (50/17);
white-space: nowrap;
vertical-align: middle;
}
&.active {
max-height: 200px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
.filter-icon {
display: none;
}
}
._filters {
.filter {
.filter-name {
font-size: 13px;
line-height: (30/13);
}
.filter-icon {
display: block;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment