Skip to content

Commit

Permalink
Fixes overall line-height -- I had two defs for this 1.5 and 20px (re…
Browse files Browse the repository at this point in the history
…moved the 1.5 one). Updates the Input.vue component
  • Loading branch information
roblevintennis committed Oct 6, 2020
1 parent 797b771 commit eb59965
Show file tree
Hide file tree
Showing 11 changed files with 185 additions and 88 deletions.
3 changes: 0 additions & 3 deletions agnosticui-css/css-dist/common.concat.css
@@ -1,9 +1,7 @@
/**
* Color tokens
*/

:root {
/* Please, please, please, at mimimum redefine primary and secondary ;) */
--agnosticui-primary: #1087db;
/* from / to are used for gradients and things like raised buttons */
--agnosticui-primary-from: #34a5f8;
Expand Down Expand Up @@ -74,7 +72,6 @@
--agnosticui-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Ubuntu", "Fira Sans", Helvetica, "Droid Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--agnosticui-font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif;
--agnosticui-font-family-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--agnosticui-line-height: 1.5;
--agnosticui-h1: 64px;
--agnosticui-h2: 48px;
--agnosticui-h3: 36px;
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: 1 addition & 4 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 eb59965

Please sign in to comment.