feature: admin-user-create

This commit is contained in:
gaelle morin
2020-11-25 17:21:22 +01:00
parent ef8c1358d3
commit bccb5783c7
3 changed files with 30 additions and 21 deletions

View File

@ -75,6 +75,9 @@
height: 0;
width: 100%;
}
&.margin-top-small {
margin-top: 10px;
}
&.margin-left {
margin-left: 20px;
}
@ -84,6 +87,12 @@
&.margin-bottom-xlarge {
margin-bottom: 30px;
}
&.margin-bottom-xxlarge {
margin-bottom: 35px;
}
&.margin-top-xxlarge {
margin-top: 35px;
}
&.margin-left-small {
margin-left: 15px;
}