Add padding to rational thumbs.

This commit is contained in:
Lars Jung 2014-05-09 23:20:14 +02:00
parent 08e18b40b5
commit 5043a5188b
2 changed files with 10 additions and 3 deletions

View file

@ -145,9 +145,16 @@
img {
vertical-align: top;
}
&.thumb {
box-shadow: 0 0 0 1px #ddd;
.thumb {
box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
}
&.rational {
.thumb {
padding: 2px;
border-radius: 3px;
}
}
}