diff --git a/resources/css/form.css b/resources/css/form.css index 9e6a7bf..90d2ad1 100644 --- a/resources/css/form.css +++ b/resources/css/form.css @@ -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; } } diff --git a/resources/views/user/dashboard.blade.php b/resources/views/user/dashboard.blade.php index 0cb838b..7b66e6e 100644 --- a/resources/views/user/dashboard.blade.php +++ b/resources/views/user/dashboard.blade.php @@ -47,7 +47,7 @@ class="btn list-group-item list-group-item-action p-3 bg-white rounded border bo
-
+
Добавить клиента