Fix chat buttons

This commit is contained in:
cuom1999 2022-08-22 23:49:20 -05:00
parent 69e3303f61
commit e3881c7409
4 changed files with 13 additions and 11 deletions

View file

@ -71,6 +71,12 @@
background: gray;
}
&.btn-hovergray {
&:hover {
background: lightgray;
}
}
&.btn-green {
background: green;