Merge pull request #198 from dderbentsov/UC-157

Изменено окно редактирования клиента
This commit is contained in:
Daria Golova
2022-12-14 14:09:02 +03:00
committed by GitHub
2 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 8V0C8 4.41828 4.41828 8 0 8H8Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 198 B

View File

@@ -52,7 +52,7 @@ export default {
.popup-wrapper .popup-wrapper
width: 180px width: 180px
height: 164px height: 164px
border-radius: 4px 0 4px 4px border-radius: 0 4px 4px 4px
background-color: var(--default-white) background-color: var(--default-white)
box-shadow: var(--default-shadow) box-shadow: var(--default-shadow)
z-index: 11 z-index: 11
@@ -68,8 +68,8 @@ export default {
.corner .corner
width: 8px width: 8px
height: 8px height: 8px
border-top-right-radius: 100% background: url("@/assets/icons/exclude.svg") right no-repeat
background-color: var(--default-white) transform: scale(-1, 1)
z-index: 12 z-index: 12
overflow: hidden overflow: hidden
.icon-delete .icon-delete