This commit is contained in:
Oleh Zasadnyy 2015-02-21 00:35:58 +02:00
parent 261527905b
commit 554378b49b
65 changed files with 824 additions and 715 deletions

View file

@ -12,11 +12,11 @@
background-color: $thumbnail-bg;
border: 1px solid $thumbnail-border;
border-radius: $thumbnail-border-radius;
@include transition(all .2s ease-in-out);
@include transition(border .2s ease-in-out);
> img,
a > img {
@include img-responsive();
@include img-responsive;
margin-left: auto;
margin-right: auto;
}