2020-09-18 10:14:06 +00:00
|
|
|
%list-row {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
/* whilst this isn't in the designs this makes our temporary rollover look better */
|
|
|
|
padding-left: 12px;
|
|
|
|
}
|
2020-09-22 17:20:44 +00:00
|
|
|
%list-row-detail,
|
|
|
|
%list-row-header-icon {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
%list-row-header dt {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
%list-row-header dd::before {
|
|
|
|
font-size: 0.9em;
|
2020-09-18 10:14:06 +00:00
|
|
|
}
|
|
|
|
%list-row-detail,
|
|
|
|
%list-row-header {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
%list-row-header *,
|
|
|
|
%list-row-detail * {
|
|
|
|
white-space: nowrap;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
%list-row-detail dl,
|
|
|
|
%list-row-detail > span {
|
|
|
|
margin-right: 18px;
|
|
|
|
}
|