wordpress-menu #56
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue