Skip to content

Commit

Permalink
CSS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bgdeutsch committed Apr 7, 2021
1 parent 34145e7 commit 8fb7ba4
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions src/styles/pages/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,29 @@ table,
}
}

dl {
border: 1px solid #d6d6d6;

dd,
dt {
padding-left: 0.75rem;
}

dt {
padding-top: 0.75rem;
padding-bottom: 0.25rem;
}

dd {
border-bottom: 1px solid #d6d6d6;
padding-bottom: 1.25rem;

&:last-of-type {
border-bottom: none;
}
}
}

// external link logos

.link-logo {
Expand Down Expand Up @@ -943,27 +966,5 @@ table,
width: 100%;
}
}

dl {
border: 1px solid #d6d6d6;

dd,
dt {
padding-left: 0.75rem;
}

dt {
padding-top: 0.75rem;
}

dd {
border-bottom: 1px solid #d6d6d6;
padding-bottom: 0.75rem;

&:last-of-type {
border-bottom: none;
}
}
}


0 comments on commit 8fb7ba4

Please sign in to comment.