Create user ready

This commit is contained in:
Александр Бабкин
2022-06-24 12:47:49 +03:00
parent 5c51767351
commit a2f47d1ba7
6 changed files with 133 additions and 7 deletions

View File

@@ -697,6 +697,9 @@ select {
.z-50 {
z-index: 50;
}
.m-2 {
margin: 0.5rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
@@ -758,6 +761,9 @@ select {
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
.grid {
display: grid;
}