обновлена форма добавления клиентов: сделан выбор нескольких жк
This commit is contained in:
parent
7d16ae6ede
commit
97132fbe3b
@ -1,9 +1,8 @@
|
||||
.form-wrap {
|
||||
position: relative;
|
||||
min-height: 350px;
|
||||
max-height: 600px;
|
||||
height: 380px;
|
||||
overflow: hidden;
|
||||
|
||||
transition: height 0.25s ease-out;
|
||||
.dots {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@ -17,12 +16,13 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
transition: min-height 0.15s ease-out;
|
||||
max-height:380px;
|
||||
overflow:hidden;
|
||||
transition: max-height .25s ease-out;
|
||||
}
|
||||
|
||||
.form-wrap:hover {
|
||||
overflow: visible;
|
||||
|
||||
.dots {
|
||||
display: none;
|
||||
}
|
||||
@ -32,8 +32,9 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
min-height: 100%;
|
||||
transition: min-height 0.25s ease-in;
|
||||
height: auto;
|
||||
max-height: 900px;
|
||||
transition: max-height .25s ease-in;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@ class="btn list-group-item list-group-item-action p-3 bg-white rounded border bo
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-wrap col-12 col-lg-6">
|
||||
<div class="form-wrap__inner position-relative p-2 px-sm-4 py-sm-3 bg-primary border rounded-3 mx-auto" style="">
|
||||
<div class="form-wrap__inner p-2 px-sm-4 py-sm-3 bg-primary border rounded-3 mx-auto" style="">
|
||||
<div class="h4 pb-2 mb-2 fw-bold d-flex flex-column">
|
||||
<small>Добавить клиента</small>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user