Skip to content

Commit

Permalink
Mainly adds input addons (e.g. icons) but also does some refactoring …
Browse files Browse the repository at this point in the history
…for the demo html pages page width and misc
  • Loading branch information
roblevintennis committed Oct 11, 2020
1 parent 0fa8546 commit c5889b0
Show file tree
Hide file tree
Showing 12 changed files with 165 additions and 26 deletions.
2 changes: 1 addition & 1 deletion agnosticui-css/button.html
Expand Up @@ -9,7 +9,7 @@
<style>
/* these styles are purely demonstration related styles only */
body {
width: 450px;
width: 850px;
margin: 40px auto;
}

Expand Down
3 changes: 2 additions & 1 deletion agnosticui-css/css-dist/common.concat.css
Expand Up @@ -55,6 +55,7 @@
--Space-4: 4px;

--agnosticui-vertical-pad: var(--Space-8);
/* Note this is really for form controls like inputs and buttons */
--agnosticui-line-height: 20px;
--agnosticui-side-padding: calc(1.5 * var(--Space-8));
}
Expand All @@ -79,7 +80,7 @@
--agnosticui-h3: 36px;
--agnosticui-h4: 24px;
--agnosticui-h5: 18px;
--agnosticui-h6: 14px;
--agnosticui-h6: 12px;
--agnosticui-body: 16px;
--agnosticui-font-weight-bold: 600;
--agnosticui-font-weight-light: 300;
Expand Down
2 changes: 1 addition & 1 deletion agnosticui-css/css-dist/common.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions agnosticui-css/css-dist/common.prefixed.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agnosticui-css/css-dist/common.prefixed.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5889b0

Please sign in to comment.