Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Update colours & typography based on design feedback (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmanning authored Jun 1, 2017
1 parent c72ea84 commit 4ab9c21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions demos/src/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$o-card-is-silent: false;
$o-card-output-fonts: true;
@import '../../main';

.demo-container {
Expand Down
6 changes: 3 additions & 3 deletions src/scss/_color-use-cases.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@include oColorsSetUseCase(o-card, background, 'paper');
@include oColorsSetUseCase(o-card-standout, background, 'black-10');
@include oColorsSetUseCase(o-card-standout, background, 'wheat');
@include oColorsSetUseCase(o-card-tag, text, 'claret');
@include oColorsSetUseCase(o-card-tag-hover, text, 'black-70');
@include oColorsSetUseCase(o-card-tag-opinion, text, 'oxford');
@include oColorsSetUseCase(o-card-timestamp, text, 'lemon'); // consult a designer (black-80 recommended)
@include oColorsSetUseCase(o-card-timestamp, text, 'black-60');
@include oColorsSetUseCase(o-card-standfirst, text, 'black-70');
@include oColorsSetUseCase(o-card-list, text, 'black-70');
@include oColorsSetUseCase(o-card-headshot, background, 'lemon'); // consult a designer
@include oColorsSetUseCase(o-card-headshot, background, 'sky');
@include oColorsSetUseCase(o-card-link-visited, text, 'black-50');
2 changes: 1 addition & 1 deletion src/scss/_standard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/// Base tag styles
@mixin oCardTag {
@include oColorsFor(o-card-tag, text);
@include oTypographySansBold(-2);
@include oTypographySansBold(0);
display: block;
margin: 0 0 $o-card-spacing-unit;
// If the tag is used as a link
Expand Down

0 comments on commit 4ab9c21

Please sign in to comment.