@conductionnl/nl-design-system
Version:
NL design system components created by Conduction
29 lines (26 loc) • 678 B
CSS
.utrecht-html table thead th {
border-bottom-width: 2px;
font-weight: 600;
border-bottom: 0 ;
font-size: 14px;
border-top-width: 0px;
border-bottom: 1px solid;
border-color: #ebedf2 ;
padding: 0 25px ;
height: 60px;
vertical-align: middle ;
border-top: 0 ;
}
.utrecht-html table tbody {
border-top: 1px solid #dee2e6 ;
}
.utrecht-html table tbody td {
font-size: 14px;
border-top-width: 0px;
border-top: 0 ;
border-bottom: 1px solid #dee2e6 ;
border-color: #ebedf2 ;
padding: 0 25px ;
height: 60px;
vertical-align: middle ;
}