Commit ed33b5f9 authored by Jehan Tremback's avatar Jehan Tremback

clean up buckview summaries

parent 2feabc12
......@@ -450,19 +450,18 @@ blockquote {
//BUCKET VIEW REPLY SUMMARIES
.hyp-summary {
@include smallshadow(2px, 3px, .2);
margin: 1em 0;
margin-bottom: 1em;
position: relative;
cursor: pointer;
&:hover {
@include smallshadow(2px, 4px, .2);
@include smallshadow(2px, 3px, .1);
bottom: 1px;
}
&:active {
@include smallshadow(2px, 1px, .2);
bottom: -2px;
@include smallshadow(2px, 1px, .1);
bottom: 0px;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment