Skip to content

Commit

Permalink
New: Card added $card-type-directory-sticker-size
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 committed Aug 9, 2017
1 parent c195eb2 commit d9a2b7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/scss/lexicon-base/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,8 @@ button.card-link {
.dropdown-action {
margin-right: -(lx-icon-padding($icon-monospaced-size, $lexicon-icon-size));
}

.sticker {
@extend #{$card-type-directory-sticker-size};
}
}
4 changes: 3 additions & 1 deletion src/scss/lexicon-base/variables/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ $checkbox-position: 15px !default;

$form-check-card-checked-box-shadow: $btn-focus-box-shadow !default;

$card-type-asset-label-size: '%label !optional' !default;
$card-type-asset-label-size: '%label !optional' !default;

$card-type-directory-sticker-size: '%sticker-lg' !default;

0 comments on commit d9a2b7e

Please sign in to comment.