Skip to content

Commit

Permalink
bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medhatnar committed Sep 19, 2017
1 parent d088f85 commit 710a20a
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 12 deletions.
20 changes: 10 additions & 10 deletions dist/component-checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,24 +136,24 @@
border: 1px solid #9aaab4; }

.form .checkbox.small {
min-height: 13.33333px; }
min-height: 13.3333333333px; }
.form .checkbox.small label {
min-height: 13.33333px;
line-height: 13.33333px; }
min-height: 13.3333333333px;
line-height: 13.3333333333px; }
.form .checkbox.small label .checkbox--icon {
width: 13.33333px;
height: 13.33333px; }
width: 13.3333333333px;
height: 13.3333333333px; }
.form .checkbox.small label .checkbox--icon .checkbox-animate {
width: 10.33333px;
height: 10.33333px;
width: 10.3333333333px;
height: 10.3333333333px;
top: 1px;
right: 1px; }
.form .checkbox.small label .checkbox--label {
width: calc(100% - 18.33333px);
left: 18.33333px; }
width: calc(100% - 18.3333333333px);
left: 18.3333333333px; }
.form .checkbox.small label .checkbox--label,
.form .checkbox.small label .checkbox--contain {
min-height: 13.33333px; }
min-height: 13.3333333333px; }

.form .checkbox.medium {
min-height: 20px; }
Expand Down
16 changes: 16 additions & 0 deletions dist/quartz.css
Original file line number Diff line number Diff line change
Expand Up @@ -7266,6 +7266,22 @@ a.text--southerly-sky:hover, a.text--southerly-sky:active {
a.text--southerly-sky.is-disabled:link, a.text--southerly-sky.is-disabled:visited, a.text--southerly-sky.is-disabled:hover, a.text--southerly-sky.is-disabled:active {
color: #b3bfc8; }

.text--regent-gray {
color: #8699a6; }
.text--regent-gray.text--transparent {
color: rgba(134, 153, 166, 0.5); }

a.text--regent-gray:link, a.text--regent-gray:visited {
color: #8699a6;
text-decoration: none; }
a.text--regent-gray:hover, a.text--regent-gray:active {
color: #1a2e3b;
text-decoration: none; }
a.text--regent-gray:hover.is-hover-text--regent-gray, a.text--regent-gray:active.is-hover-text--regent-gray {
color: #8699a6; }
a.text--regent-gray.is-disabled:link, a.text--regent-gray.is-disabled:visited, a.text--regent-gray.is-disabled:hover, a.text--regent-gray.is-disabled:active {
color: #8699a6; }

/* modifiers
......................................*/
.text--bold {
Expand Down
2 changes: 1 addition & 1 deletion dist/quartz.min.css

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions dist/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,22 @@ a.text--southerly-sky:hover, a.text--southerly-sky:active {
a.text--southerly-sky.is-disabled:link, a.text--southerly-sky.is-disabled:visited, a.text--southerly-sky.is-disabled:hover, a.text--southerly-sky.is-disabled:active {
color: #b3bfc8; }

.text--regent-gray {
color: #8699a6; }
.text--regent-gray.text--transparent {
color: rgba(134, 153, 166, 0.5); }

a.text--regent-gray:link, a.text--regent-gray:visited {
color: #8699a6;
text-decoration: none; }
a.text--regent-gray:hover, a.text--regent-gray:active {
color: #1a2e3b;
text-decoration: none; }
a.text--regent-gray:hover.is-hover-text--regent-gray, a.text--regent-gray:active.is-hover-text--regent-gray {
color: #8699a6; }
a.text--regent-gray.is-disabled:link, a.text--regent-gray.is-disabled:visited, a.text--regent-gray.is-disabled:hover, a.text--regent-gray.is-disabled:active {
color: #8699a6; }

/* modifiers
......................................*/
.text--bold {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vhx/quartz",
"version": "1.4.1",
"version": "1.4.2",
"description": "VHX Style Guide and JS Components.",
"homepage": "https://github.com/vhx/quartz",
"author": "VHX",
Expand Down

0 comments on commit 710a20a

Please sign in to comment.