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

  &:hover {
    color: darkred;
  }
}