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

fix: margin top in edit structure form

parent b0dc7dfe
No related branches found
No related tags found
3 merge requests!418V2.1.0,!413Resolve "[CSS] Manque une marge lors de la modification d'une structure",!400V2.0
......@@ -15,6 +15,7 @@
width: 100%;
height: 100%;
margin: 0 auto;
margin-top: 1rem;
overflow-y: auto;
color: $grey-1;
background: $white;
......
......@@ -5,7 +5,7 @@
.progressBar {
max-width: 980px;
margin: 1rem auto;
margin: 1rem auto 0;
@media #{$tablet} {
margin: 0.625rem;
......
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