wordpress-menu #56
File diff suppressed because one or more lines are too long
|
@ -249,15 +249,13 @@ main {
|
||||||
ul,ol{
|
ul,ol{
|
||||||
}
|
}
|
||||||
@include breakpoint(small){
|
@include breakpoint(small){
|
||||||
li.accordion-item.title {
|
.accordion-item.title li {
|
||||||
@include xy-cell(3);
|
// @include xy-cell(3);
|
||||||
@include xy-cell-offset(0);
|
// @include xy-cell-offset(0);
|
||||||
&::before{
|
// &::before{
|
||||||
// display:none;
|
// display:none;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
&:not(.accordion-item.title) {
|
|
||||||
min-heigth: 1rem;
|
min-heigth: 1rem;
|
||||||
&.title,
|
&.title,
|
||||||
&.curator,
|
&.curator,
|
||||||
|
@ -279,18 +277,14 @@ main {
|
||||||
&.date::before {content:"Date";}
|
&.date::before {content:"Date";}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
@include breakpoint(medium){
|
@include breakpoint(medium){
|
||||||
li.accordion-item.title {
|
|
||||||
//display:inherit;
|
|
||||||
}
|
|
||||||
li {
|
li {
|
||||||
&.title,
|
&.title,
|
||||||
&.curator,
|
&.curator,
|
||||||
&.collection-name,
|
&.collection-name,
|
||||||
&.date {
|
&.date {
|
||||||
&::before {
|
&::before {
|
||||||
content:"";
|
content: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.title {
|
&.title {
|
||||||
|
|
Loading…
Reference in New Issue