Skip to content

Commit

Permalink
docs(website): update devtools video and fix shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Apr 5, 2019
1 parent 4b0e556 commit 74a9887
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/overmind-website/src/components/Guides/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export const guide = css`
height: 125px;
border-bottom: 2px solid var(--color-primary);
transition: box-shadow 0.1s ease-out;
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
:hover {
box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
}
span {
position: absolute;
Expand Down
4 changes: 2 additions & 2 deletions packages/overmind-website/src/components/Videos/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export const video = css`
height: 125px;
border-bottom: 2px solid var(--color-primary);
transition: box-shadow 0.1s ease-out;
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
:hover {
box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
}
span {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion packages/overmind-website/videos.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"title": "Devtools introduction",
"url": "https://www.youtube.com/watch?v=ysqEHORTiyw",
"url": "https://youtu.be/j_dzXucq3E4",
"shortName": "devtools-introduction",
"type": "beginner"
},
Expand Down

0 comments on commit 74a9887

Please sign in to comment.