29 lines
392 B
SCSS
29 lines
392 B
SCSS
.items {
|
|
min-height: 20px;
|
|
}
|
|
|
|
registry-entry {
|
|
display: block;
|
|
padding: 15px 0;
|
|
border-bottom: #D8D8D8 solid 1px;
|
|
&:first-child {
|
|
border-top: #D8D8D8 solid 1px;
|
|
}
|
|
}
|
|
|
|
pagination {
|
|
display: block;
|
|
&:first-child {
|
|
margin-bottom: 12px;
|
|
}
|
|
&:last-child {
|
|
margin-top: 12px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 1360px) {
|
|
registry-entry {
|
|
padding: 16px 0;
|
|
}
|
|
}
|