Newer
Older
Chris Lawton
committed
.reviews-sidebar {
$root: &;
margin-bottom: 20px;
font-weight: $weight--bold;
tbody {
tr {
Chris Lawton
committed
border: 0;
Chris Lawton
committed
&:hover {
box-shadow: none;
}
@include media-query(tablet-portrait) {
border-bottom: 0;
}
Chris Lawton
committed
> th {
font-size: inherit;
font-weight: $weight--bold;
}
> td {
display: table-cell;
height: auto;
}
th,
td,
td:last-child,
td:first-child {
padding: 10px;
}
&:only-child {
> td {
padding: 0;
}
}
Chris Lawton
committed
&.no-response {
color: $color--black-20;
}
}
}
&__author {
Chris Lawton
committed
position: relative;
z-index: 1;
display: block;
overflow: hidden;
Chris Lawton
committed
background: $color--white;
}
&:hover {
Chris Lawton
committed
display: inline;
overflow: visible;
}
}
}
&__no-reviews {
color: $color--mid-grey;
}