editable image add image icon
This commit is contained in:
@@ -1070,9 +1070,11 @@ div.editable-image{
|
||||
text-align: center;
|
||||
transition: all 0.2s ease-in-out;
|
||||
position: relative;
|
||||
>span{
|
||||
>svg{
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width:50px; height:50px;
|
||||
color: #333;
|
||||
}
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
@@ -1081,6 +1083,9 @@ div.editable-image{
|
||||
}
|
||||
|
||||
}
|
||||
div.delete-btn{
|
||||
cursor: pointer;
|
||||
}
|
||||
input[type="file"]{
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user