49 lines
858 B
49 lines
858 B
.leaflet-popup-content { |
|
& .node--view-mode-teaser .field { |
|
margin-block-end: 0; |
|
} |
|
& .node__title { |
|
font-size: 1.4rem; |
|
} |
|
& article { |
|
margin-bottom: 0; |
|
} |
|
& .node__content { |
|
padding-bottom: 0; |
|
font-size: 0.9rem; |
|
& .field__label, |
|
.field__items { |
|
font-size: 0.9rem; |
|
font-weight: normal; |
|
} |
|
} |
|
} |
|
.view-alphabetical-title-list { |
|
& .node--view-mode-teaser .field { |
|
margin-block-end: 0; |
|
} |
|
& .node__title { |
|
/*font-size: 1.4rem;*/ |
|
} |
|
& article { |
|
/*margin-bottom: 0;*/ |
|
} |
|
& .node__content { |
|
/*padding-bottom: 0;*/ |
|
/*font-size: 0.9rem;*/ |
|
& .field__label, |
|
.field__items { |
|
/*font-size: 0.9rem;*/ |
|
font-weight: normal; |
|
} |
|
} |
|
} |
|
.node--type-book { |
|
figure { |
|
border: 1px solid #ccc; |
|
border-bottom: 0; |
|
} |
|
figcaption { |
|
border: 1px solid #ccc; |
|
} |
|
}
|
|
|