[feature/frogend] modify local emoji (#1143)

* update danger button red

* emoji category and image modification

* debug bundles in dev

* fix linting error
This commit is contained in:
f0x52 2022-11-25 15:49:48 +01:00 committed by GitHub
commit 665d902fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 322 additions and 82 deletions

View file

@ -172,6 +172,16 @@ main {
}
}
&:disabled {
color: $white2;
background: $gray2;
cursor: auto;
&:hover {
background: $gray3;
}
}
&:hover {
background: $button-hover-bg;
}