Last active
June 14, 2021 05:14
-
-
Save joonykims/2177316b6eb5ede3362a77ecbf08016a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| .tbl_row_type tbody th { | |
| height: 50px; | |
| -webkit-box-sizing: border-box; | |
| box-sizing: border-box; | |
| padding: 10px 10px 10px 20px; | |
| background: #f6f6f6; | |
| border-bottom: 1px solid #ccc; | |
| text-align: left; | |
| font-size: 16px; | |
| color: #444; | |
| font-weight: 400; | |
| font-family: NotoSansMedium; | |
| vertical-align: middle | |
| } | |
| .tbl_row_type tbody td { | |
| height: 50px; | |
| -webkit-box-sizing: border-box; | |
| box-sizing: border-box; | |
| padding: 10px 20px 10px 20px; | |
| border-bottom: 1px solid #ccc; | |
| text-align: left; | |
| font-size: 16px; | |
| color: #444; | |
| font-weight: 400; | |
| font-family: NotoSansLight; | |
| } | |
| .btn_underline { | |
| padding-bottom: 2px; | |
| border-bottom: 1px solid #666; | |
| font-size: 16px; | |
| color: inherit; | |
| font-weight: 400; | |
| font-family: NotoSansLight; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment