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

Checkbox and radio buttons

Customized styling, breaking changes.
This commit is contained in:
Angelos Chalaris
2017-11-09 14:03:07 +02:00
parent d3c3202670
commit aee9008fa7
2 changed files with 56 additions and 2 deletions

View File

@@ -131,3 +131,5 @@
- Renamed `grid` to `layout`. It will now house the `card` module, too. This is done to make sure that cards are never used without the grid system, as they wouldn't work too well without it.
- Fully implemented the `card` module into `layout`, gave me no trouble. It's fully operational and tested. Some color tweaking might be required, but everything is pretty much ready for deployment in the `layout` module.
- Customized `checkbox` and `radio` input elements, they should work pretty much fine.
- *TODO* Add variables to customize `input_control` further, except buttons. Add all missing values much like I have done in `layout` module.