Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8cfea11 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Nov 14, 2023
1 parent c376a5f commit ad5c948
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/catalyst.css
Original file line number Diff line number Diff line change
Expand Up @@ -1644,8 +1644,9 @@ body {
*/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
.cat-form .cat-form-element,
.cat-form :is(cat-checkbox, cat-datepicker, cat-inline, cat-input, cat-radio-group, cat-select, cat-textarea, cat-toggle):not(:last-child) {
margin-bottom: 1.5rem;
margin-bottom: calc(0.75rem * var(--cat-form-spacer, 1));
}
.cat-form cat-radio:not(:last-child) {
margin-bottom: 0.5rem;
Expand Down
3 changes: 2 additions & 1 deletion build/p-b77cb8f3.css → build/p-9e030272.css
Original file line number Diff line number Diff line change
Expand Up @@ -1644,8 +1644,9 @@ body {
*/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
.cat-form .cat-form-element,
.cat-form :is(cat-checkbox, cat-datepicker, cat-inline, cat-input, cat-radio-group, cat-select, cat-textarea, cat-toggle):not(:last-child) {
margin-bottom: 1.5rem;
margin-bottom: calc(0.75rem * var(--cat-form-spacer, 1));
}
.cat-form cat-radio:not(:last-child) {
margin-bottom: 0.5rem;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'select.empty': 'No items',
'select.open': 'Open'
});
</script> <script nomodule="" src="https://haiilo.github.io/catalyst/build/catalyst.js" data-stencil></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vanillajs-scrollspy.min.js"></script> <link rel="stylesheet" href="https://haiilo.github.io/catalyst/build/p-b77cb8f3.css"> <style>html,
</script> <script nomodule="" src="https://haiilo.github.io/catalyst/build/catalyst.js" data-stencil></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vanillajs-scrollspy.min.js"></script> <link rel="stylesheet" href="https://haiilo.github.io/catalyst/build/p-9e030272.css"> <style>html,
body {
background: #fff;
}
Expand Down

0 comments on commit ad5c948

Please sign in to comment.