Skip to content

Instantly share code, notes, and snippets.

@joonykims
Last active June 14, 2021 05:14
Show Gist options
  • Save joonykims/2177316b6eb5ede3362a77ecbf08016a to your computer and use it in GitHub Desktop.
Save joonykims/2177316b6eb5ede3362a77ecbf08016a to your computer and use it in GitHub Desktop.
.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