|
@ -34,7 +34,6 @@ |
|
|
@imageMaxHeight: ''; |
|
|
@imageMaxHeight: ''; |
|
|
@imageVerticalAlign: top; |
|
|
@imageVerticalAlign: top; |
|
|
@imageMargin: 0em; |
|
|
@imageMargin: 0em; |
|
|
@imageBackground: @transparentBlack; |
|
|
|
|
|
@imagePadding: 0em; |
|
|
@imagePadding: 0em; |
|
|
@imageBorder: none; |
|
|
@imageBorder: none; |
|
|
@imageBorderRadius: 0.125rem; |
|
|
@imageBorderRadius: 0.125rem; |
|
@ -44,7 +43,7 @@ |
|
|
/* Content */ |
|
|
/* Content */ |
|
|
@contentDisplay: table-cell; |
|
|
@contentDisplay: table-cell; |
|
|
@contentVerticalAlign: top; |
|
|
@contentVerticalAlign: top; |
|
|
@contentImagePadding: 1em; |
|
|
|
|
|
|
|
|
@contentImagePadding: 1.5em; |
|
|
|
|
|
|
|
|
@contentOffset: 0em; |
|
|
@contentOffset: 0em; |
|
|
@contentBackground: none; |
|
|
@contentBackground: none; |
|
@ -86,6 +85,8 @@ |
|
|
|
|
|
|
|
|
/* Description */ |
|
|
/* Description */ |
|
|
@descriptionDistance: 0.75em; |
|
|
@descriptionDistance: 0.75em; |
|
|
|
|
|
@descriptionFontSize: 1.1em; |
|
|
|
|
|
@descriptionLineHeight: 1.2; |
|
|
@descriptionColor: @textColor; |
|
|
@descriptionColor: @textColor; |
|
|
|
|
|
|
|
|
/* Content Image */ |
|
|
/* Content Image */ |
|
@ -108,7 +109,7 @@ |
|
|
@extraTop: 0em; |
|
|
@extraTop: 0em; |
|
|
@extraLeft: 0em; |
|
|
@extraLeft: 0em; |
|
|
@extraWidth: 100%; |
|
|
@extraWidth: 100%; |
|
|
@extraPadding: 0.75em 0em 0em; |
|
|
|
|
|
|
|
|
@extraPadding: 0.25em 0em 0em; |
|
|
@extraBoxShadow: none; |
|
|
@extraBoxShadow: none; |
|
|
@extraColor: @lightTextColor; |
|
|
@extraColor: @lightTextColor; |
|
|
@extraTransition: color @transitionDuration @transitionEasing; |
|
|
@extraTransition: color @transitionDuration @transitionEasing; |
|
|