remove obnoxious box-shadow transition on hover; transition on transform [ci skip]
This commit is contained in:
parent
93afe6d63c
commit
62829aee85
1 changed files with 5 additions and 3 deletions
|
|
@ -27,14 +27,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@include transition(box-shadow);
|
@include transition(-webkit-transform);
|
||||||
@include box-shadow(0, 8px, 50px, rgba(0,0,0,0.9));
|
@include box-shadow(0, 8px, 50px, rgba(0,0,0,0.9));
|
||||||
|
|
||||||
background-image : image_url("paper-texture-1.jpg");
|
background-image : image_url("paper-texture-1.jpg");
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@include box-shadow(0, 3px, 10px,rgba(0,0,0,0.9));
|
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
top : 0;
|
top : 0;
|
||||||
}
|
}
|
||||||
|
|
@ -44,6 +42,10 @@
|
||||||
-webkit-transform : scale(0.99);
|
-webkit-transform : scale(0.99);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border : none;
|
||||||
|
}
|
||||||
|
|
||||||
//hax to deal with markdownify
|
//hax to deal with markdownify
|
||||||
p {
|
p {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue