52 lines
1.3 KiB
SCSS
52 lines
1.3 KiB
SCSS
#tainacan-taxonomy-terms-list-form {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: end;
|
|
margin: 1rem 0 1.5rem;
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
#tainacan-taxonomy-sorting-field {
|
|
&>.wp-block-group {
|
|
flex-wrap: nowrap !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.tainacan-taxonomy-terms-list-container {
|
|
|
|
.entries[data-archive="default"] .entry-card.entry-card {
|
|
align-items: center;
|
|
|
|
.term-name {
|
|
margin-top: 0.25rem;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
.term-hierarchy-path {
|
|
margin-top: 0px;
|
|
margin-bottom: -0.25rem;
|
|
}
|
|
}
|
|
|
|
.term-description {
|
|
word-break: break-word;
|
|
}
|
|
.term-information {
|
|
width: 100%;
|
|
}
|
|
|
|
.entries:not([data-layout="grid"]) .ct-image-container img,
|
|
.entries:not([data-layout="grid"]) .ct-media-container img {
|
|
aspect-ratio: 4/3;
|
|
}
|
|
.entries:not([data-layout="grid"]) article > .ct-image-container,
|
|
.entries:not([data-layout="grid"]) article > .ct-media-container {
|
|
@media (min-width: 690px) {
|
|
max-width: 25%;
|
|
flex-shrink: 0;
|
|
margin-inline-end: 0;
|
|
}
|
|
}
|
|
}
|