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 {
|
||||
@include transition(box-shadow);
|
||||
@include transition(-webkit-transform);
|
||||
@include box-shadow(0, 8px, 50px, rgba(0,0,0,0.9));
|
||||
|
||||
background-image : image_url("paper-texture-1.jpg");
|
||||
|
||||
&:hover {
|
||||
@include box-shadow(0, 3px, 10px,rgba(0,0,0,0.9));
|
||||
|
||||
.info {
|
||||
top : 0;
|
||||
}
|
||||
|
|
@ -44,6 +42,10 @@
|
|||
-webkit-transform : scale(0.99);
|
||||
}
|
||||
|
||||
img {
|
||||
border : none;
|
||||
}
|
||||
|
||||
//hax to deal with markdownify
|
||||
p {
|
||||
font-size: inherit;
|
||||
|
|
|
|||
Loading…
Reference in a new issue