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){
.accordion-item.title li {
// @include xy-cell(3);
// @include xy-cell-offset(0);
// &::before{
// display:none;
}
@include xy-cell(3);
@include xy-cell-offset(0);
&.title,
&.curator,
&.collection-name,
&.date {
&::before {
content: none;
}
}
}
li {
min-heigth: 1rem;
&.title,
&.curator,
&.collection-name,
&.date {
@include xy-cell(10);
@include xy-cell-offset(2);
min-height: 1rem;
&::before {
display: inline-block;
color: $medium-gray;