Commit graph

26 commits

Author SHA1 Message Date
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 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 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 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 38bfc6ea6e Updated Nord flavor
The Nord flavor has been updated to the latest version. Alerts and the .nano progress bar have been removed, the .toast has been added using the color palette that the flavor uses (as far as I understand it), the alert colors have been move to .card color variants, .drawer has been added using the colors of <nav>, generic shadows remain unchanged, based on the fact that the flavor still uses shadows, the .drawer component does not have a shadow by the way (I think it causes some problems, but this requires further testing). If anyone wants to update the flavor, please refer to this commit!
2017-05-12 14:38:32 +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 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 5db203b909 Flavor updates for new card styles
Updated both flavors to utilize the latest card styles
2017-05-10 23:52:45 +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 ce03ac2a4d Updated generic shadow classes
Removed old classes, replaced with a single generic .shadowed class.
2017-05-08 17:51:17 +03:00
Angelos Chalaris 72afbf8c17 Updated button group styling
Lowered the specificity of selectors, shrinking the size of the framework somewhat.
2017-05-04 23:11:01 +03:00
Angelos Chalaris f337f190cb Updated module docs
Added sidebar navigation to all module documentation pages, updated the color palette of button elements to make them look better.
2017-04-28 01:00:44 +03:00
Angelos Chalaris 829b47cce4 Updated module legacy support
Removed multiple legacy support features, most browsers now support the latest features, so no problems hopefully.
2017-04-27 23:04:36 +03:00
Angelos Chalaris 31837594e1 Updated default flavor, fixed some bugs
Default flavor has been redesigned for 2.1.3 and a few bugs were found and then, as is tradition, squashed.
2017-04-27 14:30:14 +03:00
Angelos Chalaris 4c77bdf152 Update to doc pages
Forgot to update doc pages' css file before release, just changed it now.
2017-04-21 14:42:32 +03:00
Angelos Chalaris e0b1e1fb10 Updated documentation, resolves #64
Used a localized copy of the flavor file to style all the doc pages, added a few things wherever needed, added all download options, updated the README.
2017-04-18 14:27:39 +03:00