Skip to content

Commit

Permalink
removes repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter committed Nov 16, 2021
1 parent 70bcd04 commit fa10228
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions website/components/io-home-card/style.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
.card {
/*
* Tokens
* https://github.com/hashicorp/design-system-tokens
*/

/* Radii */
--token-radius: 6px;

Expand Down Expand Up @@ -34,7 +29,7 @@
border-radius: var(--token-radius);
box-shadow: 0 0 0 1px rgba(38, 53, 61, 0.1), var(--token-elevation-mid);
transition: var(--token-transition);
transition-properties: background-color, box-shadow;
transition-property: background-color, box-shadow;

&:hover {
box-shadow: 0 0 0 2px rgba(38, 53, 61, 0.15), var(--token-elevation-high);
Expand Down

0 comments on commit fa10228

Please sign in to comment.