-
-
Save ajb413/54ef1df3046c7daede05966fc9c932f9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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