Skip to content

Commit

Permalink
- ESY-6224 Update design guide version to 10.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lilja committed Jan 25, 2024
1 parent 2ef549d commit e3b6a9c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _sass/accordion-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,35 @@
display: block;
}
}

&:hover {
background-color: $apricot;
}
}

.accordion-body {

table {
border: 1px solid rgba(153, 153, 153, 0.5);
border-radius: 0.25rem;

th {
font-size: 0.875rem;
}

tbody {
font-size: 0.875rem;

tr:nth-child(odd) {
background-color: #F9F8F6;
}

tr {
&:hover {
background-color: $apricot;
transition: .5s;
}
}
}
}
}

0 comments on commit e3b6a9c

Please sign in to comment.