Merge pull request #198 from dderbentsov/UC-157
Изменено окно редактирования клиента
This commit is contained in:
3
src/assets/icons/exclude.svg
Normal file
3
src/assets/icons/exclude.svg
Normal 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 |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user