fix/issue53-backgrond-collections #55

Merged
jorge merged 20 commits from fix/issue53-backgrond-collections into main 2022-03-22 19:57:21 +01:00
2 changed files with 13 additions and 7 deletions
Showing only changes of commit 653702bca2 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -250,19 +250,25 @@ main {
} }
@include breakpoint(small){ @include breakpoint(small){
.accordion-item.title li { .accordion-item.title li {
// @include xy-cell(3); @include xy-cell(3);
// @include xy-cell-offset(0); @include xy-cell-offset(0);
// &::before{ &.title,
// display:none; &.curator,
} &.collection-name,
&.date {
&::before {
content: none;
}
}
}
li { li {
min-heigth: 1rem;
&.title, &.title,
&.curator, &.curator,
&.collection-name, &.collection-name,
&.date { &.date {
@include xy-cell(10); @include xy-cell(10);
@include xy-cell-offset(2); @include xy-cell-offset(2);
min-height: 1rem;
&::before { &::before {
display: inline-block; display: inline-block;
color: $medium-gray; color: $medium-gray;