aboutsummaryrefslogtreecommitdiff
path: root/src/settings/components/ui/AddButton.scss
blob: beb5688620f0cdbe8b46a0a2a7db48349ffa08f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.ui-add-button {
  border: none;
  padding: 4;
  display: inline;
  background: none;
  font-weight: bold;
  color: green;
  cursor: pointer;

  &:hover {
    color: darkgreen;
  }
}