1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-11 08:23:58 +02:00

Updated Utilities and helper classes (markdown)

Angelos Chalaris
2016-10-07 16:07:16 +03:00
parent 96fcf20fda
commit b0d8bab0d2

@@ -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:**