12 lines
134 B
Plaintext
12 lines
134 B
Plaintext
|
|
.del-button{
|
||
|
|
font-size: 14px;
|
||
|
|
|
||
|
|
.del-icon{
|
||
|
|
color: #999;
|
||
|
|
}
|
||
|
|
|
||
|
|
.del-icon:hover{
|
||
|
|
cursor: pointer;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
}
|