Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider b40dd7bf rédigé par Gaëtan Ark's avatar Gaëtan Ark
Parcourir les fichiers

Suppression de toute décoration sur les btn

parent 05a6b678
Aucune branche associée trouvée
Aucune étiquette associée trouvée
2 requêtes de fusion!121UNAPLLYTMA-10 - EVOL 7 : Intégration d'un bouton "Imprimer",!35Suppression de toute décoration sur les btn
......@@ -356,6 +356,7 @@ input[type='checkbox']:disabled + .form__label {
.btn {
appearance: none;
user-select: none;
cursor: pointer;
border: 0;
display: inline-block;
padding: var(--btn-padding-sm);
......@@ -363,11 +364,11 @@ input[type='checkbox']:disabled + .form__label {
vertical-align: middle;
text-align: center;
text-transform: var(--btn-text-transform);
text-decoration: none;
font-weight: bold;
box-shadow: var(--btn-decoration);
color: var(--btn-color);
background: var(--btn-bg);
cursor: pointer;
transition: all 0.3s;
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter