Skip to content
Snippets Groups Projects
Commit 99e3175a authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix(profileType): equipment label & alignment

parent 45b30e6f
No related branches found
No related tags found
1 merge request!11132.8 Release
......@@ -18,8 +18,8 @@
.icons-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(5, 1fr);
gap: 1rem;
align-items: flex-start;
max-width: 400px;
margin: 1.5rem auto 3rem auto;
.checkbox-equipment {
......@@ -28,6 +28,7 @@
display: flex;
flex-direction: column;
gap: 0.5rem;
color: $grey-bright;
}
}
.equipment-icon-container {
......
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