1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-03-20 12:19:38 +01:00

189 Commits

Author SHA1 Message Date
Angelos Chalaris
f1c088b684 Refresh 2018-04-26 20:51:48 +03:00
Angelos Chalaris
cc138c7ce7 Documented visibility helpers 2018-01-29 12:58:36 +02:00
Angelos Chalaris
c9a4651f33 Added icons 2018-01-22 19:17:25 +02:00
Angelos Chalaris
a5bccd0792 Utility module 2018-01-16 13:21:37 +02:00
Angelos Chalaris
10c5087753 Documented table module 2018-01-08 13:37:46 +02:00
Angelos Chalaris
b68b300f15 Finished up table module
Variables and variants, ready to add documentation.
2018-01-08 11:47:21 +02:00
Angelos Chalaris
f6af201afc Horizontal tables 2018-01-03 13:20:12 +02:00
Angelos Chalaris
a54a409c1d Table mobile view 2018-01-02 14:56:51 +02:00
Angelos Chalaris
3a8fb37b20 Table desktop view 2018-01-02 14:29:21 +02:00
Angelos Chalaris
154a69d1cf Progress module 2017-12-29 12:21:08 +02:00
Angelos Chalaris
e0b880f419 Updated and documented collapse 2017-12-28 22:58:17 +02:00
Angelos Chalaris
43202ddd2b Contextual cleanup 2017-12-11 14:58:53 +02:00
Angelos Chalaris
744f48abe2 Contextualized tabs 2017-12-11 14:29:41 +02:00
Angelos Chalaris
580b444a7e Modal dialog 2017-12-11 12:10:56 +02:00
Angelos Chalaris
011d97b897 Tooltips and toasts 2017-12-08 13:41:06 +02:00
Angelos Chalaris
3a59b8f3f4 Contextual module marks added
Fully functional, pretty much the same as the old ones, except for some color changes.
2017-12-04 12:33:38 +02:00
Angelos Chalaris
83f5f12c95 Documented card sections
Also, some minor changes in card sections.
2017-11-17 12:03:07 +02:00
Angelos Chalaris
e70966c087 Added margin to figures
Resets the browser defaults.
2017-11-15 13:22:17 +02:00
Angelos Chalaris
57ca05c351 Documentation updates
Added a couple of cards to the new documentation system, it's starting to take shape.
2017-11-14 23:24:52 +02:00
Angelos Chalaris
d79eaa4f50 Updated card styles
Added a new custom style replacing the previous one.
2017-11-13 23:24:14 +02:00
Angelos Chalaris
4b77c2b29b Finished custom elements
Flavors and the framework's main parts are all ready.
2017-11-13 23:04:49 +02:00
Angelos Chalaris
bb0f9791b3 Layout module complete
Merged card and grid into layout, updated accordingly.
2017-11-09 11:46:40 +02:00
Angelos Chalaris
a45ae848f8 Mixins for buttons
Added mixins for buttons, allowing for button variants to be added.
2017-11-07 17:34:56 +02:00
Angelos Chalaris
ff72999da2 Universal padding for grid
Added universal padding to grid, cleaned up the rest of the things that were important in the module. It seems like it's complete.
2017-10-25 17:09:09 +03:00
Angelos Chalaris
51f422c944 Initial commit of grid module
Dropped support for 4-step grid and the old flexbox syntax.
2017-10-24 20:51:40 +03:00
Agamemnon Zorbas
cfac7d57e9 Aesthetic Changes 2017-10-20 19:09:45 +03:00
Angelos Chalaris
2e79f5f6ae Completed core module
Just a quick build, some things need to be tweaked and cleaned up.
2017-10-19 20:04:33 +03:00
Angelos Chalaris
a2492b007b Code element styling
Customized font stack, along with base styling (needs tweaks).
2017-10-18 20:20:32 +03:00
Angelos Chalaris
37b93b9f54 Universal margin and variable names
Added a universal margin variable and converted CSS variables to SCSS strings that are compiled from the flavor file.
2017-10-18 13:48:56 +03:00
Angelos Chalaris
3b621be609 Started working on Gluon core
Core module has been initialized, as well as a default flavor. Minor changes (read DEVLOG), moved things around, cleaned up some things and built some of the basic features.
2017-10-12 01:31:33 +03:00
Angelos Chalaris
099e6da216 Minor bug fixes and documentation updates
Fixed a bug in header, added some more specificity to select selectors and updated documentation to include more links and other things.
2017-08-16 14:50:16 +03:00
Angelos Chalaris
b36daa59fd Added PWA flavor
Added a flavor targeting Android and mobile devices in general.
2017-07-15 22:58:33 +03:00
Angelos Chalaris
449862dc26 Updated select styling
Cleanup in the code, making it take up less space, added condition to disable.
2017-06-29 14:54:31 +03:00
Angelos Chalaris
3d6af8acc5 Housekeeping
Updated codebase to use spaces instead of tabs. Everything is ready to release v2.3.1.
2017-06-19 15:47:00 +03:00
Angelos Chalaris
987a7cefae Updated fixes provided by wad3g
Also started updating codebase to spaces from tabs. Shouldn't be long until it's all ready and clean.
2017-06-19 14:06:07 +03:00
Angelos Chalaris
b1fc2f28fa Added and documented vertical input groups
Added vertical input-groups for easier form alignment, added relevant documentation, updated all flavors. Pretty much all of the features of this update have been completed, so after some housekeeping it'll be ready to release.
2017-06-09 15:34:14 +03:00
Angelos Chalaris
7af521f9a6 Updated tab styling
Added a bottom border for selected tabs.
2017-06-09 14:21:25 +03:00
Angelos Chalaris
b01be57873 Documented scrollable tables
Documentation and customization documentation added for scrollable table component.
2017-06-09 13:08:34 +03:00
Angelos Chalaris
f4019a8285 Added scrollable table component
All flavors updated to use the new scrollable component (except for lite and sucroa), optimizations made to the table module.
2017-06-09 12:00:00 +03:00
Angelos Chalaris
8af1ac0d9c Customization documentation for switches
Added full customization documentation for switch components.
2017-06-08 23:48:21 +03:00
Angelos Chalaris
acf9e37fdb Documented switch component
Added usage documentation for switch component, only thing missing now is the addition of the customization documentation.
2017-06-08 23:14:43 +03:00
Angelos Chalaris
f95c23f271 Added switch component
Created and added switch component, added compatibility for rem sizing to input_control's checkboxes and updated definitions to use rem pixels instead of normal ones.
2017-06-08 16:30:36 +03:00
Angelos Chalaris
57e608bf79 Updated all flavors for modal
All flavors are now compatible with the new modal component. Some of them exclude it.
2017-06-05 23:59:42 +03:00
Angelos Chalaris
a3453e8df3 First draft of the modal component
Simple as ever, the modal dialog is almost ready to release. Documentation and polishing are not yet done.
2017-06-05 20:38:05 +03:00
Angelos Chalaris
7296765cd0 Under the hood changes
Minor changes to table and contextual to be more up-to-date with the rest of the framework's modules.
2017-06-05 19:05:07 +03:00
Angelos Chalaris
fb3b8e20d1 Fixed a minor bug with checkboxes and radios
Should now be able to use :disabled, as well as [disabled].
2017-06-05 18:56:39 +03:00
Angelos Chalaris
568aea95b4 Lowered specificity of button-group selectors
Under the existing flag, the specificity of button-group selectors was lowered even further using :not(:first-child).
2017-06-05 18:26:25 +03:00
Angelos Chalaris
3bf8a25811 Conditionally lowered specificity of disabled inputs
Merged styles under conditions to trim the filesize a little bit and improve parsing.
2017-06-05 17:42:59 +03:00
Angelos Chalaris
826dab1ecd Updated tab selectors
More updates on the tab selectors, making them lighter and easier to work with. Browser parsing should be a lot faster now.
2017-06-05 17:00:43 +03:00
Angelos Chalaris
8e77b43c3a Updated tab selectors
Doesn't change anything, except for the selectors used for styling tabs. Should make the CSS parsing and use a lot easier.
2017-06-05 16:42:29 +03:00