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

Header styling

Missing logo, but buttons work perfectly fine.
This commit is contained in:
Angelos Chalaris
2017-11-07 20:29:04 +02:00
parent a45ae848f8
commit 58f505e8ba
5 changed files with 341 additions and 45 deletions

View File

@@ -110,3 +110,6 @@
- Bundled up `[disabled]` styling for all elements in `input_control` as this should now be the default behavior of the code.
- Dealt with #114. It shouldn't be a problem anymore.
- Added mixins for `button` elements in `input_control`. They should now be perfectly usable.
- Removed `header` `display` fix as it was targeting IE 9-.
- Implemented `header` and links/buttons in it, `logo` is still missing.
- Implemented `.sticky` for all `navigation` elements that needed it.