1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-10 16:03:59 +02:00

Customization documentation for switches

Added full customization documentation for switch components.
This commit is contained in:
Angelos Chalaris
2017-06-08 23:48:21 +03:00
parent acf9e37fdb
commit 8af1ac0d9c
22 changed files with 207 additions and 26 deletions

View File

@@ -1238,3 +1238,6 @@
- Added `make-switch-alt-color` mixin for `.switch` components.
- Added `cursor:pointer` to `checkbox` and `.switch` components.
- Added documentation and navigation for `.switch` component.
- Added `box-shadow` option to `.switch` (was missing before).
- Added `box-shadow` to `checkbox` and `radio`, updated flavors as required.
- Added and updated customization documentation and navigation for `.switch` component.