From b0d8bab0d220ab43f659ccfe9f1c6eee416c8c84 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 7 Oct 2016 16:07:16 +0300 Subject: [PATCH] Updated Utilities and helper classes (markdown) --- Utilities-and-helper-classes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Utilities-and-helper-classes.md b/Utilities-and-helper-classes.md index d5118f6..4ee98da 100644 --- a/Utilities-and-helper-classes.md +++ b/Utilities-and-helper-classes.md @@ -10,7 +10,8 @@ Images can be styled with a custom class to allow them to look like thumbnails. $thumb-name, $thumb-padding, $thumb-border, - $thumb-border-radius) + $thumb-border-radius, + $thumb-hover-color) ### Parameters @@ -18,6 +19,7 @@ Images can be styled with a custom class to allow them to look like thumbnails. - $thumb-padding : The padding between the image and the border. - $thumb-border : The style of the thumbnail's border. - $thumb-border-radius : The border radius of the thumbnail. +- $thumb-hover-color : The color of the thumbnail's border when hovering over it. **Notes:**