Skip to content
Snippets Groups Projects
Commit 0ed4dd64 authored by HAUTBOIS Aurelie's avatar HAUTBOIS Aurelie
Browse files

feat: fix bug buttons style

parent 3a86d5e9
No related branches found
No related tags found
1 merge request!215features/refac_buttons
......@@ -19,5 +19,8 @@
}
.koauthform-button {
margin-bottom: 1rem;
button.btn-highlight {
padding: 0.5rem;
}
}
}
......@@ -63,6 +63,7 @@
.ecogestures {
font-size: 0.95rem;
padding-left: 0.25rem;
text-transform: initial;
@media (min-width: $width-large-phone) {
padding-left: 0.5rem;
}
......
......@@ -21,6 +21,6 @@
@content;
}
&:disabled {
cursor: initial;
cursor: not-allowed;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment