Skip to content

Instantly share code, notes, and snippets.

@ajb413

ajb413/main.scss Secret

Created December 12, 2022 17:50
Show Gist options
  • Save ajb413/54ef1df3046c7daede05966fc9c932f9 to your computer and use it in GitHub Desktop.
Save ajb413/54ef1df3046c7daede05966fc9c932f9 to your computer and use it in GitHub Desktop.
.account-health-table-container {
overflow-y: scroll;
max-width: 664px;
}
.account-health-table {
color: #FFFFFF;
font-family: var(--heading-font-family--emphasized);
font-size: 14px;
font-weight: 500;
border-collapse: collapse;
font-size: 14px;
background: var(--ui--background);
text-decoration: none;
text-align: center;
tr {
height: 52px;
margin: 2px 0px;
border-bottom: 2px solid var(--ui--foreground--1);
}
tr td, tr th {
min-width: 115px;
border: 0px;
margin: 0px;
padding: 0px 8px;
border-collapse: collapse;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment