Skip to content
Snippets Groups Projects
Commit 66d16bb9 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(ui) : center checkboxes and adjust collapse border color

parent 3028922a
No related branches found
No related tags found
2 merge requests!783V3.0.0,!722474-ui-quelques-fix
......@@ -9,7 +9,7 @@ input {
border: 1px solid $grey-1;
cursor: pointer;
// Shift the checkbox down 1px to align with the text
transform: translateY(1px);
transform: translateY(2px);
&.medium {
width: 24px;
......
......@@ -22,7 +22,7 @@
box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
}
&:not(.collapse-warning) {
border: 1px solid $grey-1;
border: 1px solid $grey-4;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment