Commit graph

15 commits

Author SHA1 Message Date
Lucas Larroche
e329c85d28 Fix: checkbox and radio aria-invalid #44 2021-10-25 09:30:01 +07:00
Lucas Larroche
5f6e3c1abd Prettify code 2021-10-24 12:33:20 +07:00
Lucas Larroche
001d1a9657 RTL support #34 2021-10-24 02:06:00 +07:00
Lucas Larroche
08d6d34f44 Fix: Input hidden #39 2021-10-23 12:35:15 +07:00
Jarek Zgoda
cb5b746bbb Use sass division function instead of deprecated operator
This effectively make the SCSS code processable only by dart-sass
because neither libsass (and node-sass in consequence) nor ruby-sass
supports new syntax. See
https://sass-lang.com/documentation/breaking-changes/slash-div for more
information.

This fixes #27
2021-08-18 12:44:54 +02:00
Lucas Larroche
dc42ec62f3 Add a loading indicator for aria-busy 2021-07-17 15:19:19 +07:00
Lucas Larroche
d12af72cab CSS Vars refactoring 2021-07-02 16:54:41 +07:00
Lucas
9b1ef33577 Move styles in SCSS vars to CSS vars 2020-09-29 08:38:35 +07:00
Lucas
6f260e9b74 Better spacing between form elements
+ Revert better alignement for checkboxes & radios (#07d19a8)
2020-09-25 00:45:44 +07:00
Lucas
07d19a8673 Better alignement for checkboxes & radios 2020-09-25 00:28:11 +07:00
Lucas
b37ef21253 Styles reordering for optional custom checkboxes & radios 2020-09-24 23:11:59 +07:00
Lucas
456539a52e New form elements
- CSS icons color dynamization in `_color.scss`
- Bigger Checkboxes and Radio buttons
- Small refactoring for Checkboxes and Radio buttons in `_form.scss` and `form-checkbox-radio.scss`
- Styles for new form elements: `type=date`, `type=datetime-local`, `type=month`, `type=time`, `type=week`, `type=range`, `type=search`
- Reordering @import in `pico.scss` and `pico.slim.scss`
2020-09-24 22:35:30 +07:00
Lucas
c8ddb87647 Improvements
- Small adjustments for table striping
- Consitent shadows for Dark mode
- Bigger Checkboxes, Radios and Switches
- Disable transitions for Checkboxes, Radios and Details
- Simplier .grids in docs
- Replace .js for internal scroll with CSS
- Better aside adjustment in .js
- Many small improvements in docs
2019-12-08 10:35:18 +07:00
Lucas
345053a956 Improvements
- Remove Increase headings font size inside <header>
- Add $enable-transitions in _variables.scss
- Bigger Checkbox, Radio, switch
- Remove borders on button
2019-12-02 23:22:13 +07:00
Lucas
434cbe02ac Scss files organization
+ Slim version example
2019-12-02 11:52:26 +07:00