mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-12 08:53:59 +02:00
Updated Utilities and helper classes (markdown)
@@ -10,7 +10,8 @@ Images can be styled with a custom class to allow them to look like thumbnails.
|
|||||||
$thumb-name,
|
$thumb-name,
|
||||||
$thumb-padding,
|
$thumb-padding,
|
||||||
$thumb-border,
|
$thumb-border,
|
||||||
$thumb-border-radius)
|
$thumb-border-radius,
|
||||||
|
$thumb-hover-color)
|
||||||
|
|
||||||
### Parameters
|
### 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-padding : The padding between the image and the border.
|
||||||
- $thumb-border : The style of the thumbnail's border.
|
- $thumb-border : The style of the thumbnail's border.
|
||||||
- $thumb-border-radius : The border radius of the thumbnail.
|
- $thumb-border-radius : The border radius of the thumbnail.
|
||||||
|
- $thumb-hover-color : The color of the thumbnail's border when hovering over it.
|
||||||
|
|
||||||
**Notes:**
|
**Notes:**
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user