front-page new structure with module-gallery and content and footer logo-gallery
3 // --------------------------------------------------
6 // Mixin and adjust the regular image class
9 padding: @thumbnail-padding;
10 margin-bottom: @line-height-computed;
11 line-height: @line-height-base;
12 background-color: @thumbnail-bg;
13 border: 1px solid @thumbnail-border;
14 border-radius: @thumbnail-border-radius;
15 .transition(all .2s ease-in-out);
24 // Add a hover state for linked versions only
28 border-color: @link-color;
33 padding: @thumbnail-caption-padding;
34 color: @thumbnail-caption-color;