Set fixed size so retina image won't expand.

This commit is contained in:
Sean Li 2015-04-27 09:24:02 -07:00
parent 75550a0bbe
commit d5e37197f9
2 changed files with 6 additions and 2 deletions

View File

@ -25,6 +25,10 @@
.action { .action {
display: inline-block; display: inline-block;
position: relative; position: relative;
img {
width: 42px;
height: 42px;
}
&.disabled { &.disabled {
opacity: 0.3; opacity: 0.3;
} }