Projet

Général

Profil

0003-mnhn-added-css-class-to-display-subcollections-69588.patch

A. Berriot, 27 septembre 2022 10:20

Télécharger (1,18 ko)

Voir les différences:

Subject: [PATCH 3/3] mnhn: added css class to display subcollections (#69588)

 static/mnhn/_custom.scss | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
static/mnhn/_custom.scss
177 177
}
178 178

  
179 179
// links / underline expand/collapse animation
180
main a:not(.links-list *, .categories-cell *, .carrousel-content *, .pk-button, .pk-big-button, .account-management *) {
180
main a:not(.links-list *, .categories-cell *, .carrousel-content *, .pk-button, .pk-big-button, .account-management *, .collection-button) {
181 181
    background-size: 100% 2px;
182 182
    background-repeat: no-repeat;
183 183
    background-position: center 100%;
......
197 197

  
198 198
}
199 199

  
200
.collection-button {
201
    @extend %inverted-button;
202
    margin-bottom: $space-small;
203
    margin-right: $space-xsmall;
204
    margin-left: $space-xsmall;
205
    display: inline-block;
206
}
200 207
// footers
201 208

  
202 209
.dark-footer {
203
-