Select Git revision
candidate-card-list.pcss
candidate-card-list.pcss 320 B
.candidate-card-list {
@apply grid grid-flow-row gap-0 row-gap-2;
}
@responsive {
.candidate-card-list__item-wrapper {
@apply px-1 border-r border-grey-100;
}
.candidate-card-list__item-wrapper--border {
@apply border-r;
}
.candidate-card-list__item-wrapper--noborder {
@apply border-0;
}
}