delete button
This commit is contained in:
parent
2641183a5b
commit
bbad1c6c6a
4 changed files with 27 additions and 15 deletions
12
src/settings/components/ui/delete-button.scss
Normal file
12
src/settings/components/ui/delete-button.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
.ui-delete-button {
|
||||
border: none;
|
||||
padding: 4;
|
||||
display: inline;
|
||||
background: none;
|
||||
color: red;
|
||||
|
||||
&:hover {
|
||||
color: darkred;
|
||||
}
|
||||
}
|
Reference in a new issue