Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit b03cbaae authored by Gabin Aureche's avatar Gabin Aureche
Browse files

refactor: use rem

parent 9dde01e0
No related branches found
No related tags found
1 merge request!119Resolve "create price comparaison component"
Pipeline #43757 passed
......@@ -6,7 +6,7 @@
display: flex;
justify-content: space-between;
justify-items: center;
margin-bottom: 8px;
margin-bottom: 0.5rem;
}
.controls input {
margin: 0;
......@@ -15,18 +15,18 @@
.controlsUsers {
display: flex;
align-items: center;
gap: 16px;
gap: 1rem;
}
.controlsUsersLabel {
}
.controlsUsersActions {
display: flex;
align-items: center;
gap: 8px;
gap: 0.5rem;
}
.controlsUsersActions button {
width: 24px;
height: 24px;
width: 1.5rem;
height: 1.5rem;
padding: 0;
margin: 0;
}
......
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