change class name

This commit is contained in:
grafixeyehero 2019-09-01 18:24:56 +03:00
parent a8f904dc42
commit d53a095728
8 changed files with 37 additions and 2 deletions

View file

@ -95,6 +95,11 @@ html {
color: #fff
}
.button-delete {
background: rgb(247, 0, 0);
color: rgba(255, 255, 255, .87)
}
.checkboxLabel {
color: inherit
}