Projet

Général

Profil

0002-fix-pk-button-pk-big-button-link-cell-border.patch

A. Berriot, 11 octobre 2022 11:05

Télécharger (710 octets)

Voir les différences:

Subject: [PATCH 2/4] fix pk-button & pk-big-button link-cell border

 static/saumur/_custom.scss | 6 ++++++
 1 file changed, 6 insertions(+)
static/saumur/_custom.scss
128 128
    }
129 129
}
130 130

  
131
div.link-cell {
132
    &.pk-button, &.pk-big-button {
133
        background: transparent;
134
        border: none;
135
    }
136
}
131 137

  
132 138
#sidebar {
133 139
    div#rub_service div.category h3,
134
-