Carousel component: css fixes

This commit is contained in:
María Checa 2016-02-08 14:36:03 +01:00
parent d6de5e8a35
commit e8e7ebe04a

View File

@ -29,14 +29,14 @@
@include inline-block();
width: $baseSize * 11;
height: $baseSize * 7;
margin-right: 8px;
border: 1px solid $cSecondaryLine;
border-radius: 4px;
background: $cThirdBackground;
vertical-align: top;
box-sizing: border-box;
&:not(:last-child) {
margin-right: 8px;
&:last-child {
margin-right: 0;
}
&:hover {