Edit
/* scss/organisms/_staff-result.scss */
$glp-secondary-color : #20252b;
.staff-results {
&:before,
&:after {
content: " ";
display: table;
}
.staff-user {
display: inline-block;
padding: 10px;
}
}
.hbox-xs {
display: table;
table-layout: fixed;
padding: 0;
}
.staff-results>div {
padding: 0px 10px;
margin-top: -1px;
border: 1px solid #f2f3f3;
background: inherit;
color: inherit;
text-decoration: none;
}
.hbox-xs .hbox-column {
display: table-cell;
}
.width-2,
.size-2 {
width: 80px;
}
.staff-results>div img {
margin-right: 10px;
}
.hbox-xs .hbox-column {
display: table-cell;
}
.v-top {
float: none !important;
display: table-cell;
vertical-align: top;
}
.clearfix:after,
.clearfix:before {
content: " ";
display: table;
}
.stick-top-left,
.stick-top-right,
.stick-top-left-right {
position: absolute;
top: 0;
}