Angelos Chalaris
d7b2f434db
Contextual module marks added
...
Fully functional, pretty much the same as the old ones, except for some color changes.
2018-05-28 12:33:31 +03:00
Angelos Chalaris
54cc6d74e2
Documented card sections
...
Also, some minor changes in card sections.
2018-05-28 12:33:19 +03:00
Angelos Chalaris
c223ba0a30
Added margin to figures
...
Resets the browser defaults.
2018-05-28 12:33:14 +03:00
Angelos Chalaris
c23c465c6d
Documentation updates
...
Added a couple of cards to the new documentation system, it's starting to take shape.
2018-05-28 12:33:11 +03:00
Angelos Chalaris
6a9379fee3
Updated card styles
...
Added a new custom style replacing the previous one.
2018-05-28 12:31:13 +03:00
Angelos Chalaris
4d9c7ecc35
Finished custom elements
...
Flavors and the framework's main parts are all ready.
2018-05-28 12:31:12 +03:00
Angelos Chalaris
d3c3202670
Layout module complete
...
Merged card and grid into layout, updated accordingly.
2018-05-28 12:31:06 +03:00
Angelos Chalaris
63a1874855
Mixins for buttons
...
Added mixins for buttons, allowing for button variants to be added.
2018-05-28 12:30:59 +03:00
Angelos Chalaris
4df032fe80
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.
2018-05-28 12:30:37 +03:00
Angelos Chalaris
2793c4e761
Initial commit of grid module
...
Dropped support for 4-step grid and the old flexbox syntax.
2018-05-28 12:30:35 +03:00
Agamemnon Zorbas
335d03be61
Aesthetic Changes
2018-05-28 12:29:56 +03:00
Angelos Chalaris
43f6a3dd4a
Completed core module
...
Just a quick build, some things need to be tweaked and cleaned up.
2018-05-28 12:29:56 +03:00
Angelos Chalaris
84ba6748b3
Code element styling
...
Customized font stack, along with base styling (needs tweaks).
2018-05-28 12:29:55 +03:00
Angelos Chalaris
03b6a1e351
Universal margin and variable names
...
Added a universal margin variable and converted CSS variables to SCSS strings that are compiled from the flavor file.
2018-05-28 12:29:51 +03:00
Angelos Chalaris
11e48409bb
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.
2018-05-28 12:29:34 +03:00
Angelos Chalaris
10b70885d9
🐛 fix - Resolved #107
...
Fixes problems with checkbox and radio elements.
2017-10-23 14:02:44 +03:00
Angelos Chalaris
532608e16e
🐛 fix - Resolved #108
...
Fixed the bugs related to the <select> element.
2017-10-23 13:47:50 +03:00
Angelos Chalaris
49ffe7651f
Fixes #101
...
Ready to release v2.3.5
2017-10-15 18:44:13 +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
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
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
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
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
Angelos Chalaris
4495021488
Updated flavor colors
...
Code, button and certain other elements have been updated so that they look better on a larger variety of screen types.
2017-06-05 14:27:17 +03:00
Angelos Chalaris
4a564505af
Quick reference for drawer
...
Updated quick reference with the requred documentation for the .drawer component.
2017-05-12 12:50:05 +03:00
Angelos Chalaris
6dd6194d77
Customization doc for drawer
...
Documented customization for the new drawer component.
2017-05-12 12:23:00 +03:00
Angelos Chalaris
7b3bea996e
Updated navigation documentation
...
Added documentation for the drawer component in certain pages.
2017-05-12 01:03:38 +03:00
Angelos Chalaris
a4a1e84a7c
Added drawer component
...
Thoroughly tested and not yet documented, a .drawer component has been added to allow for better menus on mobile devices.
2017-05-11 23:36:52 +03:00
Angelos Chalaris
0c9eef3309
Disabled fluid typography
...
Fluid typography is now disabled by default, as it needs more work and parts of it are not entirely to my liking. The feature is still available for those who want it.
2017-05-11 22:13:27 +03:00
Angelos Chalaris
f9e94474ee
Fixed a header bug
...
Fixed a bug where header.row would not display properly, should now work as expected, enabling layout customization and responsiveness inside the header.
2017-05-11 15:09:27 +03:00
Angelos Chalaris
d8e6925f77
Implemented fluid typography
...
Flavors updated as needed, documentation for fluid typography added in the core module.
2017-05-11 14:52:31 +03:00
Angelos Chalaris
8b007dd20e
Reordered modules
...
Switched the ordering of input_control and navigation. Now input_control comes before navigation, improving certain aspects of the code.
2017-05-11 11:19:02 +03:00
Angelos Chalaris
657db332a9
Added toast message component
...
Completed component, added mixins, used mixins, updated documentation, updated customization documentation, made sure everything works neatly.
2017-05-11 10:54:47 +03:00
Angelos Chalaris
9dfe71cea6
Mockup implementation of toast
...
Added a quick and dirt version of the upcoming toast component, seems to work reasonably well so far. Further testing and work are required.
2017-05-11 01:22:34 +03:00
Angelos Chalaris
7b8ba434b5
Deprecated alert component
...
The .alert component will no longer be supported. Flavors have been updated to deal with these changes (certain flavors will keep the component for a while, until I can get around to dealing with the problems its deprecation causes). Another commit will follow with the documentation updates for removing the deprecated component.
2017-05-11 00:33:21 +03:00
Angelos Chalaris
bbe375ef3d
Added new card styles
...
Updated cards to include the two new styles that will replace alerts, updated card documentation (for the most part).
2017-05-10 23:42:54 +03:00
Angelos Chalaris
393172e16f
Updated styling of close icon
...
The .close icon now uses a Unicode character instead of the previous styling, saving precious space and making its code less complex.
2017-05-10 22:55:45 +03:00
Angelos Chalaris
6104029454
Removed nano progress bar
...
Removed the .nano progress bar, can be easily rebuilt using the provided mixins.
2017-05-08 19:21:03 +03:00
Angelos Chalaris
c6056870eb
Updated responsive visibility helper definitions
...
Updated the definitions of responsive visibility helpers to utilize !important, as they should have been doing since the beggining.
2017-05-08 17:56:39 +03:00