Добавлена форма создания клиента

This commit is contained in:
DwCay
2022-10-18 19:54:27 +03:00
parent e0722461d1
commit 4904fe4547
13 changed files with 526 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="30" height="32" viewBox="0 0 30 32">
<title>download</title>
<path fill="none" stroke="#4772f2" stroke-linejoin="round" stroke-linecap="round" stroke-miterlimit="4" stroke-width="2.5714" d="M28.952 21.905v5.143c0 1.893-1.535 3.429-3.429 3.429h-20.571c-1.894 0-3.429-1.535-3.429-3.429v-5.143M8.381 15.048l6.857 6.857M15.238 21.905l6.857-6.857M15.238 21.905v-20.571"></path>
</svg>

After

Width:  |  Height:  |  Size: 474 B

View File

@@ -11,6 +11,7 @@
--btn-blue-color-2: rgba(65, 105, 225, 0.5)
--btn-blue-color-3: rgba(65, 105, 225, 0.2)
--btn-blue-color-4: rgba(65, 105, 225, 0.8)
--bg-btn-icons-color: rgba(215, 217, 255, 0.6)
--font-grey-color: #9294a7
--border-light-grey-color: #d3d4dc
--default-shadow: 4px 4px 8px rgba(9, 10, 21, 0.1), -4px -4px 8px rgba(9, 10, 21, 0.1)
@@ -18,3 +19,4 @@
--default-white: #fff
--btn-red-color: #ff6f6f
--time-indicator-color: #e93131
--font-obligatory-color: #ff0000