Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
john-rock committed Oct 30, 2023
1 parent 8274381 commit 4268931
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.quickstartCard {
outline: 1px solid #EFF2F3;
border-radius: var(--border-radius);
border-radius: 10px;
box-shadow: 0px 11px 24px rgba(138, 138, 138, .1);
padding: 2.5rem 2.5rem 1.5rem 2.5rem;
flex: 0 0 30%;
Expand Down
7 changes: 3 additions & 4 deletions website/src/components/quickstartTOC/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
flex-shrink: 0;
padding-right: 4rem;
margin-right: 4rem;
border-right: solid 5px #E0E3E8;
border-right: solid 4px #EFF2F3;
}

.tocList li {
padding: 1rem;
display: block;
border: 2px solid #EFF2F3;
box-shadow: 0px 10px 16px 0px rgba(31, 41, 55, 0.20);
border-radius: 10px;
box-shadow: 0px 10px 16px 0px rgba(31, 41, 55, 0.10);
border-radius: 8px;
margin-bottom: 1rem;
display: grid;
grid-template-columns: 1fr 5fr;
Expand Down

0 comments on commit 4268931

Please sign in to comment.