wordpress-menu #56
File diff suppressed because one or more lines are too long
|
@ -250,7 +250,11 @@ main {
|
|||
}
|
||||
@include breakpoint(small){
|
||||
li.accordion-item.title {
|
||||
//display:none;
|
||||
@include xy-cell(3);
|
||||
@include xy-cell-offset(0);
|
||||
&::before{
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
li {
|
||||
&.title,
|
||||
|
@ -259,16 +263,16 @@ main {
|
|||
&.date {
|
||||
@include xy-cell(10);
|
||||
@include xy-cell-offset(2);
|
||||
&::after {
|
||||
display: inline-block;
|
||||
color: $medium-gray;
|
||||
font-size: $accordion-title-font-size * 0.8;
|
||||
}
|
||||
}
|
||||
&.title::after {content:"Title";}
|
||||
&.curator::after {content:"Artist";}
|
||||
&.collection-name::after {content:"Collection";}
|
||||
&.date::after {content:"Date";}
|
||||
&::before {
|
||||
display: inline-block;
|
||||
color: $medium-gray;
|
||||
font-size: $accordion-title-font-size * 0.8;
|
||||
&.title {content:"Title";}
|
||||
&.curator {content:"Artist";}
|
||||
&.collection-name {content:"Collection";}
|
||||
&.date {content:"Date";}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -277,12 +281,12 @@ main {
|
|||
//display:inherit;
|
||||
}
|
||||
li {
|
||||
&.title,
|
||||
&.curator,
|
||||
&.collection-name,
|
||||
&.date {
|
||||
&::after {
|
||||
display:none;
|
||||
&::before {
|
||||
&.title,
|
||||
&.curator,
|
||||
&.collection-name,
|
||||
&.date {
|
||||
content:"";
|
||||
}
|
||||
}
|
||||
&.title {
|
||||
|
|
Loading…
Reference in New Issue