Commit graph

29 commits

Author SHA1 Message Date
Yohn
6bc6d79caf Fixes header and footer in modal when form is direct child of the article, and if the form would be between the header and footer tags.
Modals with the size classes on the dialog were not sizing correctly when form was a child of the modal, and this has been corrected.
2025-01-18 19:31:23 -05:00
github-actions[bot]
951aae3801 Build CSS 2024-12-31 05:18:39 +00:00
Yohn
dbd9c5a44f Cards keep style with form tag wrapped around header and footer in article 2024-12-15 11:51:19 -05:00
Yohn
f25840f51a - Updated form validation to not validate when form[novalidate]
- Updated tooltips to go multiline, max width of 250px.
-Updated card footer, to remove the margin from the last element if they are buttons or groups when in the footer
- Made container, grid, and row classes to have a parent class, so they will not effect rest of page. This will only work if you use that style css.

- Added tabs
- Added floating labels
- Added responsive nav hamburger menu

Let me know if you find any bugs or have ideas for improvements!
2024-12-10 12:30:06 -05:00
JWB
a8bbc686a3
Merge pull request #15 from lukas-kasticky:dev
Allow use of card component with `role="article"`
2024-12-03 09:13:07 -05:00
Yohn
359e51ee06 Added a Timeline feature, removed the margin-bottom from article > header > h[1-6] And added the border-color for dark theme on the article > header 2024-11-12 04:59:34 -05:00
Lukas Kasticky
455339f7fa Allow use of card component with role="article" 2024-05-25 11:15:47 +00:00
Lucas Larroche
ef2100499b feat: optional parent selector 2024-01-25 01:42:54 +07:00
Lucas Larroche
3c96e6043b refactor: update $css-var-prefix name 2023-12-28 13:21:52 +07:00
Lucas Larroche
694a21b16f fix: typo 2023-03-18 13:00:50 +07:00
Lucas Larroche
091edf7ffd style: card margins 2022-12-29 17:43:18 +07:00
Lucas Larroche
ce2ed6826d refactor: modules and css vars 2022-10-23 10:47:50 +07:00
Lucas Larroche
c5a1ffc733 refactor: prefix css vars 2022-10-22 13:11:51 +07:00
Lucas Larroche
670826069b chore: lint with prettier on build 2022-10-15 23:22:12 +07:00
Lucas Larroche
759296f211 chore: remove docs and move to yarn 2022-10-15 17:23:02 +07:00
Lucas Larroche
5a76e023a9 fix(card): Sections 2022-05-26 09:24:26 +07:00
KiranMantha
7fb60da1e0 made dropdown appearance inline with form controls 2022-01-20 19:37:37 +05:30
Lucas Larroche
fff088f459 Clean card 2021-10-24 13:52:58 +07:00
Lucas Larroche
5f6e3c1abd Prettify code 2021-10-24 12:33:20 +07:00
Lucas Larroche
df2ae94742 Fix: Code inside article #36 2021-10-23 17:28:31 +07:00
Lucas Larroche
8e028956e9 Add scripts to build and watch files 2021-09-12 10:58:05 +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
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
15aecaa674 Optional use of !Important in variables 2020-09-25 09:10:04 +07:00
Lucas
772425bf2f Simpler cards, code and scroller 2019-12-03 09:51:37 +07:00
Lucas
5f4b78a22c Improved documentation
+ fix card-sectioning (:last-child)
2019-12-02 12:42:25 +07:00
Lucas
85e21d35de Improvements
- Edit code colors and add a color for comments
- Add ::selection
- Small edits for cards: last-child and overflow
- Add card-sectioning (header, footer, pre)
- Change global hue for Primary color
- Remove border for pre
- Add querySelectorAll() for theme-switcher.js
- Update docs
2019-12-01 16:35:38 +07:00
Lucas
16c7596319 Initial commit 🚀 2019-11-27 15:31:49 +07:00