-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* merges ux-alignment branch commit a6f62ad Author: Schuster <[email protected]> Date: Tue Nov 7 11:51:09 2017 -0500 adds dark link variant commit 7fef28b Author: Schuster <[email protected]> Date: Tue Nov 7 11:47:23 2017 -0500 adds button primary on dark variant commit ddcc35d Author: Schuster <[email protected]> Date: Tue Nov 7 11:11:02 2017 -0500 updates heading line heights commit f33546f Author: Schuster <[email protected]> Date: Tue Nov 7 11:04:19 2017 -0500 updates badge commit 3fb6d7c Author: Schuster <[email protected]> Date: Tue Nov 7 11:04:14 2017 -0500 updates h5bp commit 81ddc06 Author: Schuster <[email protected]> Date: Tue Nov 7 10:23:03 2017 -0500 align secondary colors commit e4dbb36 Author: Schuster <[email protected]> Date: Tue Nov 7 10:03:58 2017 -0500 find and replace renamed greys commit 4d0273d Author: Schuster <[email protected]> Date: Tue Nov 7 10:00:47 2017 -0500 udpates commit 0c615c9 Author: Schuster <[email protected]> Date: Tue Nov 7 09:18:50 2017 -0500 updates greys * bump versions * adds back merge
- Loading branch information
1 parent
56fbefe
commit de3cd0a
Showing
25 changed files
with
148 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,6 +229,6 @@ button.card { | |
margin: 0 2px; | ||
width: 6px; | ||
height: 6px; | ||
background: $cool-grey7; | ||
background: $cool-grey8; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
$buttons: ( | ||
button-text-color: $white, | ||
|
||
button-secondary-border-color: transparent, | ||
button-secondary-text-color-hover: $cool-grey1, | ||
button-secondary-text-color-active: $cool-grey2 | ||
button-secondary-text-color-active: $cool-grey2, | ||
|
||
button-primary-border-color: $blue-deep, | ||
button-primary-background-color: $blue-deep, | ||
button-primary-text-color: $white, | ||
|
||
button-primary-border-color-hover: $blue-ocean, | ||
button-primary-background-color-hover: $blue-ocean, | ||
|
||
button-primary-border-color-active: $blue-moon, | ||
button-primary-background-color-active: $blue-moon | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
$links: ( | ||
link-color: $blue-genie, | ||
link-active-color: $blue-sky | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
$card: ( | ||
card-text-color: $cool-grey10, | ||
card-text-color: $cool-grey14, | ||
card-background-color: $white, | ||
card-border-color: $cool-grey5, | ||
card-secondary-text-color: $cool-grey10, | ||
card-secondary-text-color: $cool-grey14, | ||
card-secondary-background-color: $cool-grey1, | ||
card-secondary-border-color: $cool-grey5 | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$forms: ( | ||
text-input-border-color: $cool-grey8, | ||
text-input-border-color: $cool-grey11, | ||
text-input-background-color: rgba($white, 0.75), | ||
text-input-text-color: inherit | ||
); |
Oops, something went wrong.