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

Checkbox module update

This commit is contained in:
Angelos Chalaris
2016-11-09 11:36:05 +02:00
parent 3f0477c632
commit 83d598663f
2 changed files with 9 additions and 5 deletions

View File

@@ -315,3 +315,7 @@
- Deployed updated demo page.
- Added a new mixin `add-grid-row-cards-alignment` without parameters that allows `row`s to align the elements they contain automatically horizontally.
- Deployed demo again.
## 20161109
- Changed `checkbox` module a little bit to use `floor()` functions to fill the `:after` part, so that everything will look kinda tidier on most browsers. This has been modified after testing on more screens and noticing some minor discrepancies with the way `radio`s are presented.