File tree Expand file tree Collapse file tree
src/sections/Company/Legal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151thead {
5252 border-block-end: 2px solid;
53- background: ${ props => props . theme . blue6eb0ccToBlue477E96 } ;
53+ background: ${ props => props . theme . green00D3A9ToBlackTwo } ;
5454}
5555
5656tfoot {
5757 text-align: center;
5858 border-block: 2px solid;
59- background: ${ props => props . theme . blue6eb0ccToBlue477E96 } ;
59+ background: ${ props => props . theme . green00D3A9ToBlackTwo } ;
6060 font-size: 0.825rem;
6161}
6262
7171 vertical-align: middle;
7272}
7373
74- // th:first-child {
75- // position: sticky;
76- // inset-inline-start: 0;
77- // border-inline-end: none;
78- // }
79-
8074thead th,
8175tfoot th {
82- background: ${ props => props . theme . blue6eb0ccToBlue477E96 } ;
76+ background: ${ props => props . theme . green00D3A9ToBlackTwo } ;
8377}
8478
8579thead th {
@@ -89,6 +83,11 @@ thead th {
8983td:first-of-type, :where(thead, tfoot) th:nth-child(2) {
9084 border-inline-start: none;
9185}
86+ // th:first-child {
87+ // position: sticky;
88+ // inset-inline-start: 0;
89+ // border-inline-end: none;
90+ // }
9291
9392// th:first-of-type {
9493// width: 10rem;
You can’t perform that action at this time.
0 commit comments