aboutsummaryrefslogtreecommitdiff
path: root/src/settings/components/ui/delete-button.scss
blob: 7aa2f395f4e3c3e33f268653e42531cc4f4979ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.ui-delete-button {
  border: none;
  padding: 4;
  display: inline;
  background: none;
  color: red;

  &:hover {
    color: darkred;
  }
}